Skip to content

Commit 8895d31

Browse files
committed
fix: nuqs adapter version mismatch
1 parent 988094a commit 8895d31

8 files changed

Lines changed: 1922 additions & 2174 deletions

File tree

apps/acme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"jose": "^6.1.1",
13-
"next": "15.1.9",
14-
"react": "^19.2.0",
13+
"next": "16.0.7",
14+
"react": "^19.2.3",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {

apps/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@
8989
"lucide-react": "^0.483.0",
9090
"next": "16.0.7",
9191
"next-themes": "^0.4.6",
92-
"nuqs": "2.7.3",
92+
"nuqs": "2.8.5",
9393
"plugins": "link:better-auth/client/plugins",
9494
"postgres": "^3.4.5",
9595
"posthog-js": "^1.281.0",
9696
"posthog-node": "^5.10.4",
97-
"react": "^19.2.0",
97+
"react": "^19.2.3",
9898
"react-aria-components": "^1.8.0",
9999
"react-day-picker": "8.10.1",
100100
"react-dom": "^19.2.0",

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"lucide-react": "^0.476.0",
4040
"next": "16.0.7",
4141
"next-plausible": "^3.12.4",
42-
"react": "^19.2.0",
42+
"react": "^19.2.3",
4343
"react-dom": "^19.2.0",
4444
"rehype-katex": "^7.0.1",
4545
"remark": "^15.0.1",

packages/email-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@react-email/components": "^0.0.29",
3333
"@react-email/render": "^1.0.3",
34-
"react": "^19.2.0"
34+
"react": "^19.2.3"
3535
},
3636
"devDependencies": {
3737
"@refref/eslint-config": "workspace:*",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"./types/*": "./src/types/*.ts"
1919
},
2020
"peerDependencies": {
21-
"next": ">=14.2.0",
22-
"nuqs": ">=2.0.0",
23-
"react": "^19.2.0",
21+
"next": ">=16.0.7",
22+
"nuqs": "2.8.5",
23+
"react": "^19.2.3",
2424
"react-dom": "^19.2.0"
2525
},
2626
"peerDependenciesMeta": {

packages/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@refref/ui": "workspace:*",
3333
"clsx": "^2.1.1",
3434
"lucide-react": "^0.483.0",
35-
"react": "^19.2.0",
35+
"react": "^19.2.3",
3636
"react-dom": "^19.2.0",
3737
"tailwind-merge": "^3.0.2",
3838
"zustand": "^5.0.3"

pnpm-lock.yaml

Lines changed: 1911 additions & 2164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://turbo.build/schema.json",
33
"ui": "tui",
44
"globalEnv": [
5+
"INFISICAL_TOKEN",
56
"BETTER_AUTH_SECRET",
67
"DATABASE_URL",
78
"NEXT_PUBLIC_APP_URL",

0 commit comments

Comments
 (0)