easy-soft-dva 3.10.63 → 3.10.65
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-dva",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.65",
|
|
4
4
|
"description": "The core lightweight library for dva, based on redux and redux-saga.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@babel/runtime": "^7.25.
|
|
50
|
+
"@babel/runtime": "^7.25.6",
|
|
51
51
|
"@reduxjs/toolkit": "^2.2.7",
|
|
52
52
|
"easy-soft-utility": "workspace:*",
|
|
53
53
|
"flatten": "^1.0.3",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@babel/eslint-parser": "^7.25.1",
|
|
67
67
|
"@babel/plugin-external-helpers": "^7.24.7",
|
|
68
68
|
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
69
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
70
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
71
|
-
"@babel/preset-env": "^7.25.
|
|
69
|
+
"@babel/plugin-transform-class-properties": "^7.25.4",
|
|
70
|
+
"@babel/plugin-transform-runtime": "^7.25.4",
|
|
71
|
+
"@babel/preset-env": "^7.25.4",
|
|
72
72
|
"@babel/preset-react": "^7.24.7",
|
|
73
|
-
"@babel/runtime": "^7.25.
|
|
74
|
-
"@changesets/cli": "^2.27.
|
|
75
|
-
"@commitlint/cli": "^19.
|
|
76
|
-
"@commitlint/config-conventional": "^19.
|
|
77
|
-
"@commitlint/config-pnpm-scopes": "^19.
|
|
73
|
+
"@babel/runtime": "^7.25.6",
|
|
74
|
+
"@changesets/cli": "^2.27.8",
|
|
75
|
+
"@commitlint/cli": "^19.5.0",
|
|
76
|
+
"@commitlint/config-conventional": "^19.5.0",
|
|
77
|
+
"@commitlint/config-pnpm-scopes": "^19.5.0",
|
|
78
78
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
79
79
|
"@rollup/plugin-alias": "^5.1.0",
|
|
80
80
|
"@rollup/plugin-babel": "6.0.4",
|
|
@@ -88,55 +88,55 @@
|
|
|
88
88
|
"@svgr/rollup": "^8.1.0",
|
|
89
89
|
"@types/fs-extra": "^11.0.4",
|
|
90
90
|
"@types/jest": "^29.5.12",
|
|
91
|
-
"@types/node": "^22.5.
|
|
92
|
-
"@types/react": "^18.3.
|
|
91
|
+
"@types/node": "^22.5.4",
|
|
92
|
+
"@types/react": "^18.3.5",
|
|
93
93
|
"@types/react-dom": "^18.3.0",
|
|
94
94
|
"@types/shelljs": "^0.8.15",
|
|
95
|
-
"@typescript-eslint/parser": "^8.
|
|
95
|
+
"@typescript-eslint/parser": "^8.5.0",
|
|
96
96
|
"autoprefixer": "^10.4.20",
|
|
97
97
|
"babel-jest": "^29.7.0",
|
|
98
98
|
"commitizen": "^4.3.0",
|
|
99
99
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
100
100
|
"cross-env": "^7.0.3",
|
|
101
|
-
"cssnano": "^7.0.
|
|
101
|
+
"cssnano": "^7.0.6",
|
|
102
102
|
"cz-git": "^1.9.4",
|
|
103
103
|
"docdash": "^2.0.2",
|
|
104
|
-
"easy-soft-develop": "^2.1.
|
|
104
|
+
"easy-soft-develop": "^2.1.239",
|
|
105
105
|
"eslint": "^8.57.0",
|
|
106
106
|
"eslint-config-airbnb": "^19.0.4",
|
|
107
107
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
108
108
|
"eslint-config-prettier": "^9.1.0",
|
|
109
109
|
"eslint-formatter-pretty": "^6.0.1",
|
|
110
|
-
"eslint-import-resolver-typescript": "^3.6.
|
|
110
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
111
111
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
112
|
-
"eslint-plugin-import": "^2.
|
|
113
|
-
"eslint-plugin-jest": "^28.8.
|
|
114
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
112
|
+
"eslint-plugin-import": "^2.30.0",
|
|
113
|
+
"eslint-plugin-jest": "^28.8.3",
|
|
114
|
+
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
115
115
|
"eslint-plugin-prettier": "^5.2.1",
|
|
116
116
|
"eslint-plugin-promise": "^7.1.0",
|
|
117
|
-
"eslint-plugin-react": "^7.35.
|
|
117
|
+
"eslint-plugin-react": "^7.35.2",
|
|
118
118
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
119
119
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
120
120
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
121
121
|
"husky": "^9.1.5",
|
|
122
122
|
"jest": "^29.7.0",
|
|
123
123
|
"jsdoc": "^4.0.3",
|
|
124
|
-
"lint-staged": "^15.2.
|
|
124
|
+
"lint-staged": "^15.2.10",
|
|
125
125
|
"mm": "^3.4.0",
|
|
126
|
-
"npm-check-updates": "^17.1.
|
|
126
|
+
"npm-check-updates": "^17.1.1",
|
|
127
127
|
"prettier": "^3.3.3",
|
|
128
128
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
129
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
129
|
+
"prettier-plugin-packagejson": "^2.5.2",
|
|
130
130
|
"react-refresh": "^0.14.2",
|
|
131
131
|
"rimraf": "^6.0.1",
|
|
132
|
-
"rollup": "^4.21.
|
|
132
|
+
"rollup": "^4.21.2",
|
|
133
133
|
"rollup-plugin-copy": "^3.5.0",
|
|
134
134
|
"rollup-plugin-livereload": "^2.0.5",
|
|
135
135
|
"rollup-plugin-postcss": "^4.0.2",
|
|
136
136
|
"rollup-plugin-serve": "^3.0.0",
|
|
137
137
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
138
138
|
"shelljs": "^0.8.5",
|
|
139
|
-
"stylelint": "^16.
|
|
139
|
+
"stylelint": "^16.9.0",
|
|
140
140
|
"stylelint-config-css-modules": "^4.4.0",
|
|
141
141
|
"stylelint-config-standard": "^36.0.1",
|
|
142
142
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|