Update NW.js
This commit is contained in:
parent
3ae1535348
commit
f63522dcf1
@ -1 +1 @@
|
|||||||
chrome 80
|
chrome 84
|
||||||
|
@ -6,10 +6,10 @@ NW.js + Vue-CLI 4 example
|
|||||||
|
|
||||||
![A screenshot of the default app running on Windows](screenshot.png)
|
![A screenshot of the default app running on Windows](screenshot.png)
|
||||||
|
|
||||||
* NW.js 0.44.2
|
* NW.js 0.47.0
|
||||||
* Chrome 80
|
* Chrome 84
|
||||||
* Node 13.8.0
|
* Node 14.5.0
|
||||||
* Vue-CLI 4.2.2
|
* Vue-CLI 4.4.6
|
||||||
* Vue 2.6.11
|
* Vue 2.6.11
|
||||||
* Vue-DevTools (latest)
|
* Vue-DevTools (latest)
|
||||||
* Babel
|
* Babel
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"eslint-plugin-vue": "^6.2.1",
|
"eslint-plugin-vue": "^6.2.1",
|
||||||
"eslint-plugin-vue-a11y": "^0.0.31",
|
"eslint-plugin-vue-a11y": "^0.0.31",
|
||||||
"jest-serializer-vue-tjw": "^3.11.0",
|
"jest-serializer-vue-tjw": "^3.11.0",
|
||||||
"nw": "0.44.2-sdk",
|
"nw": "0.47.0-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",
|
||||||
@ -71,7 +71,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.44.2",
|
"nwVersion": "v0.47.0",
|
||||||
"nwFlavor": "normal",
|
"nwFlavor": "normal",
|
||||||
"targets": [
|
"targets": [
|
||||||
"zip",
|
"zip",
|
||||||
|
@ -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.44.2-sdk),
|
NW.js (v0.47.0-sdk),
|
||||||
Node.js (v13.8.0),
|
Node.js (v14.5.0),
|
||||||
and
|
and
|
||||||
Chromium (v80.0.3987.116).
|
Chromium (v84.0.4147.89).
|
||||||
</h3>
|
</h3>
|
||||||
<button>
|
<button>
|
||||||
Show
|
Show
|
||||||
|
@ -27,10 +27,10 @@ global.beforeEach(() => {
|
|||||||
NODE_ENV: 'development'
|
NODE_ENV: 'development'
|
||||||
},
|
},
|
||||||
versions: {
|
versions: {
|
||||||
chromium: '80.0.3987.116',
|
chromium: '84.0.4147.89',
|
||||||
nw: '0.44.2',
|
nw: '0.47.0',
|
||||||
'nw-flavor': 'sdk',
|
'nw-flavor': 'sdk',
|
||||||
node: '13.8.0'
|
node: '14.5.0'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
window.nw = {
|
window.nw = {
|
||||||
|
Loading…
Reference in New Issue
Block a user