Skip to content

Commit 86b1576

Browse files
committed
chore(deps): update dependency @astrojs/check to ^0.9.0
1 parent 2767449 commit 86b1576

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"redis": "^4.6.8"
3434
},
3535
"devDependencies": {
36-
"@astrojs/check": "^0.8.0",
36+
"@astrojs/check": "^0.9.0",
3737
"@ava/typescript": "5.0.0",
3838
"@types/dotenv": "8.2.0",
3939
"@types/node": "20.14.13",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,18 @@
2020
"@jridgewell/gen-mapping" "^0.3.5"
2121
"@jridgewell/trace-mapping" "^0.3.24"
2222

23-
"@astrojs/check@^0.8.0":
24-
version "0.8.3"
25-
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.8.3.tgz#3a60ccd34fd11d9b054b00ca54a9a45f0f63a07e"
26-
integrity sha512-ajcSe+ezX5jCc3dreQlWzbknzXgSGnDETNe3C1mawUOtGpO4t5z2YGaD0y+wzB84lmgPWaWZa0fKSPwLq/wUHw==
23+
"@astrojs/check@^0.9.0":
24+
version "0.9.0"
25+
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.9.0.tgz#341a396b459f469950444b6fdc4ff9ad2322be23"
26+
integrity sha512-K79qPJGcctADFodhv7OJ5Gl8FE6RU2D4q/5V5T116M++Z38FjrOye9+QilmUK/daHpDUrVXezb80wI8CAL8wHw==
2727
dependencies:
28-
"@astrojs/language-server" "^2.12.7"
28+
"@astrojs/language-server" "^2.13.0"
2929
chokidar "^3.5.3"
3030
fast-glob "^3.3.1"
3131
kleur "^4.1.5"
3232
yargs "^17.7.2"
3333

34-
"@astrojs/compiler@^2.9.1":
35-
version "2.9.2"
36-
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.9.2.tgz#c01dcdb14dc938758e66f9856934b83b6cd986d1"
37-
integrity sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow==
38-
39-
"@astrojs/compiler@^2.9.2":
34+
"@astrojs/compiler@^2.10.0", "@astrojs/compiler@^2.9.2":
4035
version "2.10.0"
4136
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.0.tgz#ecc39e59ae4c87521a11967c3c42cc68ef8e43d9"
4237
integrity sha512-V8ym+4kYCKmMeSdfDvm/SrlmUlKLkKzfWV3cKyiStEKW/D+YsXaQiBZcSCtuKXq8aQhsDw9HtCTZilhEMBX+BA==
@@ -46,12 +41,12 @@
4641
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz#ceb5de49346dbdbfb6cba1b683c07fef7df56e1c"
4742
integrity sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==
4843

49-
"@astrojs/language-server@^2.12.7":
50-
version "2.12.8"
51-
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-2.12.8.tgz#64a1369ace5180958f58ab0e0dbe167b33f2c707"
52-
integrity sha512-aUppjqbCdFkd2Cdr8tDtd9id7lAZAmpwpYTQrOm69z8P4NaGUE/ksMIhd0Q99zXfSBjDVC7HlxSjPg8Y7xakfg==
44+
"@astrojs/language-server@^2.13.0":
45+
version "2.13.0"
46+
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-2.13.0.tgz#32eb430b60d96306931baac6a015893ef5e19a13"
47+
integrity sha512-FqMUY/N6EguvKArikyyeXeqTJDBbI/8aUZnhVTYqF75oqoTTHC5vA7tzQdLRCIfBk1trrrIB1c6mEe5eqiqUbg==
5348
dependencies:
54-
"@astrojs/compiler" "^2.9.1"
49+
"@astrojs/compiler" "^2.10.0"
5550
"@jridgewell/sourcemap-codec" "^1.4.15"
5651
"@volar/kit" "~2.4.0-alpha.15"
5752
"@volar/language-core" "~2.4.0-alpha.15"

0 commit comments

Comments
 (0)