@joshuaavalon/eslint-config-typescript 7.1.1 → 7.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaavalon/eslint-config-typescript",
3
- "version": "7.1.1",
3
+ "version": "7.1.3",
4
4
  "description": "Shareable ESLint Typescript config.",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/joshuaavalon/eslint-config/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@joshuaavalon/eslint-config-javascript": "^7.1.1",
37
+ "@joshuaavalon/eslint-config-javascript": "^7.1.3",
38
38
  "typescript-eslint": "^7.2.0"
39
39
  },
40
40
  "peerDependencies": {