Skip to content

Commit

Permalink
fix(deps): update dependency @astrojs/check to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent f48375a commit f1e4998
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vue-tsc": "^2.0.0"
},
"dependencies": {
"@astrojs/check": "0.8.1",
"@astrojs/check": "0.8.2",
"@astrojs/lit": "4.3.0",
"@astrojs/netlify": "5.4.0",
"@astrojs/prefetch": "0.4.1",
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,17 @@
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.8.tgz#86cb0974bcab7e64e29b57d6d9021102307257de"
integrity sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==

"@astrojs/[email protected].1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.8.1.tgz#db1ea900fba5d8bd35317f677a74cf681e09e008"
integrity sha512-QTzCuiBWll3SLSe7OsWtWyZRbwChXwxM4Y0Jb84jdPOdYobzHad9ubU7V23qmK3Y0BNwgzCbEP5C5FPVitb31Q==
"@astrojs/[email protected].2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.8.2.tgz#e88b404d19a7e65743a2389692341340b0e60906"
integrity sha512-L0V9dGb2PGvK9Mf3kby99Y+qm7EqxaC9tN1MVCvaqp/3pPPZBadR4XAySHipxXqQsxwJS25WQow8/1kMl1e25g==
dependencies:
"@astrojs/language-server" "^2.11.1"
"@astrojs/language-server" "^2.12.1"
chokidar "^3.5.3"
fast-glob "^3.3.1"
kleur "^4.1.5"
yargs "^17.7.2"

"@astrojs/compiler@^2.7.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.8.0.tgz#acbe2abbf640c238cbfe6c9d886a4d0c6921f172"
integrity sha512-yrpD1WRGqsJwANaDIdtHo+YVjvIOFAjC83lu5qENIgrafwZcJgSXDuwVMXOgok4tFzpeKLsFQ6c3FoUdloLWBQ==

"@astrojs/compiler@^2.9.0":
version "2.9.2"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.9.2.tgz#c01dcdb14dc938758e66f9856934b83b6cd986d1"
Expand All @@ -69,12 +64,12 @@
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz#ceb5de49346dbdbfb6cba1b683c07fef7df56e1c"
integrity sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==

"@astrojs/language-server@^2.11.1":
version "2.11.1"
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-2.11.1.tgz#3f617f031cb479a7af9be16ecc3469e301b662da"
integrity sha512-WSIBBUK9lSeVD4KhPiZk2u3wsXdj7WEYvYPPs8ZsgbSVIOzUJWAKVcITHiXmcXlzZB5ubK44YUN/Hq+f2GeMyQ==
"@astrojs/language-server@^2.12.1":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-2.12.1.tgz#799e8eed7626a7263b8e2c38e98a73f4ed111028"
integrity sha512-CCibE6XwSmrZEKlPDr48LZJN7NWxOurOJK1yOzqZFMNV8Y6DIqF6s1e60gbNNHMZkthWYBNTPno4Ni/XyviinQ==
dependencies:
"@astrojs/compiler" "^2.7.0"
"@astrojs/compiler" "^2.9.1"
"@jridgewell/sourcemap-codec" "^1.4.15"
"@volar/kit" "~2.4.0-alpha.15"
"@volar/language-core" "~2.4.0-alpha.15"
Expand Down

0 comments on commit f1e4998

Please sign in to comment.