diff --git a/@beautiful-tree/algorithms/package.json b/@beautiful-tree/algorithms/package.json index 963b57a..944a808 100644 --- a/@beautiful-tree/algorithms/package.json +++ b/@beautiful-tree/algorithms/package.json @@ -48,7 +48,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.10.2", + "@arethetypeswrong/cli": "^0.11.0", "@beautiful-tree/types": "workspace:*", "@coderspirit/eslint-config": "^1.3.0", "@rollup/plugin-terser": "^0.4.3", diff --git a/@beautiful-tree/react/package.json b/@beautiful-tree/react/package.json index 23e16d2..7ba07b3 100644 --- a/@beautiful-tree/react/package.json +++ b/@beautiful-tree/react/package.json @@ -49,7 +49,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.10.2", + "@arethetypeswrong/cli": "^0.11.0", "@beautiful-tree/algorithms": "workspace:*", "@beautiful-tree/types": "workspace:*", "@coderspirit/eslint-config": "^1.3.0", diff --git a/@beautiful-tree/types/package.json b/@beautiful-tree/types/package.json index afc507f..0726dcd 100644 --- a/@beautiful-tree/types/package.json +++ b/@beautiful-tree/types/package.json @@ -26,7 +26,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.10.2", + "@arethetypeswrong/cli": "^0.11.0", "@coderspirit/eslint-config": "^1.3.0", "@rollup/plugin-typescript": "^11.1.4", "@types/node": "^20.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c7e1de..ee89f38 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: '@beautiful-tree/algorithms': devDependencies: '@arethetypeswrong/cli': - specifier: ^0.10.2 - version: 0.10.2 + specifier: ^0.11.0 + version: 0.11.0 '@beautiful-tree/types': specifier: workspace:* version: link:../types @@ -66,8 +66,8 @@ importers: '@beautiful-tree/react': devDependencies: '@arethetypeswrong/cli': - specifier: ^0.10.2 - version: 0.10.2 + specifier: ^0.11.0 + version: 0.11.0 '@beautiful-tree/algorithms': specifier: workspace:* version: link:../algorithms @@ -177,8 +177,8 @@ importers: '@beautiful-tree/types': devDependencies: '@arethetypeswrong/cli': - specifier: ^0.10.2 - version: 0.10.2 + specifier: ^0.11.0 + version: 0.11.0 '@coderspirit/eslint-config': specifier: ^1.3.0 version: 1.3.0(eslint@8.50.0)(prettier@3.0.3)(typescript@5.2.2) @@ -232,8 +232,8 @@ packages: resolution: {integrity: sha512-hL80MHK3b++pEp6K23+Nl5r5D1F19DRagp2ruCBIv4McyCiLKq67vUNvEQY1aGCAKNZ8GxV23n5MhOm7RwO8Pg==} dev: true - /@arethetypeswrong/cli@0.10.2: - resolution: {integrity: sha512-20JLHXCsBCMeZfMqlbAFa5QTFpyyJJk8pEt4MwUhUadpPnBQC7QnqAhJcDv0uxLFrueK3SQbYPlGaqX0921LjA==} + /@arethetypeswrong/cli@0.11.0: + resolution: {integrity: sha512-0GxlV58x8DaiWRUx0JWc3glr8iGsjK+KATuubH8qRqjw4aIGB8BBQ8Bv2Bvs9DfGuojBgbVWhOTe8+3BepYZ6Q==} hasBin: true dependencies: '@arethetypeswrong/core': 0.10.2 @@ -243,6 +243,7 @@ packages: marked: 5.1.2 marked-terminal: 5.2.0(marked@5.1.2) node-fetch: 2.7.0 + semver: 7.5.4 transitivePeerDependencies: - encoding dev: true