Skip to content

Commit

Permalink
feat: change dependency parser version (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 21, 2023
1 parent f02d9ba commit bd11057
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-paws-invite.md
@@ -0,0 +1,5 @@
---
"eslint-plugin-svelte": minor
---

feat: change dependency parser version
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,8 +39,8 @@
"lint": "run-p lint:*",
"lint-fix": "pnpm run lint-fix:md \"./**/*.md\" && pnpm run lint:es --fix && pnpm run lint:style --fix",
"lint-fix:md": "prettier --cache --write \"./**/*.md\"",
"lint:md": "prettier --cache --check \"./**/*.md\"",
"lint:es": "eslint --cache .",
"lint:md": "prettier --cache --check \"./**/*.md\"",
"lint:style": "stylelint --cache .",
"mocha": "pnpm run ts ./node_modules/mocha/bin/mocha.js",
"new": "pnpm run ts ./tools/new-rule.ts",
Expand Down Expand Up @@ -76,7 +76,7 @@
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.0.11",
"semver": "^7.5.3",
"svelte-eslint-parser": "^0.33.0"
"svelte-eslint-parser": ">=0.33.0 <1.0.0"
},
"devDependencies": {
"@1stg/browserslist-config": "^1.2.3",
Expand Down

0 comments on commit bd11057

Please sign in to comment.