Bump @nodegui/nodegui from 0.9.1 to 0.11.0 (#48)

Bumps @nodegui/nodegui from 0.9.1 to 0.11.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago committed by Atul R
parent a7ca7644cf
commit 11254e0068
  1. 18
      package-lock.json
  2. 2
      package.json

18
package-lock.json generated

@ -1128,9 +1128,9 @@
} }
}, },
"@nodegui/nodegui": { "@nodegui/nodegui": {
"version": "0.9.1", "version": "0.11.0",
"resolved": "https://registry.npmjs.org/@nodegui/nodegui/-/nodegui-0.9.1.tgz", "resolved": "https://registry.npmjs.org/@nodegui/nodegui/-/nodegui-0.11.0.tgz",
"integrity": "sha512-RLROhzSHz08wvzQ11oceUPp8yiCCbB4xAUWJCVYG+DKnf8TOAmdZ+IV1EQr50joKrhPh4RhUREG55f/7onPs6A==", "integrity": "sha512-wC4OMr+7CUotyxjUfAwwf2cI6zjzfhIxGEMuc7gCyhKPBS4rgVCvo7ZUrX2psER4wNV2CpvZ0P1KydXTTj3Q2Q==",
"requires": { "requires": {
"@nodegui/qode": "^1.0.6", "@nodegui/qode": "^1.0.6",
"cmake-js": "^6.0.0", "cmake-js": "^6.0.0",
@ -2632,9 +2632,9 @@
"integrity": "sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==" "integrity": "sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA=="
}, },
"cuid": { "cuid": {
"version": "2.1.6", "version": "2.1.8",
"resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.6.tgz", "resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.8.tgz",
"integrity": "sha512-ZFp7PS6cSYMJNch9fc3tyHdE4T8TDo3Y5qAxb0KSA9mpiYDo7z9ql1CznFuuzxea9STVIDy0tJWm2lYiX2ZU1Q==" "integrity": "sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg=="
}, },
"cyclist": { "cyclist": {
"version": "1.0.1", "version": "1.0.1",
@ -5506,9 +5506,9 @@
"dev": true "dev": true
}, },
"postcss": { "postcss": {
"version": "7.0.24", "version": "7.0.25",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.24.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.25.tgz",
"integrity": "sha512-Xl0XvdNWg+CblAXzNvbSOUvgJXwSjmbAKORqyw9V2AlHrm1js2gFw9y3jibBAhpKZi8b5JzJCVh/FyzPsTtgTA==", "integrity": "sha512-NXXVvWq9icrm/TgQC0O6YVFi4StfJz46M1iNd/h6B26Nvh/HKI+q4YZtFN/EjcInZliEscO/WL10BXnc1E5nwg==",
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
"source-map": "^0.6.1", "source-map": "^0.6.1",

@ -11,7 +11,7 @@
"start": "qode --inspect ./dist/index.js" "start": "qode --inspect ./dist/index.js"
}, },
"dependencies": { "dependencies": {
"@nodegui/nodegui": "^0.9.1", "@nodegui/nodegui": "^0.11.0",
"@nodegui/react-nodegui": "^0.3.2", "@nodegui/react-nodegui": "^0.3.2",
"open": "^7.0.0", "open": "^7.0.0",
"react": "^16.12.0" "react": "^16.12.0"

Loading…
Cancel
Save