Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 5, 2022
1 parent 5356553 commit 5c65ab7
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 69 deletions.
210 changes: 146 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"polyfills-as-a-service"
],
"devDependencies": {
"@rollup/plugin-json": "4.1.0",
"@types/babel__core": "7.1.19",
"@types/express": "4.17.13",
"@types/mime": "2.0.3",
"@types/morgan": "1.9.3",
Expand All @@ -46,7 +46,8 @@
"@types/semver": "7.3.8",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"@wessberg/di-compiler": "2.2.5",
"@wessberg/di-compiler": "2.2.6",
"@rollup/plugin-json": "4.1.0",
"@wessberg/ts-config": "1.1.3",
"ava": "3.15.0",
"eslint": "7.32.0",
Expand Down Expand Up @@ -89,7 +90,7 @@
"@webcomponents/shadycss": "1.11.0",
"@webcomponents/shadydom": "1.9.0",
"@webcomponents/template": "1.5.0",
"@wessberg/di": "2.0.3",
"@wessberg/di": "2.1.0",
"@wessberg/pointer-events": "1.0.9",
"@wessberg/stringutil": "1.0.19",
"lit": "2.2.3",
Expand Down Expand Up @@ -124,7 +125,7 @@
"scroll-behavior-polyfill": "2.0.13",
"semver": "7.3.5",
"setimmediate": "1.0.5",
"systemjs": "6.10.3",
"systemjs": "6.12.1",
"temp-dir": "2.0.0",
"toposort": "2.0.2",
"tslib": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/util/type/ecma-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type EcmaVersion = "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020";
export type EcmaVersion = "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022";

0 comments on commit 5c65ab7

Please sign in to comment.