mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(deps): update dependency react-intl-redux to v2.4.1 (#1739)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
de8f402bd0
commit
65ba51070f
2 changed files with 14 additions and 10 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -55,7 +55,7 @@
|
|||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"react-intl": "2.9.0",
|
||||
"react-intl-redux": "2.0.0",
|
||||
"react-intl-redux": "2.4.1",
|
||||
"react-popover": "0.5.10",
|
||||
"react-redux": "5.1.2",
|
||||
"react-responsive": "5.0.0",
|
||||
|
@ -84,7 +84,7 @@
|
|||
"react": "^16",
|
||||
"react-dom": "^16",
|
||||
"react-intl": "^2",
|
||||
"react-intl-redux": "^0.7",
|
||||
"react-intl-redux": "^0.7 || ^2.0.0",
|
||||
"react-popover": "^0.5",
|
||||
"react-redux": "^5",
|
||||
"react-responsive": "^5",
|
||||
|
@ -23764,16 +23764,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-intl-redux": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-intl-redux/-/react-intl-redux-2.0.0.tgz",
|
||||
"integrity": "sha512-YYgbgXzRSVTHEGc3fiwn+l5LpPnHytFbkU2JfuPsgMW39MwzB9LMD2uXKkCH6D9OfcOVZWLuwcOUrTvpaEOFnA==",
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/react-intl-redux/-/react-intl-redux-2.4.1.tgz",
|
||||
"integrity": "sha512-EYTNmHJTnTam4phQj1nTdJvcdVjz+F56nLl6JtpqWsKzG5ZnQh/hoqLLJUjP0dgeNKSESIcjhYsTyBWDUwjo0A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"prop-types": "^15.6.1"
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"prop-types": "^15.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-intl": "^2.2.2",
|
||||
"react-redux": "^5.0.1"
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^16.12.0 || ^17.0.2 || ^18.0.0",
|
||||
"react-intl": "^2.2.2 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
||||
"react-redux": "^5.0.1 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-is": {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"react": "^16",
|
||||
"react-dom": "^16",
|
||||
"react-intl": "^2",
|
||||
"react-intl-redux": "^0.7",
|
||||
"react-intl-redux": "^0.7 || ^2.0.0",
|
||||
"react-popover": "^0.5",
|
||||
"react-redux": "^5",
|
||||
"react-responsive": "^5",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"react-intl": "2.9.0",
|
||||
"react-intl-redux": "2.0.0",
|
||||
"react-intl-redux": "2.4.1",
|
||||
"react-popover": "0.5.10",
|
||||
"react-redux": "5.1.2",
|
||||
"react-responsive": "5.0.0",
|
||||
|
|
Loading…
Reference in a new issue