Update nw versions

This commit is contained in:
The Jared Wilcurt 2020-01-19 08:10:06 -05:00
parent 446b730430
commit 7497fe7a41
2 changed files with 6 additions and 6 deletions

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.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

View File

@ -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 = {