@agilebot/eslint-plugin 0.4.0 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilebot/eslint-plugin",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.2",
|
4
4
|
"description": "Agilebot's ESLint plugin",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"eslint-plugin-deprecation": "^3.0.0",
|
22
22
|
"eslint-plugin-react": "^7.35.0",
|
23
|
-
"@agilebot/eslint-utils": "0.4.
|
23
|
+
"@agilebot/eslint-utils": "0.4.2"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
26
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|