mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
fix(deps): restore missing react-onclickoutside dep
This commit is contained in:
parent
b534a32994
commit
54a0324035
2 changed files with 11 additions and 6 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -17,6 +17,7 @@
|
|||
"lodash.get": "4.4.2",
|
||||
"react-confetti": "6.1.0",
|
||||
"react-helmet": "5.2.0",
|
||||
"react-onclickoutside": "6.13.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.0",
|
||||
|
@ -21172,13 +21173,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-onclickoutside": {
|
||||
"version": "6.7.1",
|
||||
"resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.7.1.tgz",
|
||||
"integrity": "sha512-p84kBqGaMoa7VYT0vZ/aOYRfJB+gw34yjpda1Z5KeLflg70HipZOT+MXQenEhdkPAABuE2Astq4zEPdMqUQxcg==",
|
||||
"dev": true,
|
||||
"version": "6.13.0",
|
||||
"resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.13.0.tgz",
|
||||
"integrity": "sha512-ty8So6tcUpIb+ZE+1HAhbLROvAIJYyJe/1vRrrcmW+jLsaM+/powDRqxzo6hSh9CuRZGSL1Q8mvcF5WRD93a0A==",
|
||||
"funding": {
|
||||
"type": "individual",
|
||||
"url": "https://github.com/Pomax/react-onclickoutside/blob/master/FUNDING.md"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^15.5.x || ^16.x",
|
||||
"react-dom": "^15.5.x || ^16.x"
|
||||
"react": "^15.5.x || ^16.x || ^17.x || ^18.x",
|
||||
"react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x"
|
||||
}
|
||||
},
|
||||
"node_modules/react-plotly.js": {
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
"lodash.get": "4.4.2",
|
||||
"react-confetti": "6.1.0",
|
||||
"react-helmet": "5.2.0",
|
||||
"react-onclickoutside": "6.13.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue