@agilebot/eslint-plugin 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.js +1 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilebot/eslint-plugin",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.6",
|
4
4
|
"description": "Agilebot's ESLint plugin",
|
5
5
|
"main": "lib",
|
6
6
|
"license": "MIT",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"node": "^18.18.0 || >=20.0.0"
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
|
-
"@typescript-eslint/utils": "^7.
|
20
|
+
"@typescript-eslint/utils": "^7.6.0",
|
21
21
|
"fast-glob": "^3.3.2"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|