We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f951399 commit 43b2175Copy full SHA for 43b2175
package.json
@@ -46,9 +46,10 @@
46
"gulp": "^4.0.2",
47
"husky": "^7.0.4",
48
"lerna": "^4.0.0",
49
- "typescript": "^4.5.5",
+ "typescript": "4.6.2",
50
"yarn": "^1.22.17",
51
- "rimraf": "^3.0.2"
+ "rimraf": "^3.0.2",
52
+ "@types/react-router": "5.1.18"
53
},
54
"engines": {
55
"node": ">=14.17.0 <18"
packages/react-simulator-renderer/package.json
@@ -33,7 +33,7 @@
33
"@types/node": "^13.7.1",
34
"@types/react": "^16",
35
"@types/react-dom": "^16",
36
- "@types/react-router": "^5.1.17",
+ "@types/react-router": "5.1.18",
37
"build-plugin-component": "^0.2.11"
38
39
"publishConfig": {
0 commit comments