@tsofist/web-buddy 1.12.4 → 1.13.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.
@@ -15,6 +15,6 @@ plugins:
15
15
  extends:
16
16
  - eslint:recommended
17
17
  - plugin:import/typescript
18
- - plugin:@typescript-eslint/recommended
18
+ - plugin:@typescript-eslint/eslint-recommended
19
19
  - ./rules.yaml
20
20
  - ../shared.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.12.4",
3
+ "version": "1.13.0",
4
4
  "description": "Configuration basics for Linters, TypeScript, Semantic Release and others",
5
5
  "author": "Andrew Berdnikov <tsofistgudmen@gmail.com>",
6
6
  "license": "MIT",
@@ -19,10 +19,10 @@
19
19
  "@semantic-release/github": "^9.2.6",
20
20
  "@semantic-release/gitlab": "^12.1.1",
21
21
  "@semantic-release/npm": "^11.0.3",
22
- "@typescript-eslint/eslint-plugin": "^6.21.0",
23
- "@typescript-eslint/parser": "^6.21.0",
22
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
23
+ "@typescript-eslint/parser": "^7.18.0",
24
24
  "@vue/eslint-config-prettier": "^9.0.0",
25
- "@vue/eslint-config-typescript": "^12.0.0",
25
+ "@vue/eslint-config-typescript": "^13.0.0",
26
26
  "eslint": "^8.57.1",
27
27
  "eslint-config-prettier": "^9.1.0",
28
28
  "eslint-plugin-decorator-position": "^5.0.2",