Skip to content

Commit

Permalink
chore: Pin @vue/eslint-config-typescript to v12 to fix typescript i…
Browse files Browse the repository at this point in the history
…ssues for Typescript

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Sep 24, 2023
1 parent 3bef196 commit 3e7d821
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.16.5",
"@nextcloud/eslint-plugin": "^2.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-exports": "^1.0.0-beta.4",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.2.6",
Expand All @@ -35,7 +35,7 @@
"@types/eslint": "^8.44.2",
"@types/jest": "^29.5.5",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down

0 comments on commit 3e7d821

Please sign in to comment.