Update yarn.lock to reflect the state of the package.json files (#1892)

* update dependencies

* update file to fix build:all
This commit is contained in:
Jonathan Neal 2021-11-18 19:06:35 -05:00 committed by GitHub
parent 68474f4f91
commit a89b3e3eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 971 additions and 1271 deletions

View file

@ -47,7 +47,7 @@
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"del": "^6.0.0",
"esbuild": "^0.13.7",
"esbuild": "0.13.7",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
@ -55,7 +55,7 @@
"lerna": "^4.0.0",
"prettier": "^2.4.1",
"tiny-glob": "^0.2.8",
"typescript": "^4.4.4"
"typescript": "4.4.4"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"

View file

@ -72,7 +72,7 @@
"connect": "^3.7.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.7.1",
"esbuild": "^0.13.6",
"esbuild": "0.13.7",
"estree-util-value-to-estree": "^1.2.0",
"fast-xml-parser": "^3.19.0",
"html-entities": "^2.3.2",

View file

@ -154,7 +154,7 @@ export function getSourcePaths(node: Element) {
let location: Location = { start: 0, end: 0 };
const src = getAttribute(node, key);
if (node.sourceCodeLocation) {
let loc = node.sourceCodeLocation.attrs[key];
let loc = node.sourceCodeLocation.attrs?.[key];
if (loc) {
location.start = loc.startOffset;
location.end = loc.endOffset;

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"arg": "^5.0.0",
"esbuild": "^0.11.16",
"esbuild": "0.13.7",
"globby": "^11.0.3",
"tar": "^6.1.0"
}

2232
yarn.lock

File diff suppressed because it is too large Load diff