mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-06 18:24:33 -04:00
chore(deps): update react monorepo to v19
This commit is contained in:
parent
aff468498e
commit
df8d41e849
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -33,8 +33,8 @@
|
||||||
"prop-types": "^15.5.10"
|
"prop-types": "^15.5.10"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16",
|
"react": "^16 || ^19.0.0",
|
||||||
"react-dom": "^16",
|
"react-dom": "^16 || ^19.0.0",
|
||||||
"react-intl": "^2",
|
"react-intl": "^2",
|
||||||
"react-intl-redux": "^0.7 || ^2.0.0",
|
"react-intl-redux": "^0.7 || ^2.0.0",
|
||||||
"react-popover": "^0.5",
|
"react-popover": "^0.5",
|
||||||
|
@ -79,15 +79,15 @@
|
||||||
"postcss-loader": "3.0.0",
|
"postcss-loader": "3.0.0",
|
||||||
"postcss-simple-vars": "5.0.2",
|
"postcss-simple-vars": "5.0.2",
|
||||||
"raf": "3.4.1",
|
"raf": "3.4.1",
|
||||||
"react": "16.14.0",
|
"react": "19.0.0",
|
||||||
"react-dom": "16.14.0",
|
"react-dom": "19.0.0",
|
||||||
"react-intl": "2.9.0",
|
"react-intl": "2.9.0",
|
||||||
"react-intl-redux": "2.4.1",
|
"react-intl-redux": "2.4.1",
|
||||||
"react-popover": "0.5.10",
|
"react-popover": "0.5.10",
|
||||||
"react-redux": "5.1.2",
|
"react-redux": "5.1.2",
|
||||||
"react-responsive": "5.0.0",
|
"react-responsive": "5.0.0",
|
||||||
"react-style-proptype": "3.2.2",
|
"react-style-proptype": "3.2.2",
|
||||||
"react-test-renderer": "16.14.0",
|
"react-test-renderer": "19.0.0",
|
||||||
"react-tooltip": "4.5.1",
|
"react-tooltip": "4.5.1",
|
||||||
"redux": "3.7.2",
|
"redux": "3.7.2",
|
||||||
"redux-mock-store": "1.5.5",
|
"redux-mock-store": "1.5.5",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue