Skip to content

Commit

Permalink
chore: bump react-router and remix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Marc MacLeod <marbemac+gh@gmail.com>
  • Loading branch information
marbemac committed Sep 13, 2024
1 parent a709689 commit 7aee8d6
Show file tree
Hide file tree
Showing 9 changed files with 922 additions and 2,474 deletions.
2 changes: 1 addition & 1 deletion examples/bun-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"elysia": "1.1.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.0"
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@ssrx/vite": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-router-dom": "6.22.0",
"react-router-typesafe-routes": "1.2.1",
"react-router-dom": "6.26.2",
"react-router-typesafe-routes": "1.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "0.41.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-records/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"hono": "4.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.0"
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@ssrx/vite": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"hono": "4.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.0"
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@ssrx/vite": "latest",
Expand Down
12 changes: 6 additions & 6 deletions examples/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/node": "2.6.0",
"@remix-run/react": "2.6.0",
"@remix-run/serve": "2.6.0",
"@remix-run/server-runtime": "2.6.0",
"@remix-run/node": "2.12.0",
"@remix-run/react": "2.12.0",
"@remix-run/serve": "2.12.0",
"@remix-run/server-runtime": "2.12.0",
"@ssrx/plugin-tanstack-query": "latest",
"@ssrx/plugin-trpc-react": "latest",
"@tanstack/react-query": "^5.56.2",
Expand All @@ -41,13 +41,13 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"remix-routes": "1.6.1",
"remix-routes": "1.7.7",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "0.41.0"
},
"devDependencies": {
"@remix-run/dev": "2.6.0",
"@remix-run/dev": "2.12.0",
"@ssrx/remix": "latest",
"@total-typescript/ts-reset": "~0.6.1",
"@types/better-sqlite3": "7.6.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/remix-vite/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { unstable_vitePlugin as remix } from '@remix-run/dev';
import { vitePlugin as remix } from '@remix-run/dev';
import { defineConfig } from 'vite';
import tsconfigPaths from 'vite-tsconfig-paths';

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@ssrx/renderer": "^0.4.0"
},
"devDependencies": {
"react-router-dom": "6.22.0"
"react-router-dom": "6.26.2"
}
}
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ssrx/renderer": "^0.4.0"
},
"devDependencies": {
"@remix-run/react": "2.6.0",
"@remix-run/react": "2.12.0",
"esbuild": "0.23.1",
"rollup": "4.21.3",
"rollup-plugin-esbuild": "6.1.1"
Expand Down
Loading

0 comments on commit 7aee8d6

Please sign in to comment.