@taiga-ui/eslint-plugin-experience-next 0.285.0 → 0.286.0

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/index.esm.js +1 -1
  2. package/package.json +4 -4
package/index.esm.js CHANGED
@@ -22,7 +22,7 @@ function getDefaultExportFromCjs (x) {
22
22
  }
23
23
 
24
24
  var name$1 = "@eslint/js";
25
- var version$1 = "9.30.0";
25
+ var version$1 = "9.30.1";
26
26
  var require$$0 = {
27
27
  name: name$1,
28
28
  version: version$1};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.285.0",
3
+ "version": "0.286.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.ts",
@@ -11,7 +11,7 @@
11
11
  "@types/glob": "*",
12
12
  "@typescript-eslint/eslint-plugin": ">=8.35.0",
13
13
  "angular-eslint": ">=20.1.1",
14
- "eslint": ">=9.30.0",
14
+ "eslint": ">=9.30.1",
15
15
  "eslint-config-prettier": ">=10.1.5",
16
16
  "eslint-plugin-de-morgan": ">=1.3.0",
17
17
  "eslint-plugin-decorator-position": ">=6.0.0",
@@ -27,8 +27,8 @@
27
27
  "eslint-plugin-unicorn": ">=59.0.1",
28
28
  "eslint-plugin-unused-imports": ">=4.1.4",
29
29
  "glob": "*",
30
- "globals": ">=16.2.0",
31
- "typescript-eslint": ">=8.35.0"
30
+ "globals": ">=16.3.0",
31
+ "typescript-eslint": ">=8.35.1"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"