File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " eslint-plugin-svelte " : minor
3+ ---
4+
5+ feat: change dependency parser version
Original file line number Diff line number Diff line change 3939 "lint" : " run-p lint:*" ,
4040 "lint-fix" : " pnpm run lint-fix:md \" ./**/*.md\" && pnpm run lint:es --fix && pnpm run lint:style --fix" ,
4141 "lint-fix:md" : " prettier --cache --write \" ./**/*.md\" " ,
42- "lint:md" : " prettier --cache --check \" ./**/*.md\" " ,
4342 "lint:es" : " eslint --cache ." ,
43+ "lint:md" : " prettier --cache --check \" ./**/*.md\" " ,
4444 "lint:style" : " stylelint --cache ." ,
4545 "mocha" : " pnpm run ts ./node_modules/mocha/bin/mocha.js" ,
4646 "new" : " pnpm run ts ./tools/new-rule.ts" ,
7676 "postcss-safe-parser" : " ^6.0.0" ,
7777 "postcss-selector-parser" : " ^6.0.11" ,
7878 "semver" : " ^7.5.3" ,
79- "svelte-eslint-parser" : " ^ 0.33.0"
79+ "svelte-eslint-parser" : " >= 0.33.0 <1.0 .0"
8080 },
8181 "devDependencies" : {
8282 "@1stg/browserslist-config" : " ^1.2.3" ,
You can’t perform that action at this time.
0 commit comments