Skip to content

Commit bfdd4be

Browse files
committed
chore: fix lint error
1 parent c102f04 commit bfdd4be

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"enzyme": "^3.0.0",
6666
"enzyme-adapter-react-16": "^1.0.1",
6767
"enzyme-to-json": "^3.4.0",
68-
"eslint": "^7.0.0",
68+
"eslint": "^8.57.0",
6969
"father": "^4.0.0",
7070
"less": "^3.10.3",
7171
"np": "^7.0.0",
@@ -74,7 +74,11 @@
7474
"react": "^16.0.0",
7575
"react-dom": "^16.0.0",
7676
"regenerator-runtime": "^0.13.7",
77-
"typescript": "^5.0.0"
77+
"typescript": "~5.3.3",
78+
"@typescript-eslint/parser": "^5.59.0",
79+
"@typescript-eslint/eslint-plugin": "^5.59.0",
80+
"eslint-plugin-jest": "^27.5.1",
81+
"eslint-plugin-unicorn": "^51.0.1"
7882
},
7983
"peerDependencies": {
8084
"react": ">=16.9.0",
@@ -89,4 +93,4 @@
8993
"tnpm": {
9094
"mode": "npm"
9195
}
92-
}
96+
}

0 commit comments

Comments
 (0)