@storm-software/eslint 0.169.100 → 0.169.101

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.100",
3
+ "version": "0.169.101",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -140,9 +140,9 @@
140
140
  "@cspell/eslint-plugin": "^8.19.4",
141
141
  "@eslint/eslintrc": "^3.3.3",
142
142
  "@eslint/markdown": "^6.6.0",
143
- "@nx/eslint-plugin": "^22.5.1",
144
- "@storm-software/config": "^1.135.13",
145
- "@storm-software/config-tools": "^1.189.12",
143
+ "@nx/eslint-plugin": "22.5.1",
144
+ "@storm-software/config": "^1.135.14",
145
+ "@storm-software/config-tools": "^1.189.13",
146
146
  "@stylistic/eslint-plugin": "^4.4.1",
147
147
  "@typescript-eslint/eslint-plugin": "^8.56.0",
148
148
  "@typescript-eslint/parser": "^8.56.0",
@@ -190,7 +190,7 @@
190
190
  "@eslint/config-inspector": "^0.5.6",
191
191
  "@graphql-eslint/eslint-plugin": "^4.4.0",
192
192
  "@next/eslint-plugin-next": "^15.5.12",
193
- "@nx/eslint": "^22.5.1",
193
+ "@nx/eslint": "22.5.1",
194
194
  "@prettier/plugin-xml": "^3.4.2",
195
195
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
196
196
  "@types/eslint": "^9.6.1",
@@ -220,7 +220,7 @@
220
220
  "@eslint-react/eslint-plugin": "^1.19.0",
221
221
  "@graphql-eslint/eslint-plugin": "^4.3.0",
222
222
  "@next/eslint-plugin-next": "^15.2.0-canary.67",
223
- "@nx/eslint": "^22.5.1",
223
+ "@nx/eslint": "22.5.1",
224
224
  "@prettier/plugin-xml": "^3.4.1",
225
225
  "@storm-software/tsdoc": "*",
226
226
  "@unocss/eslint-plugin": ">=0.50.0",
@@ -239,5 +239,5 @@
239
239
  "prettier-plugin-astro": "^0.14.0"
240
240
  },
241
241
  "publishConfig": { "access": "public" },
242
- "gitHead": "f154a8058c15526cb0a89bd0007a5d607eac1336"
242
+ "gitHead": "e98170f5d71e851b14d19b83c545367c786eaa98"
243
243
  }