chore: adjust version of @types/react-router & typescript

This commit is contained in:
JackLian 2022-11-23 17:19:46 +08:00 committed by 刘菊萍(絮黎)
parent f951399f97
commit 43b2175792
2 changed files with 4 additions and 3 deletions

View File

@ -46,9 +46,10 @@
"gulp": "^4.0.2",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"typescript": "^4.5.5",
"typescript": "4.6.2",
"yarn": "^1.22.17",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"@types/react-router": "5.1.18"
},
"engines": {
"node": ">=14.17.0 <18"

View File

@ -33,7 +33,7 @@
"@types/node": "^13.7.1",
"@types/react": "^16",
"@types/react-dom": "^16",
"@types/react-router": "^5.1.17",
"@types/react-router": "5.1.18",
"build-plugin-component": "^0.2.11"
},
"publishConfig": {