Skip to content

Commit 7ff9663

Browse files
fix(deps): update react monorepo to v19
1 parent aa35308 commit 7ff9663

File tree

5 files changed

+668
-551
lines changed

5 files changed

+668
-551
lines changed

apps/catalog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@shio/design-token": "workspace:*",
2424
"@shio/tailwind": "workspace:*",
2525
"dotenv": "16.3.1",
26-
"react": "18.2.0",
27-
"react-dom": "18.2.0"
26+
"react": "19.1.1",
27+
"react-dom": "19.1.1"
2828
},
2929
"devDependencies": {
3030
"@shio/jest": "workspace:*",
@@ -40,8 +40,8 @@
4040
"@storybook/nextjs": "7.4.6",
4141
"@storybook/react": "7.4.6",
4242
"@storybook/theming": "7.4.6",
43-
"@types/react": "18.2.24",
44-
"@types/react-dom": "18.2.8",
43+
"@types/react": "19.1.10",
44+
"@types/react-dom": "19.1.7",
4545
"chromatic": "7.2.0",
4646
"eslint-config-shio-react": "workspace:*",
4747
"storybook": "7.4.6"

apps/website-v1/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"dotenv": "16.3.1",
2626
"framer-motion": "10.16.4",
2727
"next": "13.5.4",
28-
"react": "18.2.0",
29-
"react-dom": "18.2.0",
28+
"react": "19.1.1",
29+
"react-dom": "19.1.1",
3030
"react-type-animation": "3.1.0",
3131
"sharp": "0.32.6",
3232
"ts-pattern": "5.0.5"
@@ -39,8 +39,8 @@
3939
"@shio/tsconfig": "workspace:*",
4040
"@shio/type": "workspace:*",
4141
"@storybook/react": "7.4.6",
42-
"@types/react": "18.2.24",
43-
"@types/react-dom": "18.2.8",
42+
"@types/react": "19.1.10",
43+
"@types/react-dom": "19.1.7",
4444
"eslint-config-shio-nextjs": "workspace:*"
4545
}
4646
}

apps/website-v2/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"framer-motion": "10.16.4",
3030
"graphql-tag": "2.12.6",
3131
"next": "13.5.4",
32-
"react": "18.2.0",
33-
"react-dom": "18.2.0",
32+
"react": "19.1.1",
33+
"react-dom": "19.1.1",
3434
"sharp": "0.32.6"
3535
},
3636
"devDependencies": {
@@ -47,8 +47,8 @@
4747
"@shio/tsconfig": "workspace:*",
4848
"@shio/type": "workspace:*",
4949
"@storybook/react": "7.4.6",
50-
"@types/react": "18.2.24",
51-
"@types/react-dom": "18.2.8",
50+
"@types/react": "19.1.10",
51+
"@types/react-dom": "19.1.7",
5252
"eslint-config-shio-nextjs": "workspace:*"
5353
}
5454
}

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"framer-motion": "10.16.4",
2222
"next": "13.5.4",
2323
"next-themes": "0.2.1",
24-
"react": "18.2.0",
25-
"react-dom": "18.2.0",
24+
"react": "19.1.1",
25+
"react-dom": "19.1.1",
2626
"react-icons": "4.11.0",
2727
"ts-pattern": "5.0.5"
2828
},
@@ -34,8 +34,8 @@
3434
"@shio/type": "workspace:*",
3535
"@storybook/nextjs": "7.4.6",
3636
"@storybook/react": "7.4.6",
37-
"@types/react": "18.2.24",
38-
"@types/react-dom": "18.2.8",
37+
"@types/react": "19.1.10",
38+
"@types/react-dom": "19.1.7",
3939
"eslint-config-shio-react": "workspace:*"
4040
}
4141
}

0 commit comments

Comments
 (0)