chore(deps): unpin non-dev dependencies

This commit is contained in:
Christopher Willis-Ford 2024-02-15 16:22:41 -08:00
parent 121cbc22b7
commit 565de3a10a
2 changed files with 14 additions and 14 deletions

14
package-lock.json generated
View file

@ -9,13 +9,13 @@
"version": "2.2.2", "version": "2.2.2",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@scratch/paper": "0.11.20221201200345", "@scratch/paper": "^0.11.20221201200345",
"classnames": "2.2.5", "classnames": "^2.2.5",
"keymirror": "0.1.1", "keymirror": "^0.1.1",
"lodash.bindall": "4.4.0", "lodash.bindall": "^4.4.0",
"lodash.omit": "4.5.0", "lodash.omit": "^4.5.0",
"minilog": "3.1.0", "minilog": "^3.1.0",
"parse-color": "1.0.0", "parse-color": "^1.0.0",
"prop-types": "^15.5.10" "prop-types": "^15.5.10"
}, },
"devDependencies": { "devDependencies": {

View file

@ -23,13 +23,13 @@
"url": "https://github.com/LLK/scratch-paint.git" "url": "https://github.com/LLK/scratch-paint.git"
}, },
"dependencies": { "dependencies": {
"@scratch/paper": "0.11.20221201200345", "@scratch/paper": "^0.11.20221201200345",
"classnames": "2.2.5", "classnames": "^2.2.5",
"keymirror": "0.1.1", "keymirror": "^0.1.1",
"lodash.bindall": "4.4.0", "lodash.bindall": "^4.4.0",
"lodash.omit": "4.5.0", "lodash.omit": "^4.5.0",
"minilog": "3.1.0", "minilog": "^3.1.0",
"parse-color": "1.0.0", "parse-color": "^1.0.0",
"prop-types": "^15.5.10" "prop-types": "^15.5.10"
}, },
"peerDependencies": { "peerDependencies": {