Skip to content

Commit ff6d48e

Browse files
fix(deps): update react monorepo
1 parent 3886447 commit ff6d48e

File tree

5 files changed

+406
-541
lines changed

5 files changed

+406
-541
lines changed

apps/next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@libnyanpasu/material-design-libs": "workspace:^",
1313
"@libnyanpasu/material-design-react": "workspace:^",
14-
"babel-plugin-react-compiler": "0.0.0-experimental-fe484b5-20240912",
14+
"babel-plugin-react-compiler": "0.0.0-experimental-fe727a3-20250909",
1515
"next": "15.1.3",
16-
"react": "19.1.0",
17-
"react-dom": "19.1.0"
16+
"react": "19.2.0",
17+
"react-dom": "19.2.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "19.1.2",
21-
"@types/react-dom": "19.1.3",
20+
"@types/react": "19.2.6",
21+
"@types/react-dom": "19.2.3",
2222
"eslint-config-next": "15.2.4"
2323
}
2424
}

apps/storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@libnyanpasu/material-design-react": "workspace:^",
1111
"@libnyanpasu/material-design-tailwind": "workspace:^",
1212
"next": "15.1.7",
13-
"react": "19.1.0",
14-
"react-dom": "19.1.0"
13+
"react": "19.2.0",
14+
"react-dom": "19.2.0"
1515
},
1616
"devDependencies": {
1717
"@chromatic-com/storybook": "3.2.6",
@@ -24,8 +24,8 @@
2424
"@storybook/react": "8.6.12",
2525
"@storybook/test": "8.6.12",
2626
"@tailwindcss/postcss": "^4.0.6",
27-
"@types/react": "19.1.2",
28-
"@types/react-dom": "19.1.3",
27+
"@types/react": "19.2.6",
28+
"@types/react-dom": "19.2.3",
2929
"eslint-config-next": "15.2.4",
3030
"eslint-plugin-storybook": "^0.12.0",
3131
"storybook": "^8.5.6"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^8.16.0",
2525
"@typescript-eslint/parser": "^8.16.0",
2626
"autoprefixer": "^10.4.20",
27-
"babel-plugin-react-compiler": "0.0.0-experimental-fe484b5-20240912",
27+
"babel-plugin-react-compiler": "0.0.0-experimental-fe727a3-20250909",
2828
"class-variance-authority": "^0.7.1",
2929
"clsx": "^2.1.1",
3030
"eslint": "^9.15.0",

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"@radix-ui/react-switch": "^1.1.3",
3333
"ahooks": "^3.8.1",
3434
"framer-motion": "12.9.4",
35-
"react": "19.1.0",
36-
"react-dom": "19.1.0"
35+
"react": "19.2.0",
36+
"react-dom": "19.2.0"
3737
},
3838
"devDependencies": {
3939
"@storybook/react": "8.6.12",
40-
"@types/react": "19.1.2",
41-
"@types/react-dom": "19.1.3",
40+
"@types/react": "19.2.6",
41+
"@types/react-dom": "19.2.3",
4242
"source-map": "^0.7.4"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)