We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ddc25 commit b648267Copy full SHA for b648267
package.json
@@ -115,8 +115,8 @@
115
"@types/prismjs": "^1.26.3",
116
"@types/semver": "^7.5.8",
117
"@types/stylus": "^0.48.42",
118
- "@typescript-eslint/eslint-plugin": "^7.1.1",
119
- "@typescript-eslint/parser": "^7.1.1",
+ "@typescript-eslint/eslint-plugin": "^7.3.0",
+ "@typescript-eslint/parser": "^7.3.0",
120
"@typescript/vfs": "^1.5.0",
121
"acorn": "^8.11.3",
122
"assert": "^2.1.0",
src/meta.ts
@@ -1,5 +1,5 @@
1
// IMPORTANT!
2
// This file has been automatically generated,
3
// 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;
+export const name = 'eslint-plugin-svelte';
+export const version = '2.36.0-next.11';
0 commit comments