Skip to content

Commit 602432d

Browse files
jpeinigermihar-22
authored andcommitted
feat(player/react): allow react ^19.0.0 (#1574)
1 parent 0545161 commit 602432d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"watch:types": "pnpm run declarations -w & pnpm run build:types -w"
2828
},
2929
"peerDependencies": {
30-
"@types/react": "^18.0.0",
31-
"react": "^18.0.0"
30+
"@types/react": "^18.0.0 || ^19.0.0",
31+
"react": "^18.0.0 || ^19.0.0"
3232
},
3333
"dependencies": {
3434
"@floating-ui/dom": "^1.6.10",
@@ -38,17 +38,17 @@
3838
"@maverick-js/cli": "0.43.2",
3939
"@rollup/plugin-node-resolve": "^15.2.3",
4040
"@types/fs-extra": "^11.0.4",
41-
"@types/react": "^18.3.3",
42-
"@types/react-dom": "^18.3.0",
41+
"@types/react": "^19.0.0",
42+
"@types/react-dom": "^19.0.0",
4343
"@vitejs/plugin-react": "^4.3.1",
4444
"esbuild": "^0.23.0",
4545
"fs-extra": "^11.2.0",
4646
"get-tsconfig": "^4.7.6",
4747
"magic-string": "^0.30.11",
4848
"maverick.js": "0.43.2",
4949
"media-icons": "^1.1.5",
50-
"react": "^18.3.1",
51-
"react-dom": "^18.3.1",
50+
"react": "^19.0.0",
51+
"react-dom": "^19.0.0",
5252
"remotion": "^4.0.193",
5353
"rimraf": "^3.0.2",
5454
"rollup": "^4.20.0",

0 commit comments

Comments
 (0)