Bump the version to 0.58.0-rc1

This commit is contained in:
Simon Edwards 2022-12-28 21:48:43 +01:00
parent d6ba15df55
commit 86fc6689fb
2 changed files with 12 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,17 +1,17 @@
{
"name": "@nodegui/nodegui",
"version": "0.57.3",
"version": "0.58.0-rc1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@nodegui/nodegui",
"version": "0.57.3",
"version": "0.58.0-rc1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@nodegui/artifact-installer": "^1.1.0",
"@nodegui/qode": "^16.4.3",
"@nodegui/qode": "^18.12.1-rc1",
"cmake-js": "^6.2.1",
"cross-env": "^7.0.3",
"cuid": "^2.1.8",
@ -1134,9 +1134,9 @@
}
},
"node_modules/@nodegui/qode": {
"version": "16.4.3",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-16.4.3.tgz",
"integrity": "sha512-WllfJVXffr3Rn7BSfo5cubZ5hx4OnQ7iqY/kj+2jwqUepzlRFKCvn9/vAJ/VXmiB0GZGcaCGM0U3rZGADdU5mw==",
"version": "18.12.1-rc1",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-18.12.1-rc1.tgz",
"integrity": "sha512-Bb0CnZJIIOh+KMnoJiiYwBHOdEPL67bLj/3yKFwms0zCuAOzFl07KxMRKALoyoMKvzY/QzQv3/531nSirWyBfw==",
"hasInstallScript": true,
"dependencies": {
"env-paths": "^2.2.1",
@ -6833,9 +6833,9 @@
}
},
"@nodegui/qode": {
"version": "16.4.3",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-16.4.3.tgz",
"integrity": "sha512-WllfJVXffr3Rn7BSfo5cubZ5hx4OnQ7iqY/kj+2jwqUepzlRFKCvn9/vAJ/VXmiB0GZGcaCGM0U3rZGADdU5mw==",
"version": "18.12.1-rc1",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-18.12.1-rc1.tgz",
"integrity": "sha512-Bb0CnZJIIOh+KMnoJiiYwBHOdEPL67bLj/3yKFwms0zCuAOzFl07KxMRKALoyoMKvzY/QzQv3/531nSirWyBfw==",
"requires": {
"env-paths": "^2.2.1",
"make-dir": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.57.3",
"version": "0.58.0-rc1",
"description": "A cross-platform library to build native desktop apps.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -15,6 +15,7 @@
},
"scripts": {
"dev": "npm run build && node ./scripts/qode.js dist/demo.js",
"demo": "node ./scripts/qode.js dist/demo.js",
"build": "tsc && npm run build:addon",
"install": "npm run setupqt && (node ./scripts/skip.js || npm run setupbinary || npm run build:addon)",
"setupqt": "node ./scripts/setupMiniQt.js",
@ -33,7 +34,7 @@
"engineStrict": false,
"dependencies": {
"@nodegui/artifact-installer": "^1.1.0",
"@nodegui/qode": "^16.4.3",
"@nodegui/qode": "^18.12.1-rc1",
"cmake-js": "^6.2.1",
"cross-env": "^7.0.3",
"cuid": "^2.1.8",