2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Overrides volar-service-emmet version to fix linting issues

This error comes from @astrojs/check version 0.9.5. More context at https://github.com/withastro/astro/issues/14544.
This commit is contained in:
Julien Déramond
2025-10-26 19:22:57 +01:00
parent ecee5a7765
commit cfe66330e8
2 changed files with 9 additions and 5 deletions
+6 -5
View File
@@ -2438,7 +2438,8 @@
},
"node_modules/@emmetio/css-parser": {
"version": "0.4.0",
"resolved": "git+ssh://git@github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"resolved": "https://registry.npmjs.org/@emmetio/css-parser/-/css-parser-0.4.0.tgz",
"integrity": "sha512-z7wkxRSZgrQHXVzObGkXG+Vmj3uRlpM11oCZ9pbaz0nFejvCDmAiNDpY75+wgXOcffKpj4rzGtwGaZxfJKsJxw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -18817,13 +18818,13 @@
}
},
"node_modules/volar-service-emmet": {
"version": "0.0.65",
"resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.65.tgz",
"integrity": "sha512-YkAPlkJnjyAAUZGtG7STgy3ENFy7C0n3dl6MffUYkcovosfUUNgpUOmsj4t1qw1c7t5KMvLfAZHsEC3Ig5Qs3w==",
"version": "0.0.63",
"resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.63.tgz",
"integrity": "sha512-dP96bxXsbfWH8D4n+jWnFD/zVDnm+1LgCV12yIwPIhmpJyElEnzmaKR7EGBZVf3tIkKmUObnU8YATZBn5iG9eQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@emmetio/css-parser": "ramya-rao-a/css-parser#vscode",
"@emmetio/css-parser": "^0.4.0",
"@emmetio/html-matcher": "^1.3.0",
"@vscode/emmet-helper": "^2.9.3",
"vscode-uri": "^3.0.8"