easy-soft-utility 2.8.47 → 2.8.49
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 +16 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-utility",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.49",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "easy-soft-utility",
|
|
6
6
|
"keywords": [
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"es"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build:rollup": "npx easy-soft-develop rimraf --path ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
27
|
+
"build:rollup": "npx easy-soft-develop rimraf --path --path ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
28
28
|
"postbuild:rollup": "npm run z:tsc:build",
|
|
29
29
|
"build:rollup:skipCompression": "npx easy-soft-develop rimraf --path ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
|
|
30
30
|
"postbuild:rollup:skipCompression": "npm run z:tsc:build",
|
|
31
31
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
32
32
|
"precommit": "npm run z:lint:staged:quiet",
|
|
33
|
-
"z:auto:adjust:file": "npm run z:
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"z:
|
|
33
|
+
"z:auto:adjust:file": "npm run z:jsdoc:generate",
|
|
34
|
+
"z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
35
|
+
"prez:jsdoc:generate": "npm run z:jsdoc:clear",
|
|
36
|
+
"z:jsdoc:generate": "npx jsdoc -c .jsdoc.js",
|
|
37
37
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
38
38
|
"z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
|
|
39
39
|
"z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@babel/preset-env": "^7.24.6",
|
|
79
79
|
"@babel/preset-react": "^7.24.6",
|
|
80
80
|
"@babel/runtime": "^7.24.6",
|
|
81
|
-
"@changesets/cli": "^2.27.
|
|
81
|
+
"@changesets/cli": "^2.27.5",
|
|
82
82
|
"@commitlint/cli": "^19.3.0",
|
|
83
83
|
"@commitlint/config-conventional": "^19.2.2",
|
|
84
84
|
"@commitlint/config-pnpm-scopes": "^19.1.0",
|
|
@@ -96,14 +96,14 @@
|
|
|
96
96
|
"@types/fs-extra": "^11.0.4",
|
|
97
97
|
"@types/jest": "^29.5.12",
|
|
98
98
|
"@types/lodash": "^4.17.4",
|
|
99
|
-
"@types/node": "^20.12.
|
|
99
|
+
"@types/node": "^20.12.13",
|
|
100
100
|
"@types/object-hash": "^3.0.6",
|
|
101
101
|
"@types/qs": "^6.9.15",
|
|
102
102
|
"@types/react": "^18.3.3",
|
|
103
103
|
"@types/shelljs": "^0.8.15",
|
|
104
104
|
"@types/webpack-env": "^1.18.5",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
106
|
-
"@typescript-eslint/parser": "^7.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
106
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
107
107
|
"autoprefixer": "^10.4.19",
|
|
108
108
|
"babel-cli": "^6.26.0",
|
|
109
109
|
"babel-jest": "^29.7.0",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"cross-env": "^7.0.3",
|
|
115
115
|
"cssnano": "^7.0.1",
|
|
116
116
|
"cz-git": "^1.9.2",
|
|
117
|
-
"
|
|
118
|
-
"easy-soft-develop": "^2.1.
|
|
117
|
+
"docdash": "^2.0.2",
|
|
118
|
+
"easy-soft-develop": "^2.1.181",
|
|
119
119
|
"eslint": "^8.57.0",
|
|
120
120
|
"eslint-config-airbnb": "^19.0.4",
|
|
121
121
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -127,13 +127,14 @@
|
|
|
127
127
|
"eslint-plugin-jest": "^28.5.0",
|
|
128
128
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
129
129
|
"eslint-plugin-prettier": "^5.1.3",
|
|
130
|
-
"eslint-plugin-promise": "^6.
|
|
131
|
-
"eslint-plugin-react": "^7.34.
|
|
130
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
131
|
+
"eslint-plugin-react": "^7.34.2",
|
|
132
132
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
133
133
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
134
134
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
135
135
|
"husky": "^9.0.11",
|
|
136
136
|
"jest": "^29.7.0",
|
|
137
|
+
"jsdoc": "^4.0.3",
|
|
137
138
|
"lint-staged": "^15.2.5",
|
|
138
139
|
"mm": "^3.4.0",
|
|
139
140
|
"npm-check-updates": "^16.14.20",
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"rollup-plugin-serve": "^3.0.0",
|
|
153
154
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
154
155
|
"shelljs": "^0.8.5",
|
|
155
|
-
"stylelint": "^16.6.
|
|
156
|
+
"stylelint": "^16.6.1",
|
|
156
157
|
"stylelint-config-css-modules": "^4.4.0",
|
|
157
158
|
"stylelint-config-standard": "^36.0.0",
|
|
158
159
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|