|
3 | 3 | "Only add dependencies that you want shipped to the end user, for everything else, use devDependencies, including things that will be bundled by webpack.",
|
4 | 4 | "NW.js requires a name and a main, everything else is optional.",
|
5 | 5 | "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" |
7 | 7 | ],
|
8 | 8 | "name": "nw-vue",
|
9 |
| - "version": "1.1.0", |
| 9 | + "version": "1.2.0", |
10 | 10 | "main": "http://localhost:8964",
|
11 | 11 | "node-remote": "http://localhost:8964",
|
12 | 12 | "node-main": "",
|
|
59 | 59 | "babel-preset-stage-2": "^6.24.1",
|
60 | 60 | "babel-preset-vue-app": "^2.0.0",
|
61 | 61 | "concurrently": "^5.0.0",
|
62 |
| - "core-js": "^3.3.5", |
| 62 | + "core-js": "^3.4.0", |
63 | 63 | "eslint": "^6.6.0",
|
64 | 64 | "eslint-config-tjw-base": "^1.0.0",
|
65 | 65 | "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", |
68 | 68 | "jest": "^24.9.0",
|
69 | 69 | "jest-environment-jsdom": "^24.9.0",
|
70 | 70 | "jest-environment-jsdom-global": "^1.2.0",
|
71 | 71 | "jest-transform-stub": "^2.0.0",
|
72 |
| - "nw": "0.42.0-sdk", |
| 72 | + "nw": "0.42.3-sdk", |
73 | 73 | "nw-vue-devtools-prebuilt": "^0.0.10",
|
74 | 74 | "nwjs-builder-phoenix": "^1.15.0",
|
75 | 75 | "nwjs-types": "^1.0.0",
|
|
81 | 81 | },
|
82 | 82 | "chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'",
|
83 | 83 | "build": {
|
84 |
| - "nwVersion": "v0.42.0", |
| 84 | + "nwVersion": "v0.42.3", |
85 | 85 | "nwFlavor": "normal",
|
86 | 86 | "targets": [
|
87 | 87 | "zip",
|
|
0 commit comments