mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Merge pull request #7449 from scratchfoundation/renovate/react-confetti-6.x-lockfile
fix(deps): update dependency react-confetti to v6.1.0
This commit is contained in:
commit
88a3d4c820
1 changed files with 4 additions and 4 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -20345,9 +20345,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-confetti": {
|
"node_modules/react-confetti": {
|
||||||
"version": "6.0.1",
|
"version": "6.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.1.0.tgz",
|
||||||
"integrity": "sha512-ZpOTBrqSNhWE4rRXCZ6E6U+wGd7iYHF5MGrqwikoiBpgBq9Akdu0DcLW+FdFnLjyZYC+VfAiV2KeFgYRMyMrkA==",
|
"integrity": "sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tween-functions": "^1.2.0"
|
"tween-functions": "^1.2.0"
|
||||||
},
|
},
|
||||||
|
@ -20355,7 +20355,7 @@
|
||||||
"node": ">=10.18"
|
"node": ">=10.18"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.3.0 || ^17.0.1"
|
"react": "^16.3.0 || ^17.0.1 || ^18.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-contextmenu": {
|
"node_modules/react-contextmenu": {
|
||||||
|
|
Loading…
Reference in a new issue