Skip to content

Commit

Permalink
Bump to 2.14.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Nov 8, 2024
1 parent fa4ace8 commit 17a88aa
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@remix-run/express": "2.14.0-pre.0",
"@remix-run/node": "2.14.0-pre.0",
"@remix-run/react": "2.14.0-pre.0",
"@remix-run/express": "2.14.0-pre.1",
"@remix-run/node": "2.14.0-pre.1",
"@remix-run/react": "2.14.0-pre.1",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.0",
"compression": "^1.7.4",
Expand Down Expand Up @@ -75,10 +75,10 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "2.14.0-pre.0",
"@remix-run/eslint-config": "2.14.0-pre.0",
"@remix-run/fs-routes": "2.14.0-pre.0",
"@remix-run/route-config": "2.14.0-pre.0",
"@remix-run/dev": "2.14.0-pre.1",
"@remix-run/eslint-config": "2.14.0-pre.1",
"@remix-run/fs-routes": "2.14.0-pre.1",
"@remix-run/route-config": "2.14.0-pre.1",
"@testing-library/jest-dom": "^6.2.0",
"@types/follow-redirects": "^1.14.4",
"@types/gunzip-maybe": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
v3_throwAbortReason: true,
v3_singleFetch: true,
v3_lazyRouteDiscovery: true,
v3_routeConfig: true,
unstable_routeConfig: true,
unstable_optimizeDeps: true,
},
}),
Expand Down

0 comments on commit 17a88aa

Please sign in to comment.