diff --git a/bun.lock b/bun.lock index 9e7f132..daef5f1 100644 --- a/bun.lock +++ b/bun.lock @@ -32,12 +32,12 @@ "astro-integration": "workspace:*", }, "devDependencies": { - "@astrojs/check": "0.9.4", + "@astrojs/check": "0.9.5", }, }, }, "packages": { - "@astrojs/check": ["@astrojs/check@0.9.4", "", { "dependencies": { "@astrojs/language-server": "^2.15.0", "chokidar": "^4.0.1", "kleur": "^4.1.5", "yargs": "^17.7.2" }, "peerDependencies": { "typescript": "^5.0.0" }, "bin": { "astro-check": "dist/bin.js" } }, "sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA=="], + "@astrojs/check": ["@astrojs/check@0.9.5", "", { "dependencies": { "@astrojs/language-server": "^2.15.0", "chokidar": "^4.0.1", "kleur": "^4.1.5", "yargs": "^17.7.2" }, "peerDependencies": { "typescript": "^5.0.0" }, "bin": { "astro-check": "dist/bin.js" } }, "sha512-88vc8n2eJ1Oua74yXSGo/8ABMeypfQPGEzuoAx2awL9Ju8cE6tZ2Rz9jVx5hIExHK5gKVhpxfZj4WXm7e32g1w=="], "@astrojs/compiler": ["@astrojs/compiler@2.12.2", "", {}, "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw=="], diff --git a/playground/package.json b/playground/package.json index 0cf057a..63d5274 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,6 +14,6 @@ "astro-integration": "workspace:*" }, "devDependencies": { - "@astrojs/check": "0.9.4" + "@astrojs/check": "0.9.5" } }