Updates NodeGUI for linux fix"

master
Atul R 5 years ago
parent c5674ec2e4
commit e46f79f729
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -5,11 +5,11 @@
"requires": true,
"dependencies": {
"@nodegui/nodegui": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@nodegui/nodegui/-/nodegui-0.1.2.tgz",
"integrity": "sha512-Yn7fdMd/qL4RdV0JwA4jdF0EMNV0rWLA42KI8ny4zojwst09GpTGo03Q+p6YJEul/uFx/8IzTggW6Zfz0uMYwA==",
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@nodegui/nodegui/-/nodegui-0.1.3.tgz",
"integrity": "sha512-uvlvZecFgBpLaYkjzwKMqrqhvM77KFjqkuIvghHilf69MAabLaG6sDmUKmsIDYeGFQrMobBLxqnalXUfRCEkvQ==",
"requires": {
"@nodegui/qode": "^1.0.1",
"@nodegui/qode": "^1.0.2",
"bindings": "^1.5.0",
"cuid": "^2.1.6",
"node-addon-api": "^1.6.3",
@ -18,9 +18,9 @@
}
},
"@nodegui/qode": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.1.tgz",
"integrity": "sha512-HBJhTVqunLBy1BX3m/CefShLFWve0zSKM/UyuB+bw/r52gUzG9IXSC71fCMRRi/1qZjZcfvXqYWgTtSgjjlarA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.2.tgz",
"integrity": "sha512-cy/nWiLNpwf6AGDObeGFbiKNHaPrts0fZdK4qo5G1T4kxgxPGO14MyARP56Hzi55k5988v+Gi0n8vj2EnMY7ug==",
"requires": {
"env-paths": "^2.2.0",
"extract-zip": "^1.6.7",

@ -9,7 +9,7 @@
"start": "tsc && qode ./dist/index.js"
},
"dependencies": {
"@nodegui/nodegui": "^0.1.2",
"@nodegui/nodegui": "^0.1.3",
"@nodegui/react-nodegui": "^0.1.1",
"react": "^16.9.0"
},

Loading…
Cancel
Save