Skip to content

Commit

Permalink
Update ESLint and TypeScript related dependencies in package.json
Browse files Browse the repository at this point in the history
 Updated typescripteslint/eslintplugin and typescripteslint/parser to version 7.0.2 in devDependencies.
 Upgraded eslint to version 8.57.0 in devDependencies.
  • Loading branch information
ryota-murakami committed Feb 24, 2024
1 parent 806b915 commit 3a79ea3
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 140 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@types/eslint": "^8.44.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.52.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -46,14 +46,14 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0",
"@typescript-eslint/parser": "^6.0.0 || ^7.0.0",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"eslint-plugin-prettier": "^4.0.0 || ^5.0.1",
"prettier": "^2.0.0 || ^3.0.3",
"typescript": "^5.0.2"
},
"eslintConfig": {
"extends": "./index.cjs"
Expand Down
Loading

0 comments on commit 3a79ea3

Please sign in to comment.