Skip to content

Commit 3c5186a

Browse files
committed
feat: enable turbo-v3
1 parent a81022a commit 3c5186a

File tree

3 files changed

+8949
-4
lines changed

3 files changed

+8949
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"@docsearch/css": "^3.8.3",
2424
"@docsearch/react": "^3.8.3",
25-
"@react-router/express": "0.0.0-nightly-f9f4a27a3-20250211",
26-
"@react-router/node": "0.0.0-nightly-f9f4a27a3-20250211",
25+
"@react-router/express": "0.0.0-experimental-66d5af831",
26+
"@react-router/node": "0.0.0-experimental-66d5af831",
2727
"@types/express": "^5.0.0",
2828
"cheerio": "^1.0.0-rc.12",
2929
"classnames": "^2.3.2",
@@ -44,7 +44,7 @@
4444
"parse-numeric-range": "^1.3.0",
4545
"react": "^19.0.0",
4646
"react-dom": "^19.0.0",
47-
"react-router": "0.0.0-nightly-f9f4a27a3-20250211",
47+
"react-router": "0.0.0-experimental-66d5af831",
4848
"rehype-autolink-headings": "^7.1.0",
4949
"rehype-slug": "^6.0.0",
5050
"rehype-stringify": "^10.0.1",
@@ -61,7 +61,7 @@
6161
"unist-util-visit": "^5.0.0"
6262
},
6363
"devDependencies": {
64-
"@react-router/dev": "0.0.0-nightly-f9f4a27a3-20250211",
64+
"@react-router/dev": "0.0.0-experimental-66d5af831",
6565
"@testing-library/jest-dom": "^5.16.5",
6666
"@types/eslint": "^8.56.6",
6767
"@types/express-serve-static-core": "^5.0.6",

0 commit comments

Comments
 (0)