update dependencies

This commit is contained in:
Antoni Kepinski 2020-04-13 13:42:53 +02:00
parent 55b6004581
commit b1bd179891
No known key found for this signature in database
GPG Key ID: 215798E8B4A4FCDC
1 changed files with 132 additions and 131 deletions

View File

@ -40,7 +40,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.9.0", "@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0", "@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0", "@babel/register": "^7.9.0",
"@pika/pack": "^0.5.0", "@pika/pack": "^0.5.0",
"@pika/plugin-standard-pkg": "^0.9.2", "@pika/plugin-standard-pkg": "^0.9.2",
@ -54,12 +54,12 @@
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"form-data": "^3.0.0", "form-data": "^3.0.0",
"mocha": "^7.1.1", "mocha": "^7.1.1",
"nyc": "^15.0.0", "nyc": "^15.0.1",
"parted": "^0.1.1", "parted": "^0.1.1",
"promise": "^8.1.0", "promise": "^8.1.0",
"resumer": "0.0.0", "resumer": "0.0.0",
"string-to-arraybuffer": "^1.0.2", "string-to-arraybuffer": "^1.0.2",
"xo": "^0.28.1" "xo": "^0.29.1"
}, },
"dependencies": { "dependencies": {
"data-uri-to-buffer": "^3.0.0", "data-uri-to-buffer": "^3.0.0",
@ -82,7 +82,8 @@
"promise/prefer-await-to-then": 0, "promise/prefer-await-to-then": 0,
"no-mixed-operators": 0, "no-mixed-operators": 0,
"no-negated-condition": 0, "no-negated-condition": 0,
"unicorn/prevent-abbreviations": 0 "unicorn/prevent-abbreviations": 0,
"@typescript-eslint/prefer-readonly-parameter-types": 0
}, },
"ignores": [ "ignores": [
"dist", "dist",