Skip to content

Commit 815fcfb

Browse files
committed
Update ts-eslint
1 parent 154a0fb commit 815fcfb

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/eslint-visitor-keys": "^1.0.0",
5555
"@types/mocha": "^9.0.0",
5656
"@types/node": "^16.0.0",
57-
"@typescript-eslint/eslint-plugin": "^5.0.0",
58-
"@typescript-eslint/parser": "^5.0.0",
57+
"@typescript-eslint/eslint-plugin": "^5.4.0",
58+
"@typescript-eslint/parser": "^5.4.0",
5959
"code-red": "^0.2.0",
6060
"eslint": "^8.0.0",
6161
"eslint-config-prettier": "^8.0.0",
@@ -78,7 +78,7 @@
7878
"string-replace-loader": "^3.0.1",
7979
"svelte": "^3.37.0",
8080
"ts-node": "^10.0.0",
81-
"typescript": "^4.0.0",
81+
"typescript": "~4.5.0-0",
8282
"vue-eslint-parser": "^8.0.0"
8383
}
8484
}

tests/fixtures/parser/ast/docs/template-syntax/11-element-directives/07-transition-fn/05-ts-output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"body": [
101101
{
102102
"type": "ExportNamedDeclaration",
103+
"assertions": [],
103104
"declaration": {
104105
"type": "VariableDeclaration",
105106
"kind": "let",

tests/fixtures/parser/ast/ts-event01-output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"body": [
101101
{
102102
"type": "ImportDeclaration",
103+
"assertions": [],
103104
"importKind": "value",
104105
"source": {
105106
"type": "Literal",

tests/fixtures/parser/ast/ts-event02-output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"body": [
101101
{
102102
"type": "ImportDeclaration",
103+
"assertions": [],
103104
"importKind": "value",
104105
"source": {
105106
"type": "Literal",

0 commit comments

Comments
 (0)