exadev-eslint-config 2.17.0 → 2.17.1

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.
package/dist/index.cjs CHANGED
@@ -299,7 +299,7 @@ function buildNextjsConfig(options = {}) {
299
299
  }
300
300
  //#endregion
301
301
  //#region package.json
302
- var version = "2.17.0";
302
+ var version = "2.17.1";
303
303
  //#endregion
304
304
  //#region src/react.ts
305
305
  const JSX_FILE_PATTERNS = ["**/*.jsx", "**/*.tsx"];
package/dist/index.js CHANGED
@@ -265,7 +265,7 @@ function buildNextjsConfig(options = {}) {
265
265
  }
266
266
  //#endregion
267
267
  //#region package.json
268
- var version = "2.17.0";
268
+ var version = "2.17.1";
269
269
  //#endregion
270
270
  //#region src/react.ts
271
271
  const JSX_FILE_PATTERNS = ["**/*.jsx", "**/*.tsx"];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "exadev-eslint-config",
3
3
  "description": "Shared custom ESLint rules and plugin for ExaDev projects",
4
- "version": "2.17.0",
4
+ "version": "2.17.1",
5
5
  "dependencies": {
6
6
  "@eslint/js": "^10.0.1",
7
7
  "@typescript-eslint/utils": "8.67.0",
8
8
  "eslint-plugin-jsdoc": "64.3.6",
9
- "eslint-plugin-json-canonical": "2.0.0",
9
+ "eslint-plugin-json-canonical": "2.1.0",
10
10
  "eslint-plugin-tsdoc": "^0.5.2",
11
11
  "ts-api-utils": "^2.5.0"
12
12
  },