|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-svelte", |
3 | | - "version": "3.0.0-next.4", |
| 3 | + "version": "3.0.0-next.5", |
4 | 4 | "description": "ESLint plugin for Svelte using AST", |
5 | 5 | "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", |
6 | 6 | "homepage": "https://sveltejs.github.io/eslint-plugin-svelte", |
|
30 | 30 | "cover": "c8 --reporter=lcov pnpm run test", |
31 | 31 | "debug": "pnpm run mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000", |
32 | 32 | "lint": "run-p lint:*", |
33 | | - "lint-fix": "pnpm run lint:es --fix && pnpm run lint:style --fix", |
| 33 | + "lint-fix": "pnpm run lint:es --fix", |
34 | 34 | "lint:es": "eslint --cache .", |
35 | 35 | "mocha": "pnpm run ts ./node_modules/mocha/bin/mocha.js", |
36 | 36 | "new": "pnpm run ts ./tools/new-rule.ts", |
|
63 | 63 | "known-css-properties": "^0.35.0", |
64 | 64 | "postcss": "^8.4.49", |
65 | 65 | "postcss-load-config": "^3.1.4", |
66 | | - "postcss-safe-parser": "^6.0.0", |
| 66 | + "postcss-safe-parser": "^7.0.0", |
67 | 67 | "postcss-selector-parser": "^7.0.0", |
68 | 68 | "semver": "^7.6.3", |
69 | | - "svelte-eslint-parser": "^1.0.0-next.3" |
| 69 | + "svelte-eslint-parser": "^1.0.0-next.4" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "@babel/core": "^7.26.0", |
|
91 | 91 | "eslint-visitor-keys": "^4.2.0", |
92 | 92 | "espree": "^10.3.0", |
93 | 93 | "less": "^4.2.1", |
94 | | - "mocha": "^10.8.2", |
| 94 | + "mocha": "^11.0.0", |
95 | 95 | "postcss-nested": "^7.0.2", |
96 | 96 | "sass": "^1.81.0", |
97 | 97 | "source-map-js": "^1.2.1", |
|
0 commit comments