Merge pull request #771 from amyspark/update-more-packages
Update more packages
This commit is contained in:
commit
696e19ee1a
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -97,7 +97,7 @@
|
|||
"animate.css": "^3.7.0",
|
||||
"axios": "^0.18.0",
|
||||
"boom": "^7.3.0",
|
||||
"deep-extend": "^0.5.1",
|
||||
"deep-extend": "^0.6.0",
|
||||
"electron-context-menu": "^0.10.1",
|
||||
"electron-json-storage": "^4.1.5",
|
||||
"electron-log": "^2.2.17",
|
||||
|
@ -119,7 +119,7 @@
|
|||
"parse-link-header": "^1.0.1",
|
||||
"rc": "^1.2.7",
|
||||
"request": "^2.88.0",
|
||||
"sanitize-html": "^1.19.2",
|
||||
"sanitize-html": "^1.19.3",
|
||||
"simplayer": "0.0.8",
|
||||
"system-font-families": "^0.4.1",
|
||||
"tunnel-agent": "^0.6.0",
|
||||
|
@ -137,10 +137,10 @@
|
|||
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
|
||||
"ajv": "^6.6.1",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^8.2.6",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-minify-webpack-plugin": "^0.3.1",
|
||||
"babel-plugin-istanbul": "^4.1.1",
|
||||
"babel-plugin-istanbul": "^5.1.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
|
@ -164,16 +164,16 @@
|
|||
"eslint-loader": "^2.1.1",
|
||||
"eslint-plugin-html": "^4.0.6",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-node": "^7.0.1",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"file-loader": "^2.0.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"jsdom": "^12.2.0",
|
||||
"jsdom": "^13.0.0",
|
||||
"karma": "^3.1.3",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-coverage": "^1.1.2",
|
||||
"karma-electron": "^5.1.1",
|
||||
"karma-electron": "^6.0.0",
|
||||
"karma-mocha": "^1.2.0",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-spec-reporter": "0.0.32",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"vue-loader": "^15.2.4",
|
||||
"vue-style-loader": "^4.1.0",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"webpack": "^4.27.0",
|
||||
"webpack": "^4.27.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.1.4",
|
||||
"webpack-hot-middleware": "^2.24.3",
|
||||
|
|
Loading…
Reference in New Issue