Skip to content

Commit e7e2da8

Browse files
committed
chore: 修复tsc问题
1 parent 761f4ad commit e7e2da8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@
3838
"@types/classnames": "^2.2.9",
3939
"@types/lodash": "^4.14.189",
4040
"@types/parse-github-url": "^1.0.0",
41-
"@types/react": "^16.9.5",
41+
"@types/react": "^18.3.26",
42+
"@types/react-dom": "^18.3.7",
4243
"@types/react-github-button": "^0.1.0",
43-
"@types/react-helmet": "^6.0.0"
44+
"@types/react-helmet": "^6.0.0",
45+
"typescript": "latest"
4446
},
4547
"license": "MIT",
4648
"scripts": {

0 commit comments

Comments
 (0)