mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
Bump @astrojs/check from 0.3.0 to 0.3.1 (#858)
Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.3.1/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d252a847a7
commit
c2741c1711
89
package-lock.json
generated
89
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "5.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.3.0",
|
||||
"@astrojs/check": "^0.3.1",
|
||||
"@astrojs/react": "^3.0.4",
|
||||
"@astrojs/rss": "^3.0.0",
|
||||
"@astrojs/sitemap": "^3.0.3",
|
||||
@ -117,11 +117,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/check": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.0.tgz",
|
||||
"integrity": "sha512-S4R9baTTK34K5aFNCj4hn3g1nJRt3bioSG6S4fgborBn0DzU8DqvpctTCF+gUf/x/l1OolVSsYm+N7b1iXrhig==",
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.1.tgz",
|
||||
"integrity": "sha512-3LjEUvh7Z4v9NPokaqKMXQ0DwnSXfmtcyAuWVTjNt9yzjv54SxykobV5CTOB3TIko+Rqg59ejamJBxaJN6fvkw==",
|
||||
"dependencies": {
|
||||
"@astrojs/language-server": "^2.5.0",
|
||||
"@astrojs/language-server": "^2.5.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"fast-glob": "^3.3.1",
|
||||
"kleur": "^4.1.5",
|
||||
@ -146,26 +146,26 @@
|
||||
"integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A=="
|
||||
},
|
||||
"node_modules/@astrojs/language-server": {
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.1.tgz",
|
||||
"integrity": "sha512-CBSGC3lsGnauVloVWq7+8N8F+IRsyiVe/3WevYf0TmmO8aPhmSzbAAF3vhYWfja3/HLtwNJsm6ltfRkMyYOyaQ==",
|
||||
"version": "2.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.2.tgz",
|
||||
"integrity": "sha512-O5SMzoQ65wSxA1KygreI9UJYmHpgt15bSYBxceHwqX7OCDM4Ek8mr6mZn45LGDtwM3dp1uup7kp8exfRPwIFbA==",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.2.1",
|
||||
"@astrojs/compiler": "^2.2.2",
|
||||
"@jridgewell/sourcemap-codec": "^1.4.15",
|
||||
"@volar/kit": "~1.10.3",
|
||||
"@volar/language-core": "~1.10.3",
|
||||
"@volar/language-server": "~1.10.3",
|
||||
"@volar/language-service": "~1.10.3",
|
||||
"@volar/source-map": "~1.10.3",
|
||||
"@volar/typescript": "~1.10.3",
|
||||
"@volar/kit": "~1.10.9",
|
||||
"@volar/language-core": "~1.10.9",
|
||||
"@volar/language-server": "~1.10.9",
|
||||
"@volar/language-service": "~1.10.9",
|
||||
"@volar/source-map": "~1.10.9",
|
||||
"@volar/typescript": "~1.10.9",
|
||||
"fast-glob": "^3.2.12",
|
||||
"muggle-string": "^0.3.1",
|
||||
"volar-service-css": "0.0.14",
|
||||
"volar-service-emmet": "0.0.14",
|
||||
"volar-service-html": "0.0.14",
|
||||
"volar-service-prettier": "0.0.14",
|
||||
"volar-service-typescript": "0.0.14",
|
||||
"volar-service-typescript-twoslash-queries": "0.0.14",
|
||||
"volar-service-css": "0.0.16",
|
||||
"volar-service-emmet": "0.0.16",
|
||||
"volar-service-html": "0.0.16",
|
||||
"volar-service-prettier": "0.0.16",
|
||||
"volar-service-typescript": "0.0.16",
|
||||
"volar-service-typescript-twoslash-queries": "0.0.16",
|
||||
"vscode-html-languageservice": "^5.1.0",
|
||||
"vscode-uri": "^3.0.8"
|
||||
},
|
||||
@ -186,9 +186,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/language-server/node_modules/@astrojs/compiler": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.2.1.tgz",
|
||||
"integrity": "sha512-NJ1lWKzMkyEjE3W5NpPNAVot4/PLF5om/P6ekxNu3iLS05CaYFTcp7WpYMjdCC252b7wkNVAs45FNkVQ+RHW/g=="
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.2.2.tgz",
|
||||
"integrity": "sha512-nJaEgq0EP1mybaW1PvNnnp4RxVQnaLajUYnqrqxFbIdu1ELbH6OxNuAJWI+/q9TbMP6NG/eK6WRMhQsxX6qkUQ=="
|
||||
},
|
||||
"node_modules/@astrojs/markdown-remark": {
|
||||
"version": "3.3.0",
|
||||
@ -19796,11 +19796,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/volar-service-css": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.14.tgz",
|
||||
"integrity": "sha512-xmyKoyWpbgM0u7mGA1ogyj5ol7CfQADm5eXNpeJeX3Rp79rFEtz1DuuaIjcgRvhSYsjJfPBOtOvHBwTRf4HaEQ==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.16.tgz",
|
||||
"integrity": "sha512-gK/XD35t/P3SQrUuS8LMlCnE2ItIk+kXI6gPvBYl1NZ7O+tLH8rUWXA32YgpwNoITxYrm/G1seaq08zs4aiPvg==",
|
||||
"dependencies": {
|
||||
"vscode-css-languageservice": "^6.2.9",
|
||||
"vscode-css-languageservice": "^6.2.10",
|
||||
"vscode-uri": "^3.0.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -19813,12 +19813,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/volar-service-emmet": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.14.tgz",
|
||||
"integrity": "sha512-0meSKjQ93j5iSYl6Y+qtARfAYr3J2wNSr6wlKr/V9KULAy+8/me8q9l8wkTQqdRMujZAv2j/LzgQ65Yc9mnA1w==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.16.tgz",
|
||||
"integrity": "sha512-8sWWywzVJOD+PWDArOXDWbiRlM7+peydFhXJT71i4X1WPW32RyPxn6FypvciO+amqpfZP2rXfB9eibIJ+EofSQ==",
|
||||
"dependencies": {
|
||||
"@vscode/emmet-helper": "^2.9.2",
|
||||
"volar-service-html": "0.0.14"
|
||||
"volar-service-html": "0.0.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@volar/language-service": "~1.10.0"
|
||||
@ -19830,9 +19830,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/volar-service-html": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.14.tgz",
|
||||
"integrity": "sha512-PQb97QICxXhXD7AJFU/S/Vexd1L4IP2Sa5SzxYyKnApcx0GNdxaIbFHlev9wazrTgtCtSnaVXJBxY05pZzTKPw==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.16.tgz",
|
||||
"integrity": "sha512-/oEXXgry++1CnTXQBUNf9B8MZfTlYZuJfZA7Zx9MN7WS4ZPxk3BFOdal/cXH6RNR2ruNEYr5QTW9rsqtoUscag==",
|
||||
"dependencies": {
|
||||
"vscode-html-languageservice": "^5.1.0",
|
||||
"vscode-uri": "^3.0.8"
|
||||
@ -19847,9 +19847,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/volar-service-prettier": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-prettier/-/volar-service-prettier-0.0.14.tgz",
|
||||
"integrity": "sha512-woZLBikvv8u0jUAq10ZTtuo9hmnQ1RHZubMhzyJbWwkr6L7wT7bPZkscdyaCGrzBT3Pz4zbS0bnpAC5GLAILTA==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-prettier/-/volar-service-prettier-0.0.16.tgz",
|
||||
"integrity": "sha512-Kj2ZdwJGEvfYbsHW8Sjrew/7EB4PgRoas4f8yAJzUUVxIC/kvhUwLDxQc8+N2IibomN76asJGWe+i6VZZvgIkw==",
|
||||
"peerDependencies": {
|
||||
"@volar/language-service": "~1.10.0",
|
||||
"prettier": "^2.2 || ^3.0"
|
||||
@ -19864,10 +19864,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/volar-service-typescript": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.14.tgz",
|
||||
"integrity": "sha512-PGHFUbGPLE6/8ldNPO7FxwZdvRLlWBZ26RnJPCM48DBaGTc7qHGkXMtPQq5YCD10d8VwpZirz0eno8K0z+8bpg==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.16.tgz",
|
||||
"integrity": "sha512-k/qFKM2oxs/3fhbr/vcBSHnCLZ1HN3Aeh+bGvV9Lc9qIhrNyCVsDFOUJN1Qp4dI72+Y+eFSIDCLHmFEZdsP2EA==",
|
||||
"dependencies": {
|
||||
"path-browserify": "^1.0.1",
|
||||
"semver": "^7.5.4",
|
||||
"typescript-auto-import-cache": "^0.3.0",
|
||||
"vscode-languageserver-textdocument": "^1.0.11",
|
||||
@ -19885,9 +19886,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/volar-service-typescript-twoslash-queries": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.14.tgz",
|
||||
"integrity": "sha512-Lg/AcacxyBmVbZhHZwnwvt+MEn/5YlbLiJ7DJG6Dt3xiuQmpXwZmM+JE7/ZMvPt4gxW6AL9zHz21M6JSPCkJ+g==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.16.tgz",
|
||||
"integrity": "sha512-0gPrkDTD2bMj2AnSNykOKhfmPnBFE2LS1lF3LWA7qu1ChRnJF0sodwCCbbeNYJ9+yth956ApoU1BVQ8UrMg+yw==",
|
||||
"peerDependencies": {
|
||||
"@volar/language-service": "~1.10.0"
|
||||
},
|
||||
|
@ -49,7 +49,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.3.0",
|
||||
"@astrojs/check": "^0.3.1",
|
||||
"@astrojs/react": "^3.0.4",
|
||||
"@astrojs/rss": "^3.0.0",
|
||||
"@astrojs/sitemap": "^3.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user