Skip to content

Commit 293ef67

Browse files
committedOct 26, 2023
chore(deps): update dependency react-router-dom to ~6.17.0
1 parent 31e30c4 commit 293ef67

File tree

97 files changed

+340
-352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+340
-352
lines changed
 

Diff for: ‎test-ci/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@react-native/metro-config": "^0.72.7",
5252
"@tsconfig/react-native": "^3.0.0",
5353
"@types/metro-config": "^0.76.3",
54-
"@types/react": "^18.0.24",
54+
"@types/react": "~18.2.0",
5555
"@types/react-test-renderer": "^18.0.0",
5656
"babel-jest": "^29.2.1",
5757
"eslint": "^8.19.0",

Diff for: ‎website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react-native-root-siblings": "4.1.1",
3838
"react-native-svg": "13.0.0",
3939
"react-native-web": "0.18.10",
40-
"react-router-dom": "6.2.1",
40+
"react-router-dom": "~6.17.0",
4141
"styled-components": "^5.3.6",
4242
"typescript": "^4.8.3",
4343
"uiw": "4.21.25"
@@ -49,8 +49,8 @@
4949
"@kkt/raw-modules": "7.0.5",
5050
"@kkt/scope-plugin-options": "7.0.5",
5151
"@types/jest": "~27.4.1",
52-
"@types/react": "~18.0.0",
53-
"@types/react-dom": "~18.0.0",
52+
"@types/react": "~18.2.0",
53+
"@types/react-dom": "~18.2.0",
5454
"@types/styled-components": "^5.1.26",
5555
"babel-plugin-react-native-web": "^0.18.10",
5656
"babel-transform-import-plugin": "^1.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.