Skip to content

Commit

Permalink
Merge pull request #6850 from qmonmert/typescript-eslint/project
Browse files Browse the repository at this point in the history
Angular, React, Svelte, Vue: bump @typescript-eslint/eslint-plugin @typescript-eslint/parser
  • Loading branch information
pascalgrimaud authored Jul 12, 2023
2 parents d399c2f + 3383894 commit 6da48ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@angular/compiler-cli": "16.1.4",
"@types/jest": "29.5.3",
"@types/node": "20.4.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "8.44.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/generator/dependencies/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@prettier/plugin-xml": "2.2.0",
"@types/jest": "29.5.3",
"@types/node": "20.4.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"cypress": "12.17.1",
"eslint": "8.44.0",
"eslint-import-resolver-typescript": "3.5.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-istanbul": "0.33.0",
"eslint": "8.44.0",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/generator/dependencies/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@sveltejs/adapter-static": "2.0.2",
"@sveltejs/kit": "1.22.2",
"@testing-library/svelte": "4.0.3",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vitest/coverage-istanbul": "0.33.0",
"babel-plugin-transform-vite-meta-env": "1.0.3",
"eslint": "8.44.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/generator/dependencies/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pinia/testing": "0.1.2",
"@rushstack/eslint-patch": "1.3.2",
"@types/sinon": "10.0.15",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/parser": "6.0.0",
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-istanbul": "0.33.0",
"@vue/eslint-config-prettier": "7.1.0",
Expand Down

0 comments on commit 6da48ad

Please sign in to comment.