eslint-plugin-svelte
Advanced tools
Comparing version 3.0.0-next.13 to 3.0.0-next.14
@@ -17,3 +17,3 @@ import './rule-types.js'; | ||
name: "eslint-plugin-svelte"; | ||
version: "3.0.0-next.13"; | ||
version: "3.0.0-next.14"; | ||
}; | ||
@@ -20,0 +20,0 @@ export declare const processors: { |
export declare const name = "eslint-plugin-svelte"; | ||
export declare const version = "3.0.0-next.13"; | ||
export declare const version = "3.0.0-next.14"; |
@@ -5,2 +5,2 @@ // IMPORTANT! | ||
export const name = 'eslint-plugin-svelte'; | ||
export const version = '3.0.0-next.13'; | ||
export const version = '3.0.0-next.14'; |
{ | ||
"name": "eslint-plugin-svelte", | ||
"version": "3.0.0-next.13", | ||
"version": "3.0.0-next.14", | ||
"description": "ESLint plugin for Svelte using AST", | ||
@@ -44,3 +44,3 @@ "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", | ||
"semver": "^7.6.3", | ||
"svelte-eslint-parser": "^1.0.0-next.9" | ||
"svelte-eslint-parser": "^1.0.0-next.10" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
710018
45