Update NW.js

This commit is contained in:
TheJaredWilcurt 2020-07-16 13:34:54 -04:00
parent 3ae1535348
commit f63522dcf1
5 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
chrome 80
chrome 84

View File

@ -6,10 +6,10 @@ NW.js + Vue-CLI 4 example
![A screenshot of the default app running on Windows](screenshot.png)
* NW.js 0.44.2
* Chrome 80
* Node 13.8.0
* Vue-CLI 4.2.2
* NW.js 0.47.0
* Chrome 84
* Node 14.5.0
* Vue-CLI 4.4.6
* Vue 2.6.11
* Vue-DevTools (latest)
* Babel

View File

@ -60,7 +60,7 @@
"eslint-plugin-vue": "^6.2.1",
"eslint-plugin-vue-a11y": "^0.0.31",
"jest-serializer-vue-tjw": "^3.11.0",
"nw": "0.44.2-sdk",
"nw": "0.47.0-sdk",
"nw-vue-devtools-prebuilt": "^0.0.10",
"nwjs-builder-phoenix": "^1.15.0",
"nwjs-types": "^1.0.0",
@ -71,7 +71,7 @@
},
"chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'",
"build": {
"nwVersion": "v0.44.2",
"nwVersion": "v0.47.0",
"nwFlavor": "normal",
"targets": [
"zip",

View File

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

View File

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