mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #2096 from resin-io/update-test-deps
upgrade(package): Update test related dependencies
This commit is contained in:
commit
68b33fcfb9
1051
npm-shrinkwrap.json
generated
1051
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -104,24 +104,24 @@
|
||||
"babel-preset-stage-0": "6.24.1",
|
||||
"electron": "1.7.11",
|
||||
"electron-builder": "19.40.0",
|
||||
"electron-mocha": "5.0.0",
|
||||
"electron-mocha": "6.0.1",
|
||||
"eslint": "4.17.0",
|
||||
"eslint-config-standard": "10.2.1",
|
||||
"eslint-plugin-import": "2.8.0",
|
||||
"eslint-plugin-jsdoc": "3.3.1",
|
||||
"eslint-plugin-import": "2.9.0",
|
||||
"eslint-plugin-jsdoc": "3.5.0",
|
||||
"eslint-plugin-lodash": "2.6.1",
|
||||
"eslint-plugin-node": "6.0.0",
|
||||
"eslint-plugin-node": "6.0.1",
|
||||
"eslint-plugin-promise": "3.6.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"html-angular-validate": "0.1.9",
|
||||
"html-angular-validate": "0.2.3",
|
||||
"html-loader": "0.5.1",
|
||||
"mocha": "3.2.0",
|
||||
"mochainon": "1.0.0",
|
||||
"nock": "9.0.9",
|
||||
"mocha": "5.0.1",
|
||||
"mochainon": "2.0.0",
|
||||
"nock": "9.2.3",
|
||||
"node-gyp": "3.5.0",
|
||||
"node-sass": "4.7.2",
|
||||
"pkg": "4.1.1",
|
||||
"sass-lint": "1.10.2",
|
||||
"sass-lint": "1.12.1",
|
||||
"spectron": "3.7.2",
|
||||
"versionist": "2.8.1",
|
||||
"webpack": "3.10.0"
|
||||
|
@ -116,7 +116,7 @@ describe('Model: availableDrives', function () {
|
||||
bar: 'baz',
|
||||
qux: 5
|
||||
},
|
||||
set: new Set()
|
||||
set: {}
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user