@10stars/config 5.2.5 → 5.2.8

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/.eslintrc.js +2 -0
  2. package/package.json +7 -7
package/.eslintrc.js CHANGED
@@ -178,6 +178,8 @@ module.exports = {
178
178
  type.warning,
179
179
  {
180
180
  ignore: allowedMagicNumbers,
181
+ ignoreTypeIndexes: true,
182
+ ignoreReadonlyClassProperties: true,
181
183
  ignoreNumericLiteralTypes: true,
182
184
  ignoreEnums: true,
183
185
  },
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "name": "@10stars/config",
7
7
  "description": "10stars.dev Shareable Configs",
8
- "version": "5.2.5",
8
+ "version": "5.2.8",
9
9
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
10
10
  "keywords": [
11
11
  "config"
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@10stars/eslint-plugin-react-hooks": "^4.3.4",
28
- "@commitlint/cli": "^16.0.0",
29
- "@commitlint/config-conventional": "^16.0.0",
28
+ "@commitlint/cli": "^17.0.0",
29
+ "@commitlint/config-conventional": "^17.0.0",
30
30
  "@types/lodash": "^4.0.0",
31
- "@types/node": "^17.0.0",
31
+ "@types/node": "^18.0.0",
32
32
  "@types/react": "^18.0.0",
33
33
  "@typescript-eslint/eslint-plugin": "^5.0.0",
34
34
  "@typescript-eslint/parser": "^5.0.0",
35
- "esbuild": "~0.14.36",
35
+ "esbuild": "~0.14.47",
36
36
  "esbuild-node-loader": "~0.8.0",
37
37
  "eslint": "^8.0.0",
38
38
  "eslint-config-prettier": "^8.0.0",
@@ -42,10 +42,10 @@
42
42
  "eslint-plugin-simple-import-sort": "^7.0.0",
43
43
  "eslint-plugin-sort-keys-fix": "^1.0.0",
44
44
  "eslint-watch": "8.0.0",
45
- "husky": "^7.0.0",
45
+ "husky": "^8.0.0",
46
46
  "nodemon": "^2.0.7",
47
47
  "prettier": "^2.0.0",
48
48
  "type-fest": "^2.0.0",
49
- "typescript": "^4.6.3"
49
+ "typescript": "^4.7.3"
50
50
  }
51
51
  }