@itcase/lint 1.0.49 → 1.1.0

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.
@@ -43,7 +43,6 @@ const props = [
43
43
  'isMobile',
44
44
  'isTablet',
45
45
  'isDesktop',
46
- 'children',
47
46
  'config',
48
47
 
49
48
  'path',
@@ -207,6 +206,7 @@ const props = [
207
206
  'on',
208
207
  'onSuccess',
209
208
  'onError',
209
+ 'children',
210
210
  ]
211
211
 
212
212
  export { props }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.0.49",
3
+ "version": "1.1.0",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -33,11 +33,11 @@
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
35
  "dependencies": {
36
- "@typescript-eslint/eslint-plugin": "^8.28.0",
37
- "@typescript-eslint/parser": "^8.28.0",
36
+ "@typescript-eslint/eslint-plugin": "^8.29.0",
37
+ "@typescript-eslint/parser": "^8.29.0",
38
38
  "@babel/eslint-parser": "^7.27.0",
39
39
  "@babel/eslint-plugin": "^7.27.0",
40
- "@eslint/compat": "^1.2.7",
40
+ "@eslint/compat": "^1.2.8",
41
41
  "@eslint/js": "^9.23.0",
42
42
  "@eslint/markdown": "^6.3.0",
43
43
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
@@ -64,7 +64,7 @@
64
64
  "stylelint-no-unsupported-browser-features": "^8.0.4",
65
65
  "stylelint-order": "^6.0.4",
66
66
  "stylelint-prettier": "^5.0.3",
67
- "typescript-eslint": "^8.28.0"
67
+ "typescript-eslint": "^8.29.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@commitlint/cli": "^19.8.0",