mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
updating package
This commit is contained in:
parent
3ee452d63d
commit
e9728e13e3
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tone",
|
||||
"version": "14.0.0-ts",
|
||||
"version": "14.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -78,9 +78,9 @@
|
|||
}
|
||||
},
|
||||
"@tonejs/plot": {
|
||||
"version": "0.0.23",
|
||||
"resolved": "https://registry.npmjs.org/@tonejs/plot/-/plot-0.0.23.tgz",
|
||||
"integrity": "sha512-U5p47g37WpnSqTqGxePnM4MJReFn/whOtRa0AgvIxIGt5kwfybrxnqw2iw1zVHTjKqL6EPV+uQxOVXfQmegpJg==",
|
||||
"version": "0.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@tonejs/plot/-/plot-0.0.24.tgz",
|
||||
"integrity": "sha512-ZIMYJ37RTMG2DmXk9aXHvwNUs3SGNMe0jl0OSio5glOfMQAfaqrx6PKHbEsOvydRGwdTu5UyEFxK8MQ1mWZl8A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"array2d": "0.0.5",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/polyfill": "^7.0.0-beta.47",
|
||||
"@tonejs/plot": "0.0.23",
|
||||
"@tonejs/plot": "0.0.24",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/mocha": "^5.2.6",
|
||||
"@types/ua-parser-js": "^0.7.32",
|
||||
|
|
Loading…
Reference in a new issue