Skip to content

Commit 43b2175

Browse files
JackLianliujuping
authored andcommitted
chore: adjust version of @types/react-router & typescript
1 parent f951399 commit 43b2175

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
"gulp": "^4.0.2",
4747
"husky": "^7.0.4",
4848
"lerna": "^4.0.0",
49-
"typescript": "^4.5.5",
49+
"typescript": "4.6.2",
5050
"yarn": "^1.22.17",
51-
"rimraf": "^3.0.2"
51+
"rimraf": "^3.0.2",
52+
"@types/react-router": "5.1.18"
5253
},
5354
"engines": {
5455
"node": ">=14.17.0 <18"

packages/react-simulator-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/node": "^13.7.1",
3434
"@types/react": "^16",
3535
"@types/react-dom": "^16",
36-
"@types/react-router": "^5.1.17",
36+
"@types/react-router": "5.1.18",
3737
"build-plugin-component": "^0.2.11"
3838
},
3939
"publishConfig": {

0 commit comments

Comments
 (0)