Skip to content

Commit

Permalink
bump some internal deps
Browse files Browse the repository at this point in the history
Signed-off-by: Marc MacLeod <[email protected]>
  • Loading branch information
marbemac committed Sep 29, 2024
1 parent 8df5fea commit d0eaf40
Show file tree
Hide file tree
Showing 15 changed files with 765 additions and 503 deletions.
4 changes: 2 additions & 2 deletions examples/bun-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@elysiajs/static": "1.1.1",
"@ssrx/react": "latest",
"elysia": "1.1.16",
"elysia": "1.1.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
Expand All @@ -26,7 +26,7 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"typescript": "5.6.2",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/react-router-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"debug": "tsx debug.ts"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"@lucia-auth/adapter-sqlite": "2.0.1",
"@paralleldrive/cuid2": "2.2.2",
"@radix-ui/react-slot": "^1.1.0",
Expand All @@ -40,7 +40,7 @@
"clsx": "^2.1.1",
"drizzle-orm": "0.33.0",
"drizzle-valibot": "0.2.0",
"hono": "4.6.1",
"hono": "4.6.3",
"lucia": "2.7.7",
"lucide-react": "^0.441.0",
"react": "18.3.1",
Expand All @@ -50,7 +50,7 @@
"react-router-typesafe-routes": "1.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "0.41.0"
"valibot": "0.42.1"
},
"devDependencies": {
"@ssrx/vite": "latest",
Expand All @@ -60,12 +60,12 @@
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"drizzle-kit": "0.24.2",
"postcss": "8.4.45",
"postcss": "8.4.47",
"rollup-plugin-analyzer": "4.0.0",
"tailwindcss": "3.4.11",
"tailwindcss": "3.4.13",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
}
}
10 changes: 5 additions & 5 deletions examples/react-router-records/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"@ssrx/plugin-react-router": "latest",
"@ssrx/react": "latest",
"hono": "4.6.1",
"hono": "4.6.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
Expand All @@ -25,10 +25,10 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"postcss": "8.4.45",
"tailwindcss": "3.4.11",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
}
}
6 changes: 3 additions & 3 deletions examples/react-router-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"@ssrx/react": "latest",
"hono": "4.6.1",
"hono": "4.6.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
Expand All @@ -26,7 +26,7 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"typescript": "5.6.2",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"@lucia-auth/adapter-sqlite": "2.0.1",
"@paralleldrive/cuid2": "2.2.2",
"@radix-ui/react-slot": "^1.1.0",
Expand All @@ -34,7 +34,7 @@
"clsx": "^2.1.1",
"drizzle-orm": "0.33.0",
"drizzle-valibot": "0.2.0",
"hono": "4.6.1",
"hono": "4.6.3",
"isbot": "~5.1.17",
"lucia": "2.7.7",
"lucide-react": "^0.441.0",
Expand All @@ -44,7 +44,7 @@
"remix-routes": "1.7.7",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "0.41.0"
"valibot": "0.42.1"
},
"devDependencies": {
"@remix-run/dev": "2.12.0",
Expand All @@ -58,11 +58,11 @@
"drizzle-kit": "0.24.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"postcss": "8.4.45",
"tailwindcss": "3.4.11",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"typescript-remix-routes-plugin": "1.0.1",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-env-only": "3.0.3",
"vite-tsconfig-paths": "5.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/solid-router-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"typecheck": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"@solidjs/meta": "~0.29.3",
"@solidjs/router": "0.11.2",
"@ssrx/solid": "latest",
"hono": "4.6.1",
"hono": "4.6.3",
"solid-js": "1.8.22"
},
"devDependencies": {
"@ssrx/vite": "latest",
"typescript": "5.6.2",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-plugin-solid": "2.9.1",
"vite-tsconfig-paths": "5.0.1"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/tanstack-router-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"typecheck": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"@ssrx/plugin-tanstack-router": "latest",
"@ssrx/react": "latest",
"@tanstack/react-router": "1.57.13",
"@tanstack/router-devtools": "1.57.13",
"hono": "4.6.1",
"hono": "4.6.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -29,10 +29,10 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"postcss": "8.4.45",
"tailwindcss": "3.4.11",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.5",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@yarnpkg/types": "~4.0.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
Expand All @@ -47,11 +47,11 @@
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-testing-library": "6.3.0",
"nx": "19.7.3",
"nx": "19.8.2",
"rimraf": "6.0.1",
"tsup": "8.2.4",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "1.6.0"
"vitest": "2.1.1"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tanstack-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"devalue": "^5.0.0"
"devalue": "^5.1.1"
},
"devDependencies": {
"@tanstack/query-core": "^5.56.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-unhead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@unhead/addons": "~1.11.2",
"@unhead/schema": "~1.11.2",
"@unhead/ssr": "~1.11.2",
"unhead": "~1.11.2"
"@unhead/addons": "~1.11.7",
"@unhead/schema": "~1.11.7",
"@unhead/ssr": "~1.11.7",
"unhead": "~1.11.7"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vite-env-only": "3.0.3"
},
"devDependencies": {
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@remix-run/react": "2.12.0",
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"rollup": "4.22.5",
"rollup-plugin-esbuild": "6.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/node": "22.7.4",
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"rollup": "4.22.5",
"rollup-plugin-esbuild": "6.1.1",
"type-fest": "4.26.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"vite": ">=4"
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"@hono/node-server": "^1.13.1",
"radix3": "^1.1.2",
"vite-env-only": "3.0.3"
},
"devDependencies": {
"@total-typescript/ts-reset": "~0.6.1",
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"rollup": "4.22.5",
"rollup-plugin-esbuild": "6.1.1",
"vite": "5.4.5"
"vite": "5.4.8"
}
}
Loading

0 comments on commit d0eaf40

Please sign in to comment.