Skip to content

Commit 9c5c67b

Browse files
committed
chore(deps): update dependency @astrojs/check to ^0.9.0
1 parent d9fe782 commit 9c5c67b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"redis": "^4.6.8"
3333
},
3434
"devDependencies": {
35-
"@astrojs/check": "^0.8.0",
35+
"@astrojs/check": "^0.9.0",
3636
"@types/dotenv": "8.2.0",
3737
"@types/node": "20.14.13",
3838
"@types/ramda": "0.30.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@astrojs/check@^0.8.0":
19-
version "0.8.3"
20-
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.8.3.tgz#3a60ccd34fd11d9b054b00ca54a9a45f0f63a07e"
21-
integrity sha512-ajcSe+ezX5jCc3dreQlWzbknzXgSGnDETNe3C1mawUOtGpO4t5z2YGaD0y+wzB84lmgPWaWZa0fKSPwLq/wUHw==
18+
"@astrojs/check@^0.9.0":
19+
version "0.9.1"
20+
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.9.1.tgz#c64d48009eecb129bd54172575f8cac25e018b2c"
21+
integrity sha512-VvN5ukVzg0IccKuZlI/pdsp4MSpHxWf9a36eOmS8Wpp+NM0MhJLYv3yvQC+qa472Kdf8DHEt/wmVZYwJUMFW+w==
2222
dependencies:
23-
"@astrojs/language-server" "^2.12.7"
23+
"@astrojs/language-server" "^2.13.1"
2424
chokidar "^3.5.3"
2525
fast-glob "^3.3.1"
2626
kleur "^4.1.5"
2727
yargs "^17.7.2"
2828

29-
"@astrojs/compiler@^2.9.1":
30-
version "2.9.2"
31-
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.9.2.tgz#c01dcdb14dc938758e66f9856934b83b6cd986d1"
32-
integrity sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow==
29+
"@astrojs/compiler@^2.10.1":
30+
version "2.10.1"
31+
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.1.tgz#36eb9dcf55f0ddc774e245eadc8c1132caac58fd"
32+
integrity sha512-XmM4j6BjvOVMag2xELq0JuG2yKOW8wgIu6dvb9BsjbGYmnvoStJn/pqEzVqc1EBszf2xYT7onIkftIOUz9AwrQ==
3333

3434
"@astrojs/compiler@^2.9.2":
3535
version "2.10.0"
@@ -41,12 +41,12 @@
4141
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz#ceb5de49346dbdbfb6cba1b683c07fef7df56e1c"
4242
integrity sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==
4343

44-
"@astrojs/language-server@^2.12.7":
45-
version "2.12.8"
46-
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-2.12.8.tgz#64a1369ace5180958f58ab0e0dbe167b33f2c707"
47-
integrity sha512-aUppjqbCdFkd2Cdr8tDtd9id7lAZAmpwpYTQrOm69z8P4NaGUE/ksMIhd0Q99zXfSBjDVC7HlxSjPg8Y7xakfg==
44+
"@astrojs/language-server@^2.13.1":
45+
version "2.13.1"
46+
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-2.13.1.tgz#0140f52eff5163491d84d3dbea63ee9918ec2cbf"
47+
integrity sha512-Cl9ynfnge6+MaCpehYn7w9WrAE+sVS7onhxhMzCdqzPtIt/Yo5zIaiGZdu4QgvmOV/mdNBZCZgaTpAIeGjWwsQ==
4848
dependencies:
49-
"@astrojs/compiler" "^2.9.1"
49+
"@astrojs/compiler" "^2.10.1"
5050
"@jridgewell/sourcemap-codec" "^1.4.15"
5151
"@volar/kit" "~2.4.0-alpha.15"
5252
"@volar/language-core" "~2.4.0-alpha.15"

0 commit comments

Comments
 (0)