@astrojs/ts-plugin
Advanced tools
Comparing version 1.10.0 to 1.10.1
{ | ||
"name": "@astrojs/ts-plugin", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "A TypeScript Plugin providing Astro intellisense", | ||
@@ -26,6 +26,6 @@ "main": "dist/index.js", | ||
"@astrojs/compiler": "^2.10.3", | ||
"@astrojs/yaml2ts": "^0.2.0", | ||
"@astrojs/yaml2ts": "^0.2.1", | ||
"@jridgewell/sourcemap-codec": "^1.4.15", | ||
"@volar/language-core": "~2.4.0-alpha.15", | ||
"@volar/typescript": "~2.4.0-alpha.15", | ||
"@volar/language-core": "~2.4.0", | ||
"@volar/typescript": "~2.4.0", | ||
"semver": "^7.3.8", | ||
@@ -32,0 +32,0 @@ "vscode-languageserver-textdocument": "^1.0.11" |
19301
Updated@astrojs/yaml2ts@^0.2.1
Updated@volar/language-core@~2.4.0
Updated@volar/typescript@~2.4.0