Skip to content

Commit

Permalink
feat: udate remix run
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocinante89 committed Oct 11, 2024
1 parent 97b2b5a commit 52b8876
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 123 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@remix-run/express": "2.13.0",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/node": "2.13.0",
"@remix-run/react": "2.13.0",
"@sentry/remix": "8.34.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
Expand Down Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@codecov/vite-plugin": "1.2.0",
"@playwright/test": "1.48.0",
"@remix-run/dev": "2.12.1",
"@remix-run/dev": "2.13.0",
"@sentry/vite-plugin": "2.22.5",
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineConfig({
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
unstable_singleFetch: true,
v3_singleFetch: true,
},
routes: (defineRoutes) => {
return flatRoutes('routes', defineRoutes, {
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.12.1",
"@remix-run/node": "2.13.0",
"remix-create-express-app": "0.4.5",
"zod": "3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.12.1",
"@remix-run/node": "2.13.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand Down
Loading

0 comments on commit 52b8876

Please sign in to comment.