svelte-eslint-parser
Advanced tools
Comparing version 0.34.0-next.7 to 0.34.0-next.8
export declare const name: "svelte-eslint-parser"; | ||
export declare const version: "0.34.0-next.7"; | ||
export declare const version: "0.34.0-next.8"; |
@@ -8,2 +8,2 @@ "use strict"; | ||
exports.name = "svelte-eslint-parser"; | ||
exports.version = "0.34.0-next.7"; | ||
exports.version = "0.34.0-next.8"; |
{ | ||
"name": "svelte-eslint-parser", | ||
"version": "0.34.0-next.7", | ||
"version": "0.34.0-next.8", | ||
"description": "Svelte parser for ESLint", | ||
@@ -17,2 +17,3 @@ "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", | ||
}, | ||
"type": "commonjs", | ||
"main": "lib/index.js", | ||
@@ -29,3 +30,3 @@ "files": [ | ||
"peerDependencies": { | ||
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.17" | ||
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.37" | ||
}, | ||
@@ -90,3 +91,3 @@ "peerDependenciesMeta": { | ||
"svelte2tsx": "^0.7.0", | ||
"typescript": "~5.1.6", | ||
"typescript": "~5.3.0", | ||
"typescript-eslint-parser-for-extra-files": "^0.6.0" | ||
@@ -93,0 +94,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
286182