easy-soft-dva 3.6.78 → 3.6.79
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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-dva",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.79",
|
|
4
4
|
"description": "The core lightweight library for dva, based on redux and redux-saga.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"build:rollup:skipCompression": "npx rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
|
|
18
18
|
"postbuild:rollup:skipCompression": "npm run z:tsc:build",
|
|
19
19
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
20
|
-
"precommit": "npm run z:lint:staged",
|
|
20
|
+
"precommit": "npm run z:lint:staged:quiet",
|
|
21
21
|
"prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
|
|
22
22
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
23
23
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
32
32
|
"z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
33
33
|
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
|
34
|
-
"z:lint:staged": "npx lint-staged
|
|
34
|
+
"z:lint:staged": "npx lint-staged",
|
|
35
|
+
"z:lint:staged:quiet": "npx lint-staged --quiet",
|
|
35
36
|
"z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
|
|
36
37
|
"z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
|
|
37
38
|
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
|
@@ -44,9 +45,9 @@
|
|
|
44
45
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
|
-
"@babel/runtime": "^7.
|
|
48
|
-
"@reduxjs/toolkit": "^1.9.
|
|
49
|
-
"easy-soft-utility": "^2.4.
|
|
48
|
+
"@babel/runtime": "^7.21.0",
|
|
49
|
+
"@reduxjs/toolkit": "^1.9.3",
|
|
50
|
+
"easy-soft-utility": "^2.4.59",
|
|
50
51
|
"flatten": "^1.0.3",
|
|
51
52
|
"global": "^4.4.0",
|
|
52
53
|
"invariant": "^2.2.4",
|
|
@@ -57,15 +58,15 @@
|
|
|
57
58
|
"warning": "^4.0.3"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
|
-
"@babel/core": "^7.
|
|
61
|
+
"@babel/core": "^7.21.0",
|
|
61
62
|
"@babel/eslint-parser": "^7.19.1",
|
|
62
63
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
63
64
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
64
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
65
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
65
|
+
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
66
|
+
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
66
67
|
"@babel/preset-env": "^7.20.2",
|
|
67
68
|
"@babel/preset-react": "^7.18.6",
|
|
68
|
-
"@babel/runtime": "^7.
|
|
69
|
+
"@babel/runtime": "^7.21.0",
|
|
69
70
|
"@commitlint/cli": "^17.4.4",
|
|
70
71
|
"@commitlint/config-conventional": "^17.4.4",
|
|
71
72
|
"@commitlint/config-lerna-scopes": "^17.4.2",
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
88
89
|
"cssnano": "^5.1.15",
|
|
89
90
|
"documentation": "^14.0.1",
|
|
90
|
-
"easy-soft-develop": "^2.0.
|
|
91
|
+
"easy-soft-develop": "^2.0.159",
|
|
91
92
|
"eslint": "^8.34.0",
|
|
92
93
|
"eslint-config-airbnb": "^19.0.4",
|
|
93
94
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"prettier-plugin-organize-imports": "^3",
|
|
113
114
|
"prettier-plugin-packagejson": "^2",
|
|
114
115
|
"rimraf": "^4.1.2",
|
|
115
|
-
"rollup": "^3.17.
|
|
116
|
+
"rollup": "^3.17.2",
|
|
116
117
|
"rollup-plugin-copy": "^3.4.0",
|
|
117
118
|
"rollup-plugin-livereload": "^2.0.5",
|
|
118
119
|
"rollup-plugin-postcss": "^4.0.2",
|