Update nw versions
This commit is contained in:
parent
446b730430
commit
7497fe7a41
@ -24,10 +24,10 @@ exports[`HelloWorld.vue Render default contents 1`] = `
|
||||
<h3>
|
||||
You are using
|
||||
Vue.js (v2.6.11),
|
||||
NW.js (v0.43.2-sdk),
|
||||
Node.js (v13.5.0),
|
||||
NW.js (v0.43.6-sdk),
|
||||
Node.js (v13.6.0),
|
||||
and
|
||||
Chromium (v79.0.3945.88).
|
||||
Chromium (v79.0.3945.130).
|
||||
</h3>
|
||||
<button>
|
||||
Show
|
||||
|
@ -27,10 +27,10 @@ global.beforeEach(() => {
|
||||
NODE_ENV: 'development'
|
||||
},
|
||||
versions: {
|
||||
chromium: '79.0.3945.88',
|
||||
nw: '0.43.2',
|
||||
chromium: '79.0.3945.130',
|
||||
nw: '0.43.6',
|
||||
'nw-flavor': 'sdk',
|
||||
node: '13.5.0'
|
||||
node: '13.6.0'
|
||||
}
|
||||
};
|
||||
window.nw = {
|
||||
|
Loading…
Reference in New Issue
Block a user