Skip to content

Commit

Permalink
Bump to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 10, 2024
1 parent 84129e4 commit 45dddc6
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 68 deletions.
129 changes: 69 additions & 60 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "npm run lint -- --fix",
"start": "remix-serve ./build/server/index.js",
"test": "vitest",
"typecheck": "tsc -b",
"typecheck": "tsc",
"push:stage": "git tag -f stage && git push origin stage -f"
},
"prettier": {},
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/serve": "2.12.1",
"@remix-run/node": "2.13.0-pre.0",
"@remix-run/react": "2.13.0-pre.0",
"@remix-run/serve": "2.13.0-pre.0",
"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.12.1",
"@remix-run/eslint-config": "2.12.1",
"@remix-run/dev": "2.13.0-pre.0",
"@remix-run/eslint-config": "2.13.0-pre.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/bcryptjs": "^2.4.2",
"@types/eslint": "^8.56.6",
Expand Down
5 changes: 3 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export default defineConfig({
v3_throwAbortReason: true,
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
unstable_singleFetch: true,
unstable_lazyRouteDiscovery: true,
v3_singleFetch: true,
v3_lazyRouteDiscovery: true,
unstable_optimizeDeps: true,
},
routes(defineRoutes) {
return defineRoutes((route) => {
Expand Down

0 comments on commit 45dddc6

Please sign in to comment.