Skip to content

Commit d33de2f

Browse files
chore(deps): update dependency esbuild to ^0.17.0 (#337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 78c1fbc commit d33de2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"assert": "^2.0.0",
118118
"commitlint": "^17.0.3",
119119
"env-cmd": "^10.1.0",
120-
"esbuild": "^0.16.0",
120+
"esbuild": "^0.17.0",
121121
"esbuild-register": "^3.2.0",
122122
"escape-html": "^1.0.3",
123123
"eslint": "^8.0.0",

tools/render-rules.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const categories = [
1010
"System",
1111
] as const
1212

13-
const descriptions: Record<typeof categories[number], string> = {
13+
const descriptions: Record<(typeof categories)[number], string> = {
1414
"Possible Errors":
1515
"These rules relate to possible syntax or logic errors in Svelte code:",
1616
"Security Vulnerability":

0 commit comments

Comments
 (0)