eslint-plugin-executable-stories-vitest 1.2.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-executable-stories-vitest",
3
- "version": "1.2.0",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "description": "ESLint rules for executable-stories-vitest: step context, doc.story in test/it, require task for doc.story(title)",
6
6
  "main": "./dist/index.cjs",
@@ -38,12 +38,12 @@
38
38
  "devDependencies": {
39
39
  "@types/eslint": "^9.6.1",
40
40
  "@types/estree": "^1.0.8",
41
- "@types/node": "^25.2.3",
42
- "eslint": "^9.39.2",
41
+ "@types/node": "^25.3.0",
42
+ "eslint": "^10.0.1",
43
43
  "tsup": "^8.5.1",
44
44
  "typescript": "^5.9.3",
45
45
  "vitest": "^4.0.18",
46
- "eslint-config-executable-stories": "0.1.0"
46
+ "eslint-config-executable-stories": "0.2.0"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=22"