mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(deps): unpin non-dev dependencies
This commit is contained in:
parent
121cbc22b7
commit
565de3a10a
2 changed files with 14 additions and 14 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -9,13 +9,13 @@
|
|||
"version": "2.2.2",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@scratch/paper": "0.11.20221201200345",
|
||||
"classnames": "2.2.5",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.bindall": "4.4.0",
|
||||
"lodash.omit": "4.5.0",
|
||||
"minilog": "3.1.0",
|
||||
"parse-color": "1.0.0",
|
||||
"@scratch/paper": "^0.11.20221201200345",
|
||||
"classnames": "^2.2.5",
|
||||
"keymirror": "^0.1.1",
|
||||
"lodash.bindall": "^4.4.0",
|
||||
"lodash.omit": "^4.5.0",
|
||||
"minilog": "^3.1.0",
|
||||
"parse-color": "^1.0.0",
|
||||
"prop-types": "^15.5.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
14
package.json
14
package.json
|
@ -23,13 +23,13 @@
|
|||
"url": "https://github.com/LLK/scratch-paint.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@scratch/paper": "0.11.20221201200345",
|
||||
"classnames": "2.2.5",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.bindall": "4.4.0",
|
||||
"lodash.omit": "4.5.0",
|
||||
"minilog": "3.1.0",
|
||||
"parse-color": "1.0.0",
|
||||
"@scratch/paper": "^0.11.20221201200345",
|
||||
"classnames": "^2.2.5",
|
||||
"keymirror": "^0.1.1",
|
||||
"lodash.bindall": "^4.4.0",
|
||||
"lodash.omit": "^4.5.0",
|
||||
"minilog": "^3.1.0",
|
||||
"parse-color": "^1.0.0",
|
||||
"prop-types": "^15.5.10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
Loading…
Reference in a new issue