Skip to content

Commit d8b1b0e

Browse files
committed
chore(deps): update next and @types/node versions across multiple packages
This commit updates the 'next' package from version ^15.4.2-canary.10 to ^15.4.2 and bumps '@types/node' from ^24.0.15 to ^24.1.0 in various package.json files, ensuring compatibility and stability across the project.
1 parent 96616b8 commit d8b1b0e

File tree

18 files changed

+109
-93
lines changed

18 files changed

+109
-93
lines changed

apps/calendar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vercel/speed-insights": "^1.2.0",
2222
"dayjs": "^1.11.13",
2323
"negotiator": "^1.0.0",
24-
"next": "^15.4.2-canary.10",
24+
"next": "^15.4.2",
2525
"next-intl": "^4.3.4",
2626
"next-themes": "^0.4.6",
2727
"react": "^19.1.0",
@@ -32,7 +32,7 @@
3232
"@tuturuuu/eslint-config": "workspace:*",
3333
"@tuturuuu/typescript-config": "workspace:*",
3434
"@types/negotiator": "^0.6.4",
35-
"@types/node": "^24.0.15",
35+
"@types/node": "^24.1.0",
3636
"@types/react": "^19.1.8",
3737
"@types/react-dom": "^19.1.6",
3838
"postcss": "^8.5.6",

