mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 05:53:43 -05:00
chore(deps): unpin non-dev dependencies
This commit is contained in:
parent
1f4054b068
commit
9eddadf3ad
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -9,9 +9,9 @@
|
|||
"version": "1.0.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"audio-context": "1.0.1",
|
||||
"audio-context": "^1.0.1",
|
||||
"minilog": "^3.0.1",
|
||||
"startaudiocontext": "1.2.1"
|
||||
"startaudiocontext": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "18.4.3",
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
},
|
||||
"homepage": "https://github.com/scratchfoundation/scratch-audio#readme",
|
||||
"dependencies": {
|
||||
"audio-context": "1.0.1",
|
||||
"audio-context": "^1.0.1",
|
||||
"minilog": "^3.0.1",
|
||||
"startaudiocontext": "1.2.1"
|
||||
"startaudiocontext": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "18.4.3",
|
||||
|
|
Loading…
Reference in a new issue