bumps nodegui and qode version

This commit is contained in:
Atul R 2019-09-11 22:38:59 +02:00
parent 4cc0ab1eef
commit bc84346bf5
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@nodegui/nodegui",
"version": "0.1.8",
"version": "0.1.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@nodegui/qode": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.4.tgz",
"integrity": "sha512-CEEAI1mJ+4eH6G2OlNtn75vUxTBw/06IcEkXlwkDMI/mU5iE52WHToybYba77gOeoxrGx3uIwkfWRV2LRVyp/Q==",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.5.tgz",
"integrity": "sha512-JKb4JcC03VCdodmiL35VfznsCKHpiKOYbtgf9+KTHhH5p7IXvr+0k/LIq112T6Rpxd5zXa1pbsnfa2F8ReyWEg==",
"requires": {
"env-paths": "^2.2.0",
"extract-zip": "^1.6.7",

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.1.8",
"version": "0.1.9",
"description": "A cross platform library to build native desktop apps.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -26,7 +26,7 @@
"docs": "serve docs"
},
"dependencies": {
"@nodegui/qode": "^1.0.4",
"@nodegui/qode": "^1.0.5",
"cuid": "^2.1.6",
"node-addon-api": "^1.6.3",
"node-gyp": "^5.0.3",