Skip to content

Commit ffbe666

Browse files
chore(deps): update dependency esbuild to ^0.18.0 (#501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 3feb974 commit ffbe666

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"assert": "^2.0.0",
118118
"cross-spawn": "^7.0.3",
119119
"env-cmd": "^10.1.0",
120-
"esbuild": "^0.17.0",
120+
"esbuild": "^0.18.0",
121121
"esbuild-register": "^3.2.0",
122122
"escape-html": "^1.0.3",
123123
"eslint": "^8.40.0",

src/shared/svelte-compile-warns/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { AST } from "svelte-eslint-parser"
2+
import type {} from "svelte" // FIXME: Workaround to get type information for "svelte/compiler"
23
import * as compiler from "svelte/compiler"
34
import type { SourceMapMappings } from "@jridgewell/sourcemap-codec"
45
import { decode } from "@jridgewell/sourcemap-codec"

0 commit comments

Comments
 (0)