mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-07-04 17:20:26 -04:00
chore(deps): update dependency redux to v5
This commit is contained in:
parent
aff468498e
commit
ee1f5cabb8
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
"react-responsive": "^5",
|
"react-responsive": "^5",
|
||||||
"react-style-proptype": "^3",
|
"react-style-proptype": "^3",
|
||||||
"react-tooltip": "^4",
|
"react-tooltip": "^4",
|
||||||
"redux": "^3",
|
"redux": "^3 || ^5.0.0",
|
||||||
"scratch-render-fonts": "^1.0.0"
|
"scratch-render-fonts": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
"react-style-proptype": "3.2.2",
|
"react-style-proptype": "3.2.2",
|
||||||
"react-test-renderer": "16.14.0",
|
"react-test-renderer": "16.14.0",
|
||||||
"react-tooltip": "4.5.1",
|
"react-tooltip": "4.5.1",
|
||||||
"redux": "3.7.2",
|
"redux": "5.0.1",
|
||||||
"redux-mock-store": "1.5.5",
|
"redux-mock-store": "1.5.5",
|
||||||
"redux-throttle": "0.1.1",
|
"redux-throttle": "0.1.1",
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue