chore(deps): unpin non-dev dependencies

This commit is contained in:
Christopher Willis-Ford 2024-02-15 16:14:06 -08:00
parent 637f5bee7f
commit fbb310d3e1
2 changed files with 30 additions and 30 deletions

30
package-lock.json generated
View file

@ -9,23 +9,23 @@
"version": "2.3.4",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "1.5.0",
"@vernier/godirect": "^1.5.0",
"arraybuffer-loader": "^1.0.6",
"atob": "2.1.2",
"btoa": "1.2.1",
"canvas-toBlob": "1.0.0",
"decode-html": "2.0.0",
"diff-match-patch": "1.0.4",
"format-message": "6.2.1",
"htmlparser2": "3.10.0",
"immutable": "3.8.1",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"canvas-toBlob": "^1.0.0",
"decode-html": "^2.0.0",
"diff-match-patch": "^1.0.4",
"format-message": "^6.2.1",
"htmlparser2": "^3.10.0",
"immutable": "^3.8.1",
"jszip": "^3.1.5",
"minilog": "3.1.0",
"scratch-parser": "5.1.1",
"scratch-sb1-converter": "0.2.7",
"scratch-translate-extension-languages": "1.0.0",
"text-encoding": "0.7.0",
"uuid": "8.3.2",
"minilog": "^3.1.0",
"scratch-parser": "^5.1.1",
"scratch-sb1-converter": "^0.2.7",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
"worker-loader": "^1.1.1"
},
"devDependencies": {

View file

@ -41,23 +41,23 @@
"statements": 70
},
"dependencies": {
"@vernier/godirect": "1.5.0",
"@vernier/godirect": "^1.5.0",
"arraybuffer-loader": "^1.0.6",
"atob": "2.1.2",
"btoa": "1.2.1",
"canvas-toBlob": "1.0.0",
"decode-html": "2.0.0",
"diff-match-patch": "1.0.4",
"format-message": "6.2.1",
"htmlparser2": "3.10.0",
"immutable": "3.8.1",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"canvas-toBlob": "^1.0.0",
"decode-html": "^2.0.0",
"diff-match-patch": "^1.0.4",
"format-message": "^6.2.1",
"htmlparser2": "^3.10.0",
"immutable": "^3.8.1",
"jszip": "^3.1.5",
"minilog": "3.1.0",
"scratch-parser": "5.1.1",
"scratch-sb1-converter": "0.2.7",
"scratch-translate-extension-languages": "1.0.0",
"text-encoding": "0.7.0",
"uuid": "8.3.2",
"minilog": "^3.1.0",
"scratch-parser": "^5.1.1",
"scratch-sb1-converter": "^0.2.7",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
"worker-loader": "^1.1.1"
},
"peerDependencies": {