Skip to content

Commit c414e83

Browse files
Update dependencies and bump
1 parent 7707ecc commit c414e83

File tree

4 files changed

+135
-64
lines changed

4 files changed

+135
-64
lines changed

package-lock.json

+122-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"Only add dependencies that you want shipped to the end user, for everything else, use devDependencies, including things that will be bundled by webpack.",
44
"NW.js requires a name and a main, everything else is optional.",
55
"The build section is used by nwjs-builder-phoenix, see it's documentation for more info",
6-
"To turn spell checking off, remove the chromium-args from this file"
6+
"To turn spell checking off, remove it from the chromium-args in this file"
77
],
88
"name": "nw-vue",
9-
"version": "1.1.0",
9+
"version": "1.2.0",
1010
"main": "http://localhost:8964",
1111
"node-remote": "http://localhost:8964",
1212
"node-main": "",
@@ -59,17 +59,17 @@
5959
"babel-preset-stage-2": "^6.24.1",
6060
"babel-preset-vue-app": "^2.0.0",
6161
"concurrently": "^5.0.0",
62-
"core-js": "^3.3.5",
62+
"core-js": "^3.4.0",
6363
"eslint": "^6.6.0",
6464
"eslint-config-tjw-base": "^1.0.0",
6565
"eslint-config-tjw-vue": "^1.0.0",
66-
"eslint-plugin-jest": "^23.0.2",
67-
"eslint-plugin-vue": "^5.2.3",
66+
"eslint-plugin-jest": "^23.0.3",
67+
"eslint-plugin-vue": "^6.0.0",
6868
"jest": "^24.9.0",
6969
"jest-environment-jsdom": "^24.9.0",
7070
"jest-environment-jsdom-global": "^1.2.0",
7171
"jest-transform-stub": "^2.0.0",
72-
"nw": "0.42.0-sdk",
72+
"nw": "0.42.3-sdk",
7373
"nw-vue-devtools-prebuilt": "^0.0.10",
7474
"nwjs-builder-phoenix": "^1.15.0",
7575
"nwjs-types": "^1.0.0",
@@ -81,7 +81,7 @@
8181
},
8282
"chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'",
8383
"build": {
84-
"nwVersion": "v0.42.0",
84+
"nwVersion": "v0.42.3",
8585
"nwFlavor": "normal",
8686
"targets": [
8787
"zip",

0 commit comments

Comments
 (0)