Skip to content

Commit

Permalink
⬆️ Update Next to version 15.1 and minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Dec 12, 2024
1 parent 4fe5f67 commit c698628
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions example/news-interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@lottiefiles/react-lottie-player": "^3.5.4",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"@tanstack/query-sync-storage-persister": "^5.62.3",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query-persist-client": "^5.62.3",
"@tanstack/query-sync-storage-persister": "^5.62.7",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-query-persist-client": "^5.62.7",
"buffer": "^6.0.3",
"isbot": "^5.1.17",
"normalize.css": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions example/wallet-ethcc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@radix-ui/react-slot": "^1.1.0",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"@tanstack/query-sync-storage-persister": "^5.62.3",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query-persist-client": "^5.62.3",
"@tanstack/query-sync-storage-persister": "^5.62.7",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-query-persist-client": "^5.62.7",
"buffer": "^6.0.3",
"isbot": "^5.1.17",
"lucide-react": "^0.468.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
12 changes: 6 additions & 6 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@tanstack/query-sync-storage-persister": "^5.62.3",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query-persist-client": "^5.62.3",
"@tanstack/query-sync-storage-persister": "^5.62.7",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-query-persist-client": "^5.62.7",
"@tanstack/react-table": "^8.20.5",
"@tanstack/table-core": "^8.20.5",
"class-variance-authority": "^0.7.1",
Expand All @@ -44,11 +44,11 @@
"lucide-react": "^0.468.0",
"mongodb": "^6.11.0",
"lru-cache": "^11.0.2",
"next": "15.0.4",
"next": "15.1.0",
"normalize.css": "^8.0.1",
"radash": "^12.1.0",
"react": "^19",
"react-day-picker": "^9.4.2",
"react-day-picker": "^9.4.3",
"react-dom": "^19",
"react-hook-form": "^7.54.0",
"viem": "^2.21.48"
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query": "^5.62.7",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"jotai": "^2.10.3",
"ky": "^1.7.2",
"ky": "^1.7.3",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next": "15.1.0",
"react-hook-form": "^7.54.0",
"react-loading-skeleton": "^3.5.0",
"viem": "^2.21.48"
Expand Down
12 changes: 6 additions & 6 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@react-router/serve": "^7.0.2",
"@simplewebauthn/browser": "^11.0.0",
"@simplewebauthn/server": "^11.0.0",
"@tanstack/query-sync-storage-persister": "^5.62.3",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query-persist-client": "^5.62.3",
"@tanstack/query-sync-storage-persister": "^5.62.7",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-query-persist-client": "^5.62.7",
"@wagmi/core": "^2.14.6",
"class-variance-authority": "^0.7.1",
"dexie": "^4.0.10",
"i18next": "^24.0.5",
"i18next": "^24.1.0",
"i18next-browser-languagedetector": "^8.0.2",
"isbot": "^5.1.17",
"jotai": "^2.10.3",
Expand All @@ -54,7 +54,7 @@
"react-dom": "^19",
"react-dropzone-esm": "^15.2.0",
"react-hook-form": "^7.54.0",
"react-i18next": "^15.1.3",
"react-i18next": "^15.2.0",
"react-loading-skeleton": "^3.5.0",
"react-qr-code": "^2.0.15",
"react-router": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion sdk/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"preact": "^10.25.1",
"preact": "^10.25.2",
"preact-custom-element": "^4.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit c698628

Please sign in to comment.