diff --git a/package-lock.json b/package-lock.json index 18441ee..8e2b0a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dprint": "0.45.0", "eslint": "8.56.0", "mocha": "10.3.0", - "tstyche": "1.0.0-rc.2" + "tstyche": "1.0.0" }, "engines": { "node": ">=16" @@ -2049,9 +2049,9 @@ } }, "node_modules/tstyche": { - "version": "1.0.0-rc.2", - "resolved": "https://registry.npmjs.org/tstyche/-/tstyche-1.0.0-rc.2.tgz", - "integrity": "sha512-LWOxsYgjWFmZJDt2DTkVxVfRF5kxgb87bu9pr3Kby+F4fH1q8msGFPPJeZ3rDd7qtGvsz/feMQZXLWjw8V8FEA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tstyche/-/tstyche-1.0.0.tgz", + "integrity": "sha512-iIpktIBuWL0M+KgCO8TIgo+QGS+mD24ll+wAYCFsd8IkA3Lai0ETqGSilHo1PC59+2lf71qJmWShFZwMMH4i1g==", "dev": true, "bin": { "tstyche": "build/bin.js" diff --git a/package.json b/package.json index 694a501..d0998bc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dprint": "0.45.0", "eslint": "8.56.0", "mocha": "10.3.0", - "tstyche": "1.0.0-rc.2" + "tstyche": "1.0.0" }, "engines": { "node": ">=16"