Bump @nodegui/nodegui from 0.4.0 to 0.5.1

Bumps @nodegui/nodegui from 0.4.0 to 0.5.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago committed by GitHub
parent 1685edb88c
commit 6cdeee0e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json generated

@ -959,9 +959,9 @@
}
},
"@nodegui/nodegui": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@nodegui/nodegui/-/nodegui-0.4.0.tgz",
"integrity": "sha512-LWhRyNyv46ABRdLrSt1H0m74c8cm0LqOJ4mBMogHOVMy7q2ehEQOekcKCMXcu05owXNqCn9rAlnChqgkEV4f+w==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@nodegui/nodegui/-/nodegui-0.5.1.tgz",
"integrity": "sha512-+3PjA13cyVFPpGcIip2JZuz4+zzXFtxV/pRDHpFnpX4HDrcB1xCfTH3eYHafk88oufffDycSKTKqL0fuTLTDYA==",
"requires": {
"@nodegui/qode": "^1.0.5",
"cmake-js": "^6.0.0",
@ -1650,9 +1650,9 @@
}
},
"big-integer": {
"version": "1.6.47",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.47.tgz",
"integrity": "sha512-9t9f7X3as2XGX8b52GqG6ox0GvIdM86LyIXASJnDCFhYNgt+A+MByQZ3W2PyMRZjEvG5f8TEbSPfEotVuMJnQg=="
"version": "1.6.48",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz",
"integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w=="
},
"big.js": {
"version": "5.2.2",

@ -11,7 +11,7 @@
"start": "qode --inspect ./dist/index.js"
},
"dependencies": {
"@nodegui/nodegui": "^0.4.0",
"@nodegui/nodegui": "^0.5.1",
"@nodegui/react-nodegui": "^0.2.2",
"open": "^7.0.0",
"react": "^16.9.0"

Loading…
Cancel
Save