eslint-plugin-vue-kuzzle 1.0.0-dev.2 → 1.0.0-dev.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -79,6 +79,6 @@ Beyond that:
79
79
  Prettier, which the same config then had to undo
80
80
  - the `eslint-plugin-jest` override is gone. No Kuzzle project uses Jest
81
81
  - `eslint-plugin-vue` moves from 9 to 10, `@vue/eslint-config-typescript` from
82
- 14.1 to 14.9, `typescript-eslint` from 8.17 to 8.51
82
+ 14.1 to 14.9, `typescript-eslint` from 8.17 to 8.70
83
83
  - the `./importOption` export is now `./importOptions`, which is the name of the
84
84
  file it was always meant to point at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-vue-kuzzle",
3
- "version": "1.0.0-dev.2",
3
+ "version": "1.0.0-dev.3",
4
4
  "description": "Kuzzle Vue Coding Standard",
5
5
  "homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "peerDependencies": {
26
26
  "eslint": "^9.10.0 || ^10.0.0",
27
- "typescript": ">= 5.2.0 <6.0.0"
27
+ "typescript": ">= 5.2.0 <6.1.0"
28
28
  },
29
29
  "peerDependenciesMeta": {
30
30
  "typescript": {
@@ -37,11 +37,11 @@
37
37
  "eslint-plugin-import": "^2.32.0",
38
38
  "eslint-plugin-vue": "^10.11.0",
39
39
  "globals": "^16.5.0",
40
- "typescript-eslint": "^8.51.0"
40
+ "typescript-eslint": "^8.70.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^22.20.1",
44
- "@typescript-eslint/utils": "^8.51.0",
44
+ "@typescript-eslint/utils": "^8.70.0",
45
45
  "rimraf": "^6.0.1",
46
46
  "typescript": "~5.9.0"
47
47
  },