@zpcscc/configs 3.0.3 → 3.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpcscc/configs",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "项目通用配置",
5
5
  "keywords": [
6
6
  "commitlint",
@@ -39,46 +39,46 @@
39
39
  "start": "dumi dev"
40
40
  },
41
41
  "dependencies": {
42
- "@babel/core": "7.26.0",
42
+ "@babel/core": "7.26.10",
43
43
  "@babel/plugin-syntax-flow": "7.26.0",
44
44
  "@babel/plugin-transform-react-jsx": "7.25.9",
45
- "@babel/runtime": "7.26.0",
46
- "@commitlint/cz-commitlint": "19.5.0",
47
- "@types/node": "22.9.0",
48
- "@types/react": "18.3.12",
49
- "@types/react-dom": "18.3.1",
50
- "@typescript-eslint/eslint-plugin": "8.14.0",
51
- "@typescript-eslint/parser": "8.14.0",
45
+ "@babel/runtime": "7.26.10",
46
+ "@commitlint/cz-commitlint": "19.8.0",
47
+ "@types/node": "22.13.10",
48
+ "@types/react": "19.0.11",
49
+ "@types/react-dom": "19.0.4",
50
+ "@typescript-eslint/eslint-plugin": "8.26.1",
51
+ "@typescript-eslint/parser": "8.26.1",
52
52
  "commitizen": "4.3.1",
53
53
  "eslint": "8.57.0",
54
- "eslint-config-prettier": "9.1.0",
54
+ "eslint-config-prettier": "10.1.1",
55
55
  "eslint-config-standard": "17.1.0",
56
- "eslint-import-resolver-typescript": "3.6.3",
56
+ "eslint-import-resolver-typescript": "4.2.0",
57
57
  "eslint-plugin-eslint-comments": "3.2.0",
58
58
  "eslint-plugin-import": "2.31.0",
59
59
  "eslint-plugin-jsx-a11y": "6.10.2",
60
- "eslint-plugin-prettier": "5.2.1",
60
+ "eslint-plugin-prettier": "5.2.3",
61
61
  "eslint-plugin-promise": "6.6.0",
62
- "eslint-plugin-react": "7.37.2",
63
- "eslint-plugin-react-hooks": "5.0.0",
64
- "eslint-plugin-unicorn": "56.0.0",
62
+ "eslint-plugin-react": "7.37.4",
63
+ "eslint-plugin-react-hooks": "5.2.0",
64
+ "eslint-plugin-unicorn": "56.0.1",
65
65
  "inquirer": "9.3.5",
66
- "postcss": "8.4.49",
67
- "prettier": "3.3.3",
66
+ "postcss": "8.5.3",
67
+ "prettier": "3.5.3",
68
68
  "prettier-plugin-organize-imports": "4.1.0",
69
- "prettier-plugin-packagejson": "2.5.3",
70
- "typescript": "5.6.3"
69
+ "prettier-plugin-packagejson": "2.5.10",
70
+ "typescript": "5.8.2"
71
71
  },
72
72
  "devDependencies": {
73
- "dumi": "2.4.13",
74
- "father": "4.5.1",
75
- "gh-pages": "6.2.0",
73
+ "dumi": "2.4.18",
74
+ "father": "4.5.2",
75
+ "gh-pages": "6.3.0",
76
76
  "react": "18.3.1",
77
77
  "react-dom": "18.3.1",
78
78
  "react-is": "18.3.1",
79
- "styled-components": "6.1.13",
79
+ "styled-components": "6.1.16",
80
80
  "tslib": "2.8.1",
81
- "webpack": "5.96.1"
81
+ "webpack": "5.98.0"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public",
@@ -14,8 +14,8 @@ module.exports = {
14
14
  singleQuote: true,
15
15
  // 每行最大字符数量
16
16
  printWidth: 100,
17
- // 结尾逗号, 这里关闭,暂时不需要逗号
18
- trailingComma: 'none',
17
+ // 结尾逗号, 这里打开,默认需要逗号
18
+ trailingComma: 'all',
19
19
  // 每个缩进级别的空格数
20
20
  tabWidth: 2,
21
21
  // 是否使用制表符缩进