diff --git a/package-lock.json b/package-lock.json index 73f7548..b64496c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14623,15 +14623,15 @@ }, "packages/_eslint-config-monorepo-utils": { "name": "@andyjy/eslint-config-monorepo-utils", - "version": "0.1.1-canary.3", + "version": "0.1.1", "license": "ISC" }, "packages/_monorepo-utils": { "name": "@andyjy/monorepo-utils", - "version": "0.1.1-canary.4", + "version": "0.1.1", "license": "ISC", "dependencies": { - "@andyjy/eslint-config-monorepo-utils": "0.1.1-canary.3" + "@andyjy/eslint-config-monorepo-utils": "0.1.1" }, "bin": { "merge-main-to-canary": "bin/merge-main-to-canary", @@ -14651,7 +14651,7 @@ "@andyjy/monorepo-utils": { "version": "file:packages/_monorepo-utils", "requires": { - "@andyjy/eslint-config-monorepo-utils": "0.1.1-canary.3" + "@andyjy/eslint-config-monorepo-utils": "0.1.1" } }, "@babel/code-frame": {