@agilebot/eslint-plugin 0.4.3 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license @agilebot/eslint-plugin v0.4.3
2
+ * @license @agilebot/eslint-plugin v0.4.5
3
3
  *
4
4
  * Copyright (c) Agilebot, Inc. and its affiliates.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilebot/eslint-plugin",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Agilebot's ESLint plugin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "eslint-plugin-deprecation": "^3.0.0",
22
22
  "eslint-plugin-react": "^7.35.0",
23
23
  "eslint-plugin-react-hooks": "^4.6.2",
24
- "@agilebot/eslint-utils": "0.4.3"
24
+ "@agilebot/eslint-utils": "0.4.5"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
@@ -34,7 +34,7 @@
34
34
  "@types/estree": "^1.0.5",
35
35
  "color-name": "^2.0.0",
36
36
  "eslint-vitest-rule-tester": "^0.6.1",
37
- "typescript-eslint": "^8.0.0"
37
+ "typescript-eslint": "~8.5.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c rollup.config.mjs",