There was an error while loading. Please reload this page.
1 parent c102f04 commit bfdd4beCopy full SHA for bfdd4be
1 file changed
package.json
@@ -65,7 +65,7 @@
65
"enzyme": "^3.0.0",
66
"enzyme-adapter-react-16": "^1.0.1",
67
"enzyme-to-json": "^3.4.0",
68
- "eslint": "^7.0.0",
+ "eslint": "^8.57.0",
69
"father": "^4.0.0",
70
"less": "^3.10.3",
71
"np": "^7.0.0",
@@ -74,7 +74,11 @@
74
"react": "^16.0.0",
75
"react-dom": "^16.0.0",
76
"regenerator-runtime": "^0.13.7",
77
- "typescript": "^5.0.0"
+ "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"
82
},
83
"peerDependencies": {
84
"react": ">=16.9.0",
@@ -89,4 +93,4 @@
89
93
"tnpm": {
90
94
"mode": "npm"
91
95
}
92
-}
96
+}
0 commit comments