typescript-eslint 8.46.3 → 8.46.4

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/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ require('typescript-eslint').plugin !== require('@typescript-eslint/eslint-plugi
19
19
 
20
20
  This is bad because it means that 3rd party configs would be required to use
21
21
  `typescript-eslint` or else they would break a user's config if the user either
22
- used `tseslint.configs.recomended` et al or
22
+ used `tseslint.configs.recommended` et al or
23
23
  ```
24
24
  {
25
25
  plugins: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-eslint",
3
- "version": "8.46.3",
3
+ "version": "8.46.4",
4
4
  "description": "Tooling which enables you to use TypeScript with ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -50,10 +50,10 @@
50
50
  "typecheck": "yarn run -BT nx typecheck"
51
51
  },
52
52
  "dependencies": {
53
- "@typescript-eslint/eslint-plugin": "8.46.3",
54
- "@typescript-eslint/parser": "8.46.3",
55
- "@typescript-eslint/typescript-estree": "8.46.3",
56
- "@typescript-eslint/utils": "8.46.3"
53
+ "@typescript-eslint/eslint-plugin": "8.46.4",
54
+ "@typescript-eslint/parser": "8.46.4",
55
+ "@typescript-eslint/typescript-estree": "8.46.4",
56
+ "@typescript-eslint/utils": "8.46.4"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "eslint": "^8.57.0 || ^9.0.0",