@storm-software/eslint 0.160.17 → 0.160.18

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.160.17",
3
+ "version": "0.160.18",
4
4
  "type": "module",
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -163,7 +163,7 @@
163
163
  "@eslint/markdown": "^6.6.0",
164
164
  "@nx/eslint-plugin": "21.0.3",
165
165
  "@storm-software/config": "^1.125.3",
166
- "@storm-software/config-tools": "^1.176.3",
166
+ "@storm-software/config-tools": "^1.176.4",
167
167
  "@stylistic/eslint-plugin": "^4.4.1",
168
168
  "@typescript-eslint/eslint-plugin": "^8.35.0",
169
169
  "@typescript-eslint/parser": "^8.35.0",
@@ -182,7 +182,7 @@
182
182
  "eslint-plugin-jsx-a11y": "^6.10.2",
183
183
  "eslint-plugin-markdown": "^5.1.0",
184
184
  "eslint-plugin-markdownlint": "^0.6.0",
185
- "eslint-plugin-mdx": "^3.6.0",
185
+ "eslint-plugin-mdx": "^3.6.2",
186
186
  "eslint-plugin-n": "^17.21.0",
187
187
  "eslint-plugin-no-only-tests": "^3.3.0",
188
188
  "eslint-plugin-no-secrets": "^2.2.1",
@@ -211,7 +211,7 @@
211
211
  "@graphql-eslint/eslint-plugin": "^4.4.0",
212
212
  "@next/eslint-plugin-next": "^15.3.5",
213
213
  "@nx/eslint": "21.0.3",
214
- "@prettier/plugin-xml": "^3.4.1",
214
+ "@prettier/plugin-xml": "^3.4.2",
215
215
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
216
216
  "@types/eslint": "^9.6.1",
217
217
  "@types/eslint__js": "^8.42.3",
@@ -237,5 +237,5 @@
237
237
  },
238
238
  "publishConfig": { "access": "public" },
239
239
  "sideEffects": false,
240
- "gitHead": "31afbd65b069e0b465461fad3f5c7e3ad5504daf"
240
+ "gitHead": "b9e7552c043ded538659309cd6fc08c846a50faa"
241
241
  }