@zpcscc/configs 3.0.1 → 3.0.2
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 +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zpcscc/configs",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
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.25.
|
|
43
|
-
"@babel/plugin-syntax-flow": "7.
|
|
44
|
-
"@babel/plugin-transform-react-jsx": "7.25.
|
|
45
|
-
"@babel/runtime": "7.25.
|
|
46
|
-
"@commitlint/cz-commitlint": "19.
|
|
47
|
-
"@types/node": "22.
|
|
48
|
-
"@types/react": "18.3.
|
|
49
|
-
"@types/react-dom": "18.3.
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
51
|
-
"@typescript-eslint/parser": "8.
|
|
52
|
-
"commitizen": "4.3.
|
|
42
|
+
"@babel/core": "7.25.9",
|
|
43
|
+
"@babel/plugin-syntax-flow": "7.25.9",
|
|
44
|
+
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
45
|
+
"@babel/runtime": "7.25.9",
|
|
46
|
+
"@commitlint/cz-commitlint": "19.5.0",
|
|
47
|
+
"@types/node": "22.7.9",
|
|
48
|
+
"@types/react": "18.3.12",
|
|
49
|
+
"@types/react-dom": "18.3.1",
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "8.11.0",
|
|
51
|
+
"@typescript-eslint/parser": "8.11.0",
|
|
52
|
+
"commitizen": "4.3.1",
|
|
53
53
|
"eslint": "8.57.0",
|
|
54
54
|
"eslint-config-prettier": "9.1.0",
|
|
55
55
|
"eslint-config-standard": "17.1.0",
|
|
56
|
-
"eslint-import-resolver-typescript": "3.6.
|
|
56
|
+
"eslint-import-resolver-typescript": "3.6.3",
|
|
57
57
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
58
|
-
"eslint-plugin-import": "2.
|
|
59
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
58
|
+
"eslint-plugin-import": "2.31.0",
|
|
59
|
+
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
60
60
|
"eslint-plugin-prettier": "5.2.1",
|
|
61
61
|
"eslint-plugin-promise": "6.6.0",
|
|
62
|
-
"eslint-plugin-react": "7.
|
|
63
|
-
"eslint-plugin-react-hooks": "
|
|
64
|
-
"eslint-plugin-unicorn": "
|
|
62
|
+
"eslint-plugin-react": "7.37.2",
|
|
63
|
+
"eslint-plugin-react-hooks": "5.0.0",
|
|
64
|
+
"eslint-plugin-unicorn": "56.0.0",
|
|
65
65
|
"inquirer": "9.3.5",
|
|
66
|
-
"postcss": "8.4.
|
|
66
|
+
"postcss": "8.4.47",
|
|
67
67
|
"prettier": "3.3.3",
|
|
68
|
-
"prettier-plugin-organize-imports": "4.
|
|
69
|
-
"prettier-plugin-packagejson": "2.5.
|
|
70
|
-
"typescript": "5.
|
|
68
|
+
"prettier-plugin-organize-imports": "4.1.0",
|
|
69
|
+
"prettier-plugin-packagejson": "2.5.3",
|
|
70
|
+
"typescript": "5.6.3"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"dumi": "2.4.
|
|
74
|
-
"father": "4.5.
|
|
75
|
-
"gh-pages": "6.
|
|
73
|
+
"dumi": "2.4.13",
|
|
74
|
+
"father": "4.5.1",
|
|
75
|
+
"gh-pages": "6.2.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.
|
|
80
|
-
"tslib": "2.
|
|
81
|
-
"webpack": "5.
|
|
79
|
+
"styled-components": "6.1.13",
|
|
80
|
+
"tslib": "2.8.0",
|
|
81
|
+
"webpack": "5.95.0"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public",
|