updating package

This commit is contained in:
Yotam Mann 2019-07-15 15:36:09 -04:00
parent 3ee452d63d
commit e9728e13e3
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -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",

View file

@ -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",