Skip to content

Commit 5eaf910

Browse files
authored
Replace vscode-web-custom-data with @vscode/web-custom-data. (#280)
* Replace `vscode-web-custom-data` with `@vscode/web-custom-data`. * `vscode-web-custom-data` -> `@vscode/web-custom-data`
1 parent 2dfef44 commit 5eaf910

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

packages/lit-analyzer/package-lock.json

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lit-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"ts-simple-type": "~2.0.0-next.0",
9191
"vscode-css-languageservice": "4.3.0",
9292
"vscode-html-languageservice": "3.1.0",
93-
"vscode-web-custom-data": "^0.3.0",
93+
"@vscode/web-custom-data": "^0.4.2",
9494
"web-component-analyzer": "2.0.0-next.4"
9595
},
9696
"devDependencies": {

packages/lit-analyzer/src/lib/analyze/data/get-built-in-html-collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { SimpleType } from "ts-simple-type";
22
import { HTMLDataV1 } from "vscode-html-languageservice";
3-
import htmlDataJson from "vscode-web-custom-data/data/browsers.html-data.json";
3+
import htmlDataJson from "@vscode/web-custom-data/data/browsers.html-data.json";
44
import { HtmlAttr, HtmlDataCollection } from "../parse/parse-html-data/html-tag.js";
55
import { parseVscodeHtmlData } from "../parse/parse-html-data/parse-vscode-html-data.js";
66
import { lazy } from "../util/general-util.js";

0 commit comments

Comments
 (0)