Skip to content

Commit 5aeae8e

Browse files
authored
chore: Upgrade React and Next.js (#2164)
1 parent a0e97c1 commit 5aeae8e

File tree

16 files changed

+464
-464
lines changed

16 files changed

+464
-464
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@types/node": "^20.14.5",
31-
"@types/react": "^19.2.0",
31+
"@types/react": "^19.2.1",
3232
"autoprefixer": "^10.4.19",
3333
"eslint": "9.11.1",
3434
"eslint-config-molindo": "^8.0.0",

examples/example-app-router-extracted/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"test": "vitest"
1111
},
1212
"dependencies": {
13-
"next": "^16.0.3",
13+
"next": "^16.0.8",
1414
"next-intl": "^4.0.0",
15-
"react": "^19.2.0",
16-
"react-dom": "^19.2.0"
15+
"react": "^19.2.1",
16+
"react-dom": "^19.2.1"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3.1.0",
20-
"@types/react": "^19.2.0",
21-
"@types/react-dom": "^19.2.0",
20+
"@types/react": "^19.2.1",
21+
"@types/react-dom": "^19.2.1",
2222
"@vitejs/plugin-react": "^4.3.4",
2323
"eslint": "^9.38.0",
24-
"eslint-config-next": "^16.0.3",
24+
"eslint-config-next": "^16.0.8",
2525
"prettier": "^3.3.3",
2626
"typescript": "^5.5.3",
2727
"vitest": "^3.0.8"

examples/example-app-router-migration/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^16.0.3",
12+
"next": "^16.0.8",
1313
"next-intl": "^4.0.0",
14-
"react": "^19.2.0",
15-
"react-dom": "^19.2.0"
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1"
1616
},
1717
"devDependencies": {
1818
"@types/lodash": "^4.17.5",
1919
"@types/node": "^20.14.5",
20-
"@types/react": "^19.2.0",
20+
"@types/react": "^19.2.1",
2121
"eslint": "^9.38.0",
22-
"eslint-config-next": "^16.0.3",
22+
"eslint-config-next": "^16.0.8",
2323
"@eslint/eslintrc": "^3.1.0",
2424
"prettier": "^3.3.3",
2525
"typescript": "^5.5.3"

examples/example-app-router-mixed-routing/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^16.0.3",
12+
"next": "^16.0.8",
1313
"next-intl": "^4.0.0",
14-
"react": "^19.2.0",
15-
"react-dom": "^19.2.0",
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1",
1616
"tailwindcss": "^3.4.4"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3.1.0",
2020
"@playwright/test": "^1.51.1",
2121
"@types/node": "^20.14.5",
22-
"@types/react": "^19.2.0",
22+
"@types/react": "^19.2.1",
2323
"autoprefixer": "^10.4.19",
2424
"eslint": "^9.38.0",
25-
"eslint-config-next": "^16.0.3",
25+
"eslint-config-next": "^16.0.8",
2626
"postcss": "^8.5.3",
2727
"prettier": "^3.3.3",
2828
"typescript": "^5.5.3"

examples/example-app-router-next-auth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^16.0.3",
12+
"next": "^16.0.8",
1313
"next-auth": "^4.24.11",
1414
"next-intl": "^4.0.0",
15-
"react": "^19.2.0",
16-
"react-dom": "^19.2.0"
15+
"react": "^19.2.1",
16+
"react-dom": "^19.2.1"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3.1.0",
2020
"@playwright/test": "^1.51.1",
2121
"@types/lodash": "^4.17.5",
2222
"@types/node": "^20.14.5",
23-
"@types/react": "^19.2.0",
23+
"@types/react": "^19.2.1",
2424
"eslint": "^9.38.0",
25-
"eslint-config-next": "^16.0.3",
25+
"eslint-config-next": "^16.0.8",
2626
"prettier": "^3.3.3",
2727
"typescript": "^5.5.3"
2828
},

