chore(deps): unpin non-dev dependencies

This commit is contained in:
Christopher Willis-Ford 2024-02-15 16:36:40 -08:00
parent f55119c294
commit db261199f4
2 changed files with 18 additions and 18 deletions

18
package-lock.json generated
View file

@ -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",

View file

@ -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",