Skip to content

Commit b648267

Browse files
committed
fix
1 parent d6ddc25 commit b648267

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
"@types/prismjs": "^1.26.3",
116116
"@types/semver": "^7.5.8",
117117
"@types/stylus": "^0.48.42",
118-
"@typescript-eslint/eslint-plugin": "^7.1.1",
119-
"@typescript-eslint/parser": "^7.1.1",
118+
"@typescript-eslint/eslint-plugin": "^7.3.0",
119+
"@typescript-eslint/parser": "^7.3.0",
120120
"@typescript/vfs": "^1.5.0",
121121
"acorn": "^8.11.3",
122122
"assert": "^2.1.0",

src/meta.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// IMPORTANT!
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run update"
4-
export const name = 'eslint-plugin-svelte' as const;
5-
export const version = '2.36.0-next.11' as const;
4+
export const name = 'eslint-plugin-svelte';
5+
export const version = '2.36.0-next.11';

0 commit comments

Comments
 (0)