Update NW.js

This commit is contained in:
TheJaredWilcurt 2020-02-19 12:00:03 -05:00
parent ec2853f2b6
commit e7c99dade0
4 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
chrome 79 chrome 80

View File

@ -72,7 +72,7 @@
"jest-environment-jsdom-global": "^1.2.0", "jest-environment-jsdom-global": "^1.2.0",
"jest-serializer-vue-tjw": "^3.5.0", "jest-serializer-vue-tjw": "^3.5.0",
"jest-transform-stub": "^2.0.0", "jest-transform-stub": "^2.0.0",
"nw": "0.43.6-sdk", "nw": "0.44.2-sdk",
"nw-vue-devtools-prebuilt": "^0.0.10", "nw-vue-devtools-prebuilt": "^0.0.10",
"nwjs-builder-phoenix": "^1.15.0", "nwjs-builder-phoenix": "^1.15.0",
"nwjs-types": "^1.0.0", "nwjs-types": "^1.0.0",
@ -84,7 +84,7 @@
}, },
"chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'", "chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'",
"build": { "build": {
"nwVersion": "v0.43.6", "nwVersion": "v0.44.2",
"nwFlavor": "normal", "nwFlavor": "normal",
"targets": [ "targets": [
"zip", "zip",

View File

@ -24,10 +24,10 @@ exports[`HelloWorld.vue Render default contents 1`] = `
<h3> <h3>
You are using You are using
Vue.js (v2.6.11), Vue.js (v2.6.11),
NW.js (v0.43.6-sdk), NW.js (v0.44.2-sdk),
Node.js (v13.6.0), Node.js (v13.8.0),
and and
Chromium (v79.0.3945.130). Chromium (v80.0.3987.116).
</h3> </h3>
<button> <button>
Show Show

View File

@ -27,10 +27,10 @@ global.beforeEach(() => {
NODE_ENV: 'development' NODE_ENV: 'development'
}, },
versions: { versions: {
chromium: '79.0.3945.130', chromium: '80.0.3987.116',
nw: '0.43.6', nw: '0.44.2',
'nw-flavor': 'sdk', 'nw-flavor': 'sdk',
node: '13.6.0' node: '13.8.0'
} }
}; };
window.nw = { window.nw = {