@mtth/eslint-plugin 0.1.8 → 0.1.9

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.
@@ -49,7 +49,6 @@ jobs:
49
49
  - name: Setup Node
50
50
  uses: actions/setup-node@v2
51
51
  with:
52
- node-version: 15.x
53
52
  registry-url: https://npm.pkg.github.com
54
53
  - name: Install
55
54
  run: npm i
@@ -69,7 +68,6 @@ jobs:
69
68
  - name: Setup Node
70
69
  uses: actions/setup-node@v2
71
70
  with:
72
- node-version: 15.x
73
71
  registry-url: https://registry.npmjs.org
74
72
  - name: Install
75
73
  run: npm i
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtth/eslint-plugin",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Common linting configuration",
5
5
  "homepage": "https://github.com/mtth/eslint-plugin",
6
6
  "keywords": [
@@ -11,12 +11,12 @@
11
11
  "email": "mtth@apache.org"
12
12
  },
13
13
  "dependencies": {
14
- "@typescript-eslint/eslint-plugin": "^4.15.0",
15
- "@typescript-eslint/parser": "^4.15.0",
14
+ "@typescript-eslint/eslint-plugin": "^5.8.0",
15
+ "@typescript-eslint/parser": "^5.8.0",
16
16
  "eslint-plugin-simple-import-sort": "^7.0.0"
17
17
  },
18
18
  "peerDependencies": {
19
- "eslint": "^7.1.0"
19
+ "eslint": "^8.5.0"
20
20
  },
21
21
  "license": "MIT",
22
22
  "repository": {