Skip to content

Commit 1543636

Browse files
⬆️ (deps): Update react to v19
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ac2bd6 commit 1543636

File tree

2 files changed

+34
-40
lines changed

2 files changed

+34
-40
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"graphology-types": "^0.24.8"
1010
},
1111
"peerDependencies": {
12-
"react": "^18.0.0",
13-
"react-dom": "^18.0.0"
12+
"react": "^18.0.0 || ^19.0.0",
13+
"react-dom": "^18.0.0 || ^19.0.0"
1414
},
1515
"scripts": {
1616
"build-storybook": "storybook build",
@@ -65,8 +65,8 @@
6565
"@testing-library/jest-dom": "^6.6.3",
6666
"@testing-library/react": "^16.0.0",
6767
"@types/jest": "^29.5.14",
68-
"@types/react": "^18.3.21",
69-
"@types/react-dom": "^18.3.7",
68+
"@types/react": "^19.0.0",
69+
"@types/react-dom": "^19.0.0",
7070
"babel-jest": "^29.7.0",
7171
"babel-preset-react": "^6.24.1",
7272
"chromatic": "^11.28.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)