Skip to content

Commit

Permalink
fix: apply same fix to standalone base
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Nov 10, 2023
1 parent b38c8dc commit 612e708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-standalone/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@angular/language-service": "^17.0.2",
"@ionic/angular-toolkit": "^9.0.0",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
Expand Down

0 comments on commit 612e708

Please sign in to comment.