Skip to content

Commit

Permalink
feat: enable turbo-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Feb 13, 2025
1 parent a81022a commit 3c5186a
Show file tree
Hide file tree
Showing 3 changed files with 8,949 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@docsearch/css": "^3.8.3",
"@docsearch/react": "^3.8.3",
"@react-router/express": "0.0.0-nightly-f9f4a27a3-20250211",
"@react-router/node": "0.0.0-nightly-f9f4a27a3-20250211",
"@react-router/express": "0.0.0-experimental-66d5af831",
"@react-router/node": "0.0.0-experimental-66d5af831",
"@types/express": "^5.0.0",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
Expand All @@ -44,7 +44,7 @@
"parse-numeric-range": "^1.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "0.0.0-nightly-f9f4a27a3-20250211",
"react-router": "0.0.0-experimental-66d5af831",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
Expand All @@ -61,7 +61,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@react-router/dev": "0.0.0-nightly-f9f4a27a3-20250211",
"@react-router/dev": "0.0.0-experimental-66d5af831",
"@testing-library/jest-dom": "^5.16.5",
"@types/eslint": "^8.56.6",
"@types/express-serve-static-core": "^5.0.6",
Expand Down
Loading

0 comments on commit 3c5186a

Please sign in to comment.