examples/example-app-router-playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"@radix-ui/react-dropdown-menu": "^2.1.6",
1616
"lodash": "^4.17.21",
1717
"ms": "2.1.3",
18-
"next": "^16.0.3",
18+
"next": "^16.0.8",
1919
"next-intl": "^4.0.0",
20-
"react": "^19.2.0",
21-
"react-dom": "^19.2.0",
20+
"react": "^19.2.1",
21+
"react-dom": "^19.2.1",
2222
"zod": "^3.24.2"
2323
},
2424
"devDependencies": {
2525
"@eslint/eslintrc": "^3.1.0",
2626
"@jest/globals": "^29.7.0",
2727
"@mdx-js/loader": "^3.0.1",
2828
"@mdx-js/react": "^3.0.1",
29-
"@next/bundle-analyzer": "^16.0.3",
30-
"@next/mdx": "^16.0.3",
29+
"@next/bundle-analyzer": "^16.0.8",
30+
"@next/mdx": "^16.0.8",
3131
"@playwright/test": "^1.51.1",
3232
"@storybook/nextjs": "^8.6.4",
3333
"@storybook/react": "^8.6.4",
@@ -36,11 +36,11 @@
3636
"@types/lodash": "^4.17.5",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^20.14.5",
39-
"@types/react": "^19.2.0",
39+
"@types/react": "^19.2.1",
4040
"chokidar-cli": "3.0.0",
4141
"css-loader": "^6.8.1",
4242
"eslint": "^9.38.0",
43-
"eslint-config-next": "^16.0.3",
43+
"eslint-config-next": "^16.0.8",
4444
"jest": "^29.7.0",
4545
"jest-environment-jsdom": "^29.7.0",
4646
"prettier": "^3.3.3",

examples/example-app-router-single-locale/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^16.0.3",
12+
"next": "^16.0.8",
1313
"next-intl": "^4.0.0",
14-
"react": "^19.2.0",
15-
"react-dom": "^19.2.0"
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1"
1616
},
1717
"devDependencies": {
1818
"@playwright/test": "^1.51.1",
1919
"@types/lodash": "^4.17.5",
2020
"@types/node": "^20.14.5",
21-
"@types/react": "^19.2.0",
21+
"@types/react": "^19.2.1",
2222
"@eslint/eslintrc": "^3.1.0",
2323
"eslint": "^9.38.0",
24-
"eslint-config-next": "^16.0.3",
24+
"eslint-config-next": "^16.0.8",
2525
"prettier": "^3.3.3",
2626
"typescript": "^5.5.3"
2727
},

examples/example-app-router-without-i18n-routing/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
"@radix-ui/react-select": "^2.1.6",
1414
"clsx": "^2.1.1",
1515
"lodash": "^4.17.21",
16-
"next": "^16.0.3",
16+
"next": "^16.0.8",
1717
"next-intl": "^4.0.0",
18-
"react": "^19.2.0",
19-
"react-dom": "^19.2.0",
18+
"react": "^19.2.1",
19+
"react-dom": "^19.2.1",
2020
"zod": "^3.24.2"
2121
},
2222
"devDependencies": {
2323
"@eslint/eslintrc": "^3.1.0",
2424
"@playwright/test": "^1.51.1",
2525
"@types/lodash": "^4.17.5",
2626
"@types/node": "^20.14.5",
27-
"@types/react": "^19.2.0",
28-
"@types/react-dom": "^19.2.0",
27+
"@types/react": "^19.2.1",
28+
"@types/react-dom": "^19.2.1",
2929
"autoprefixer": "^10.4.19",
3030
"eslint": "^9.38.0",
31-
"eslint-config-next": "^16.0.3",
31+
"eslint-config-next": "^16.0.8",
3232
"postcss": "^8.5.3",
3333
"prettier": "^3.3.3",
3434
"tailwindcss": "^3.4.4",

examples/example-app-router/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"clsx": "^2.1.1",
15-
"next": "^16.0.3",
15+
"next": "^16.0.8",
1616
"next-intl": "^4.0.0",
17-
"react": "^19.2.0",
18-
"react-dom": "^19.2.0",
17+
"react": "^19.2.1",
18+
"react-dom": "^19.2.1",
1919
"tailwindcss": "^3.4.4"
2020
},
2121
"devDependencies": {
@@ -26,10 +26,10 @@
2626
"@types/jest": "^29.5.12",
2727
"@types/lodash": "^4.17.5",
2828
"@types/node": "^20.14.5",
29-
"@types/react": "^19.2.0",
29+
"@types/react": "^19.2.1",
3030
"autoprefixer": "^10.4.19",
3131
"eslint": "^9.38.0",
32-
"eslint-config-next": "^16.0.3",
32+
"eslint-config-next": "^16.0.8",
3333
"jest": "^29.7.0",
3434
"jest-environment-jsdom": "^29.7.0",
3535
"postcss": "^8.5.3",

examples/example-pages-router-advanced/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"dependencies": {
1212
"accept-language-parser": "^1.5.0",
1313
"lodash": "^4.17.21",
14-
"next": "^16.0.3",
14+
"next": "^16.0.8",
1515
"next-intl": "^4.0.0",
16-
"react": "^19.2.0",
17-
"react-dom": "^19.2.0"
16+
"react": "^19.2.1",
17+
"react-dom": "^19.2.1"
1818
},
1919
"devDependencies": {
2020
"@eslint/eslintrc": "^3.1.0",
@@ -23,9 +23,9 @@
2323
"@types/jest": "^29.5.12",
2424
"@types/lodash": "^4.17.5",
2525
"@types/node": "^20.14.5",
26-
"@types/react": "^19.2.0",
26+
"@types/react": "^19.2.1",
2727
"eslint": "^9.38.0",
28-
"eslint-config-next": "^16.0.3",
28+
"eslint-config-next": "^16.0.8",
2929
"jest": "^29.7.0",
3030
"jest-environment-jsdom": "^29.7.0",
3131
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)