mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
chore(deps): unpin non-dev dependencies
This commit is contained in:
parent
f55119c294
commit
db261199f4
2 changed files with 18 additions and 18 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -9,19 +9,19 @@
|
|||
"version": "1.0.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"bunyan": "1.8.15",
|
||||
"clipboard-copy": "2.0.1",
|
||||
"express": "4.16.1",
|
||||
"express-http-proxy": "1.1.0",
|
||||
"lodash.defaults": "4.0.1",
|
||||
"bunyan": "^1.8.15",
|
||||
"clipboard-copy": "^2.0.1",
|
||||
"express": "^4.16.1",
|
||||
"express-http-proxy": "^1.1.0",
|
||||
"lodash.defaults": "^4.0.1",
|
||||
"lodash.get": "^4.4.2",
|
||||
"react-confetti": "^6.0.1",
|
||||
"react-helmet": "5.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-twitter-embed": "^3.0.3",
|
||||
"react-use": "^17.3.1",
|
||||
"scratch-parser": "5.1.1",
|
||||
"scratch-storage": "2.3.1"
|
||||
"scratch-parser": "^5.1.1",
|
||||
"scratch-storage": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
|
|
18
package.json
18
package.json
|
@ -44,19 +44,19 @@
|
|||
},
|
||||
"homepage": "https://github.com/scratchfoundation/scratch-www#readme",
|
||||
"dependencies": {
|
||||
"bunyan": "1.8.15",
|
||||
"clipboard-copy": "2.0.1",
|
||||
"express": "4.16.1",
|
||||
"express-http-proxy": "1.1.0",
|
||||
"lodash.defaults": "4.0.1",
|
||||
"bunyan": "^1.8.15",
|
||||
"clipboard-copy": "^2.0.1",
|
||||
"express": "^4.16.1",
|
||||
"express-http-proxy": "^1.1.0",
|
||||
"lodash.defaults": "^4.0.1",
|
||||
"lodash.get": "^4.4.2",
|
||||
"react-confetti": "^6.0.1",
|
||||
"react-helmet": "5.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-twitter-embed": "^3.0.3",
|
||||
"react-use": "^17.3.1",
|
||||
"scratch-parser": "5.1.1",
|
||||
"scratch-storage": "2.3.1"
|
||||
"scratch-parser": "^5.1.1",
|
||||
"scratch-storage": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
|
|
Loading…
Reference in a new issue