Skip to content

Commit 0e561fe

Browse files
committed
Update examples to use 6.9.0 for lazy
1 parent 0689252 commit 0e561fe

File tree

4 files changed

+44
-41
lines changed

4 files changed

+44
-41
lines changed

examples/lazy-loading-router-provider/package-lock.json

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/lazy-loading-router-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0",
12-
"react-router-dom": "^6.8.0"
12+
"react-router-dom": "^6.9.0"
1313
},
1414
"devDependencies": {
1515
"@rollup/plugin-replace": "^5.0.2",

examples/ssr-data-router/package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ssr-data-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@remix-run/node": "^1.12.0",
14-
"@remix-run/router": "^1.3.2",
14+
"@remix-run/router": "^1.4.0",
1515
"compression": "1.7.4",
1616
"cross-env": "^7.0.3",
1717
"express": "^4.18.2",
1818
"history": "^5.3.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
21-
"react-router-dom": "^6.8.0"
21+
"react-router-dom": "^6.9.0"
2222
},
2323
"devDependencies": {
2424
"@rollup/plugin-replace": "^5.0.2",

0 commit comments

Comments
 (0)