Skip to content

Commit

Permalink
chore(deps): update select dependencies (#2215)
Browse files Browse the repository at this point in the history
* chore(deps): update select dependencies

* More updates

* More deps

* Sync vinxi
  • Loading branch information
lachlancollins authored Aug 29, 2024
1 parent 1b0678f commit c6a80d6
Show file tree
Hide file tree
Showing 19 changed files with 578 additions and 731 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/quickstart-rspack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.15",
"@rsbuild/plugin-react": "1.0.1-beta.15",
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/plugin-react": "1.0.1-rc.0",
"@tanstack/router-plugin": "^1.51.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/start-basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@prisma/client": "5.17.0",
"@remix-run/node": "^2.10.3",
"@remix-run/server-runtime": "^2.10.3",
"@remix-run/node": "^2.11.2",
"@remix-run/server-runtime": "^2.11.2",
"@tanstack/react-router": "^1.51.2",
"@tanstack/router-devtools": "^1.51.2",
"@tanstack/router-plugin": "^1.51.0",
Expand All @@ -29,11 +29,11 @@
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"remix-auth-form": "^1.5.0",
"tailwind-merge": "^2.4.0",
"vinxi": "0.3.12"
"tailwind-merge": "^2.5.2",
"vinxi": "0.4.2"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.46.1",
"@replayio/playwright": "^3.1.8",
"@types/node": "^20.12.11",
"@types/react": "^18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-basic-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^7.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "0.4.1"
"vinxi": "0.4.2"
},
"devDependencies": {
"@types/node": "^20.12.11",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/start-basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"vinxi": "0.4.1"
"tailwind-merge": "^2.5.2",
"vinxi": "0.4.2"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.1",
"@types/node": "^20.12.11",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@tanstack/router-plugin": "^1.51.0",
"@tanstack/start": "^1.51.3",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"vinxi": "0.4.1"
"tailwind-merge": "^2.5.2",
"vinxi": "0.4.2"
},
"devDependencies": {
"@types/react": "^18.2.65",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/start-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"vinxi": "0.4.1"
"tailwind-merge": "^2.5.2",
"vinxi": "0.4.2"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.1",
"@types/node": "^20.12.11",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/start-clerk-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@clerk/tanstack-start": "0.3.0-snapshot.vdf04997",
"@remix-run/node": "^2.10.3",
"@remix-run/server-runtime": "^2.10.3",
"@remix-run/node": "^2.11.2",
"@remix-run/server-runtime": "^2.11.2",
"@tanstack/react-router": "^1.51.2",
"@tanstack/router-devtools": "^1.51.2",
"@tanstack/router-plugin": "^1.51.0",
Expand All @@ -27,11 +27,11 @@
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"remix-auth-form": "^1.5.0",
"tailwind-merge": "^2.4.0",
"vinxi": "0.3.12"
"tailwind-merge": "^2.5.2",
"vinxi": "0.4.2"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.46.1",
"@replayio/playwright": "^3.1.8",
"@types/node": "^20.12.11",
"@types/react": "^18.2.65",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-convex-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tiny-invariant": "^1.3.3",
"vinxi": "0.4.1",
"vinxi": "0.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tiny-invariant": "^1.3.3",
"vinxi": "0.4.1",
"vinxi": "0.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
"vinxi": "0.4.1",
"vinxi": "0.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
"vinxi": "0.4.1",
"vinxi": "0.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"gpt-generate": "node gpt/generate.js"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.8.2",
"@playwright/test": "^1.45.3",
"@rollup/plugin-replace": "^5.0.7",
"@tanstack/config": "^0.11.3",
"@eslint-react/eslint-plugin": "^1.12.3",
"@playwright/test": "^1.46.1",
"@tanstack/config": "^0.12.0",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "^10.4.5",
"jsdom": "^25.0.0",
"nx": "^19.5.6",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"publint": "^0.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
Expand Down
1 change: 0 additions & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"@testing-library/react": "^16.0.0",
"@vitejs/plugin-react": "^4.3.1",
"combinate": "^1.1.11",
"jsdom": "^24.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.8"
Expand Down
8 changes: 4 additions & 4 deletions packages/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
"@tanstack/router-plugin": "workspace:^",
"@tanstack/start-vite-plugin": "workspace:^",
"@types/jsesc": "^3.0.3",
"@vinxi/react": "0.2.3",
"@vinxi/react": "0.2.4",
"@vinxi/react-server-dom": "^0.0.3",
"@vinxi/server-components": "^0.4.1",
"@vinxi/server-functions": "^0.4.1",
"@vinxi/server-components": "^0.4.2",
"@vinxi/server-functions": "^0.4.2",
"import-meta-resolve": "^4.1.0",
"isbot": "^5.1.14",
"jsesc": "^3.0.2",
"tiny-invariant": "^1.3.3",
"vinxi": "0.4.1",
"vinxi": "0.4.2",
"vite-tsconfig-paths": "^5.0.1",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit c6a80d6

Please sign in to comment.