@storm-software/eslint 0.116.6 → 0.116.7

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.116.6",
3
+ "version": "0.116.7",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -151,6 +151,9 @@
151
151
  },
152
152
  "dependencies": {
153
153
  "@cspell/eslint-plugin": "8.13.1",
154
+ "@graphql-eslint/eslint-plugin": "4.3.0",
155
+ "@next/eslint-plugin-next": "15.1.6",
156
+ "@nx/eslint-plugin": "^20.3.1",
154
157
  "defu": "6.1.4",
155
158
  "eslint": "^9.12.0",
156
159
  "eslint-config-prettier": "10.0.1",
@@ -182,10 +185,7 @@
182
185
  },
183
186
  "devDependencies": {
184
187
  "@eslint/config-inspector": "^0.5.1",
185
- "@graphql-eslint/eslint-plugin": "4.3.0",
186
- "@next/eslint-plugin-next": "15.1.6",
187
188
  "@nx/eslint": "^20.3.1",
188
- "@nx/eslint-plugin": "^20.3.1",
189
189
  "@nx/workspace": "^20.3.1",
190
190
  "@types/eslint": "^9.6.1",
191
191
  "@types/eslint__js": "^8.42.3",