Update nw versions
This commit is contained in:
parent
446b730430
commit
7497fe7a41
@ -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.2-sdk),
|
NW.js (v0.43.6-sdk),
|
||||||
Node.js (v13.5.0),
|
Node.js (v13.6.0),
|
||||||
and
|
and
|
||||||
Chromium (v79.0.3945.88).
|
Chromium (v79.0.3945.130).
|
||||||
</h3>
|
</h3>
|
||||||
<button>
|
<button>
|
||||||
Show
|
Show
|
||||||
|
@ -27,10 +27,10 @@ global.beforeEach(() => {
|
|||||||
NODE_ENV: 'development'
|
NODE_ENV: 'development'
|
||||||
},
|
},
|
||||||
versions: {
|
versions: {
|
||||||
chromium: '79.0.3945.88',
|
chromium: '79.0.3945.130',
|
||||||
nw: '0.43.2',
|
nw: '0.43.6',
|
||||||
'nw-flavor': 'sdk',
|
'nw-flavor': 'sdk',
|
||||||
node: '13.5.0'
|
node: '13.6.0'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
window.nw = {
|
window.nw = {
|
||||||
|
Loading…
Reference in New Issue
Block a user