Skip to content

Commit

Permalink
refactor: update to React 19
Browse files Browse the repository at this point in the history
Signed-off-by: Trezy <[email protected]>
  • Loading branch information
trezy committed Dec 27, 2024
1 parent 31ced48 commit 537804e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 56 deletions.
81 changes: 31 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
]
},
"dependencies": {
"react-reconciler": "0.29.2"
"react-reconciler": "0.31.0"
},
"devDependencies": {
"@pixi/extension-scripts": "^2.4.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.10",
"@types/react": "^18.3.2",
Expand All @@ -80,8 +80,8 @@
"jsdom": "^25.0.0",
"pixi.js": "8.2.6",
"playwright": "^1.45.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.18.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-sourcemaps": "^0.6.3",
Expand All @@ -90,8 +90,8 @@
},
"peerDependencies": {
"pixi.js": "^8.2.6",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down

0 comments on commit 537804e

Please sign in to comment.