diff --git a/package-lock.json b/package-lock.json index 3dbce6eed..d1d312081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@nodegui/nodegui", - "version": "0.58.0-rc1", + "version": "0.58.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nodegui/nodegui", - "version": "0.58.0-rc1", + "version": "0.58.0", "hasInstallScript": true, "license": "MIT", "dependencies": { "@nodegui/artifact-installer": "^1.1.0", - "@nodegui/qode": "^18.12.1-rc1", + "@nodegui/qode": "^18.12.1", "cmake-js": "^6.2.1", "cross-env": "^7.0.3", "cuid": "^2.1.8", @@ -1134,9 +1134,9 @@ } }, "node_modules/@nodegui/qode": { - "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==", + "version": "18.12.1", + "resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-18.12.1.tgz", + "integrity": "sha512-iJdNwMPif+NkbZeXQPek6IfKmmHt04Iy1dlRGVFaICU5nSpNDsSmzGxHrVdllQWGGzqvre82BOV3CgMxclGZtQ==", "hasInstallScript": true, "dependencies": { "env-paths": "^2.2.1", @@ -6833,9 +6833,9 @@ } }, "@nodegui/qode": { - "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==", + "version": "18.12.1", + "resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-18.12.1.tgz", + "integrity": "sha512-iJdNwMPif+NkbZeXQPek6IfKmmHt04Iy1dlRGVFaICU5nSpNDsSmzGxHrVdllQWGGzqvre82BOV3CgMxclGZtQ==", "requires": { "env-paths": "^2.2.1", "make-dir": "^3.1.0", diff --git a/package.json b/package.json index be4ecb570..9bb22c061 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodegui/nodegui", - "version": "0.58.0-rc4", + "version": "0.58.0", "description": "A cross-platform library to build native desktop apps.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -34,7 +34,7 @@ "engineStrict": false, "dependencies": { "@nodegui/artifact-installer": "^1.1.0", - "@nodegui/qode": "^18.12.1-rc1", + "@nodegui/qode": "^18.12.1", "cmake-js": "^6.2.1", "cross-env": "^7.0.3", "cuid": "^2.1.8",