Skip to content

Commit

Permalink
Revert to remix 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 10, 2024
1 parent 9571f19 commit f4b9ea0
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
112 changes: 56 additions & 56 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@remix-run/node": "2.13.0-pre.0",
"@remix-run/react": "2.13.0-pre.0",
"@remix-run/serve": "2.13.0-pre.0",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/serve": "2.12.1",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -59,8 +59,8 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@remix-run/dev": "2.13.0-pre.0",
"@remix-run/eslint-config": "2.13.0-pre.0",
"@remix-run/dev": "2.12.1",
"@remix-run/eslint-config": "2.12.1",
"@testing-library/jest-dom": "^5.16.5",
"@types/bcryptjs": "^2.4.2",
"@types/eslint": "^8.56.6",
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default defineConfig({
v3_throwAbortReason: true,
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_singleFetch: true,
v3_lazyRouteDiscovery: true,
unstable_singleFetch: true,
unstable_lazyRouteDiscovery: true,
unstable_optimizeDeps: true,
},
routes(defineRoutes) {
Expand Down

0 comments on commit f4b9ea0

Please sign in to comment.