@joshuaavalon/eslint-config-typescript 8.2.2 → 8.2.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": "8.2.2",
3
+ "version": "8.2.3",
4
4
  "description": "Shareable ESLint Typescript config.",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/joshuaavalon/eslint-config/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@joshuaavalon/eslint-config-javascript": "^8.2.1",
38
+ "@joshuaavalon/eslint-config-javascript": "^8.3.0",
39
39
  "typescript-eslint": "^8.3.0"
40
40
  },
41
41
  "peerDependencies": {