Skip to content

Commit 82169b2

Browse files
committed
BREAKING CHANGE: Update @typescript-eslint packages
1 parent 440bd15 commit 82169b2

File tree

2 files changed

+144
-561
lines changed

2 files changed

+144
-561
lines changed

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"ESLint config"
99
],
1010
"main": "index.js",
11-
"scripts": {
12-
"test": "echo \"Error: no test specified\" && exit 1"
13-
},
1411
"author": "bumbledos@gmail.com",
1512
"license": "MIT",
1613
"repository": {
@@ -21,21 +18,21 @@
2118
"yarn": "^1.21.1"
2219
},
2320
"dependencies": {
24-
"@babel/core": "^7.20.12",
25-
"@babel/eslint-parser": "^7.19.1",
26-
"@typescript-eslint/parser": "^5.50.0",
21+
"@babel/core": "^7.24.3",
22+
"@babel/eslint-parser": "^7.24.1",
23+
"@typescript-eslint/parser": "^7.5.0",
2724
"eslint-config-google": "^0.9.1"
2825
},
2926
"devDependencies": {
30-
"@typescript-eslint/eslint-plugin": "^5.50.0",
27+
"@typescript-eslint/eslint-plugin": "^7.5.0",
3128
"eslint": "^8.33.0",
3229
"eslint-plugin-import": "^2.27.5",
3330
"eslint-plugin-react": "^7.27.0",
3431
"eslint-plugin-react-hooks": "^4.3.0",
35-
"typescript": "^5.1.6"
32+
"typescript": "^5.4.3"
3633
},
3734
"peerDependencies": {
38-
"@typescript-eslint/eslint-plugin": "^5.50.0",
35+
"@typescript-eslint/eslint-plugin": "^7.5.0",
3936
"eslint": "^8.33.0",
4037
"eslint-plugin-import": "^2.27.5",
4138
"eslint-plugin-react": "^7.27.0",

0 commit comments

Comments
 (0)