apps/external/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"@tuturuuu/types": "workspace:*",
3030
"@tuturuuu/ui": "workspace:*",
3131
"@tuturuuu/utils": "workspace:*",
32-
"next": "^15.4.2-canary.10",
32+
"next": "^15.4.2",
3333
"react": "^19.1.0",
3434
"react-dom": "^19.1.0"
3535
},
3636
"devDependencies": {
3737
"@tuturuuu/eslint-config": "workspace:*",
3838
"@tuturuuu/typescript-config": "workspace:*",
39-
"@types/node": "^24.0.15",
39+
"@types/node": "^24.1.0",
4040
"@types/react": "^19.1.8",
4141
"@types/react-dom": "^19.1.6",
4242
"postcss": "^8.5.6",

apps/nova/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"lodash": "^4.17.21",
5353
"moment": "^2.30.1",
5454
"negotiator": "^1.0.0",
55-
"next": "^15.4.2-canary.10",
55+
"next": "^15.4.2",
5656
"next-intl": "^4.3.4",
5757
"next-themes": "^0.4.6",
5858
"react": "^19.1.0",
@@ -63,7 +63,7 @@
6363
"zod": "^3.25.76"
6464
},
6565
"devDependencies": {
66-
"@next/bundle-analyzer": "^15.4.2-canary.10",
66+
"@next/bundle-analyzer": "^15.4.2",
6767
"@tanstack/react-query-devtools": "^5.83.0",
6868
"@testing-library/react": "^16.3.0",
6969
"@tuturuuu/eslint-config": "workspace:*",
@@ -72,7 +72,7 @@
7272
"@types/js-cookie": "^3.0.6",
7373
"@types/lodash": "^4.17.20",
7474
"@types/negotiator": "^0.6.4",
75-
"@types/node": "^24.0.15",
75+
"@types/node": "^24.1.0",
7676
"@types/react": "^19.1.8",
7777
"@types/react-dom": "^19.1.6",
7878
"@types/uuid": "^10.0.0",

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"@tuturuuu/ui": "workspace:*",
3131
"@tuturuuu/utils": "workspace:*",
3232
"dayjs": "^1.11.13",
33-
"next": "^15.4.2-canary.10",
33+
"next": "^15.4.2",
3434
"react": "^19.1.0",
3535
"react-dom": "^19.1.0"
3636
},
3737
"devDependencies": {
3838
"@tuturuuu/eslint-config": "workspace:*",
3939
"@tuturuuu/typescript-config": "workspace:*",
40-
"@types/node": "^24.0.15",
40+
"@types/node": "^24.1.0",
4141
"@types/react": "^19.1.8",
4242
"@types/react-dom": "^19.1.6",
4343
"postcss": "^8.5.6",

apps/rewise/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ui:diff": "bunx shadcn-ui@latest diff"
2525
},
2626
"dependencies": {
27-
"@deepgram/sdk": "^4.9.1",
27+
"@deepgram/sdk": "^4.11.0",
2828
"@emotion/react": "^11.14.0",
2929
"@emotion/server": "^11.11.0",
3030
"@formatjs/intl-localematcher": "^0.6.1",
@@ -45,7 +45,7 @@
4545
"mermaid": "^11.9.0",
4646
"moment": "^2.30.1",
4747
"negotiator": "^1.0.0",
48-
"next": "^15.4.2-canary.10",
48+
"next": "^15.4.2",
4949
"next-intl": "^4.3.4",
5050
"next-themes": "^0.4.6",
5151
"qrcode.react": "^4.2.0",
@@ -62,15 +62,15 @@
6262
"zod": "^3.25.76"
6363
},
6464
"devDependencies": {
65-
"@next/bundle-analyzer": "^15.4.2-canary.10",
65+
"@next/bundle-analyzer": "^15.4.2",
6666
"@tanstack/react-query-devtools": "^5.83.0",
6767
"@testing-library/react": "^16.3.0",
6868
"@tuturuuu/eslint-config": "workspace:*",
6969
"@tuturuuu/typescript-config": "workspace:*",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/lodash": "^4.17.20",
7272
"@types/negotiator": "^0.6.4",
73-
"@types/node": "^24.0.15",
73+
"@types/node": "^24.1.0",
7474
"@types/react": "^19.1.8",
7575
"@types/react-dom": "^19.1.6",
7676
"@types/uuid": "^10.0.0",

apps/shortener/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@vercel/analytics": "^1.5.0",
3333
"dayjs": "^1.11.13",
3434
"nanoid": "^5.1.5",
35-
"next": "^15.4.2-canary.10",
35+
"next": "^15.4.2",
3636
"react": "^19.1.0",
3737
"react-dom": "^19.1.0"
3838
},
3939
"devDependencies": {
4040
"@tuturuuu/eslint-config": "workspace:*",
4141
"@tuturuuu/typescript-config": "workspace:*",
42-
"@types/node": "^24.0.15",
42+
"@types/node": "^24.1.0",
4343
"@types/react": "^19.1.8",
4444
"@types/react-dom": "^19.1.6",
4545
"postcss": "^8.5.6",

apps/tumeet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vercel/analytics": "^1.5.0",
3434
"dayjs": "^1.11.13",
3535
"nanoid": "^5.1.5",
36-
"next": "^15.4.2-canary.10",
36+
"next": "^15.4.2",
3737
"next-intl": "^4.3.4",
3838
"qrcode.react": "^4.2.0",
3939
"react": "^19.1.0",
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@tuturuuu/eslint-config": "workspace:*",
4545
"@tuturuuu/typescript-config": "workspace:*",
46-
"@types/node": "^24.0.15",
46+
"@types/node": "^24.1.0",
4747
"@types/react": "^19.1.8",
4848
"@types/react-dom": "^19.1.6",
4949
"postcss": "^8.5.6",

apps/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
"dependencies": {
2929
"@aws-sdk/client-ses": "^3.848.0",
30-
"@deepgram/sdk": "^4.9.1",
30+
"@deepgram/sdk": "^4.11.0",
3131
"@dnd-kit/core": "^6.3.1",
3232
"@dnd-kit/sortable": "^10.0.0",
3333
"@dnd-kit/utilities": "^3.2.2",
3434
"@emotion/react": "^11.14.0",
3535
"@emotion/server": "^11.11.0",
3636
"@formatjs/intl-localematcher": "^0.6.1",
37-
"@mantine/hooks": "^8.1.3",
37+
"@mantine/hooks": "^8.2.1",
3838
"@octokit/auth-app": "^8.0.2",
3939
"@octokit/rest": "^22.0.0",
4040
"@tanstack/react-query": "^5.83.0",
@@ -75,7 +75,7 @@
7575
"moment": "^2.30.1",
7676
"nanoid": "^5.1.5",
7777
"negotiator": "^1.0.0",
78-
"next": "^15.4.2-canary.10",
78+
"next": "^15.4.2",
7979
"next-intl": "^4.3.4",
8080
"next-themes": "^0.4.6",
8181
"octokit": "^5.0.3",
@@ -106,7 +106,7 @@
106106
"zod": "^3.25.76"
107107
},
108108
"devDependencies": {
109-
"@next/bundle-analyzer": "^15.4.2-canary.10",
109+
"@next/bundle-analyzer": "^15.4.2",
110110
"@tanstack/react-query-devtools": "^5.83.0",
111111
"@testing-library/react": "^16.3.0",
112112
"@tuturuuu/eslint-config": "workspace:*",
@@ -115,7 +115,7 @@
115115
"@types/js-cookie": "^3.0.6",
116116
"@types/lodash": "^4.17.20",
117117
"@types/negotiator": "^0.6.4",
118-
"@types/node": "^24.0.15",
118+
"@types/node": "^24.1.0",
119119
"@types/papaparse": "^5.3.16",
120120
"@types/react": "^19.1.8",
121121
"@types/react-dom": "^19.1.6",

0 commit comments

Comments
 (0)