@agilebot/eslint-plugin 0.3.13 → 0.3.14

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 +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license @agilebot/eslint-plugin v0.3.13
2
+ * @license @agilebot/eslint-plugin v0.3.14
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.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Agilebot's ESLint plugin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "eslint-plugin-react": "^7.35.0",
22
- "@agilebot/eslint-utils": "0.3.13"
22
+ "@agilebot/eslint-utils": "0.3.14"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "eslint": "^7.0.0 || ^8.0.0"