easy-soft-utility 2.8.48 → 2.8.50
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 +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-utility",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.50",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "easy-soft-utility",
|
|
6
6
|
"keywords": [
|
|
@@ -30,11 +30,10 @@
|
|
|
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
|
-
"z:
|
|
35
|
-
"prez:
|
|
36
|
-
"z:
|
|
37
|
-
"z:documentation:lint": "npx documentation lint src/**",
|
|
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",
|
|
38
37
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
39
38
|
"z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
|
|
40
39
|
"z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
|
|
@@ -70,41 +69,41 @@
|
|
|
70
69
|
"react-dom": "^18.3.1"
|
|
71
70
|
},
|
|
72
71
|
"devDependencies": {
|
|
73
|
-
"@babel/core": "^7.24.
|
|
74
|
-
"@babel/eslint-parser": "^7.24.
|
|
75
|
-
"@babel/plugin-external-helpers": "^7.24.
|
|
76
|
-
"@babel/plugin-proposal-decorators": "^7.24.
|
|
77
|
-
"@babel/plugin-transform-class-properties": "^7.24.
|
|
78
|
-
"@babel/plugin-transform-runtime": "^7.24.
|
|
79
|
-
"@babel/preset-env": "^7.24.
|
|
80
|
-
"@babel/preset-react": "^7.24.
|
|
81
|
-
"@babel/runtime": "^7.24.
|
|
82
|
-
"@changesets/cli": "^2.27.
|
|
72
|
+
"@babel/core": "^7.24.7",
|
|
73
|
+
"@babel/eslint-parser": "^7.24.7",
|
|
74
|
+
"@babel/plugin-external-helpers": "^7.24.7",
|
|
75
|
+
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
76
|
+
"@babel/plugin-transform-class-properties": "^7.24.7",
|
|
77
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
78
|
+
"@babel/preset-env": "^7.24.7",
|
|
79
|
+
"@babel/preset-react": "^7.24.7",
|
|
80
|
+
"@babel/runtime": "^7.24.7",
|
|
81
|
+
"@changesets/cli": "^2.27.5",
|
|
83
82
|
"@commitlint/cli": "^19.3.0",
|
|
84
83
|
"@commitlint/config-conventional": "^19.2.2",
|
|
85
84
|
"@commitlint/config-pnpm-scopes": "^19.1.0",
|
|
86
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
85
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
87
86
|
"@rollup/plugin-alias": "^5.1.0",
|
|
88
87
|
"@rollup/plugin-babel": "6.0.4",
|
|
89
88
|
"@rollup/plugin-buble": "^1.0.3",
|
|
90
|
-
"@rollup/plugin-commonjs": "^
|
|
89
|
+
"@rollup/plugin-commonjs": "^26.0.1",
|
|
91
90
|
"@rollup/plugin-json": "^6.1.0",
|
|
92
91
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
93
|
-
"@rollup/plugin-replace": "^5.0.
|
|
92
|
+
"@rollup/plugin-replace": "^5.0.7",
|
|
94
93
|
"@rollup/plugin-terser": "^0.4.4",
|
|
95
94
|
"@rollup/plugin-url": "^8.0.2",
|
|
96
95
|
"@svgr/rollup": "^8.1.0",
|
|
97
96
|
"@types/fs-extra": "^11.0.4",
|
|
98
97
|
"@types/jest": "^29.5.12",
|
|
99
|
-
"@types/lodash": "^4.17.
|
|
100
|
-
"@types/node": "^20.
|
|
98
|
+
"@types/lodash": "^4.17.5",
|
|
99
|
+
"@types/node": "^20.14.2",
|
|
101
100
|
"@types/object-hash": "^3.0.6",
|
|
102
101
|
"@types/qs": "^6.9.15",
|
|
103
102
|
"@types/react": "^18.3.3",
|
|
104
103
|
"@types/shelljs": "^0.8.15",
|
|
105
104
|
"@types/webpack-env": "^1.18.5",
|
|
106
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
107
|
-
"@typescript-eslint/parser": "^7.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
106
|
+
"@typescript-eslint/parser": "^7.13.0",
|
|
108
107
|
"autoprefixer": "^10.4.19",
|
|
109
108
|
"babel-cli": "^6.26.0",
|
|
110
109
|
"babel-jest": "^29.7.0",
|
|
@@ -113,10 +112,10 @@
|
|
|
113
112
|
"commitizen": "^4.3.0",
|
|
114
113
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
115
114
|
"cross-env": "^7.0.3",
|
|
116
|
-
"cssnano": "^7.0.
|
|
117
|
-
"cz-git": "^1.9.
|
|
118
|
-
"
|
|
119
|
-
"easy-soft-develop": "^2.1.
|
|
115
|
+
"cssnano": "^7.0.2",
|
|
116
|
+
"cz-git": "^1.9.3",
|
|
117
|
+
"docdash": "^2.0.2",
|
|
118
|
+
"easy-soft-develop": "^2.1.190",
|
|
120
119
|
"eslint": "^8.57.0",
|
|
121
120
|
"eslint-config-airbnb": "^19.0.4",
|
|
122
121
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -125,23 +124,24 @@
|
|
|
125
124
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
126
125
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
127
126
|
"eslint-plugin-import": "^2.29.1",
|
|
128
|
-
"eslint-plugin-jest": "^28.
|
|
127
|
+
"eslint-plugin-jest": "^28.6.0",
|
|
129
128
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
130
129
|
"eslint-plugin-prettier": "^5.1.3",
|
|
131
|
-
"eslint-plugin-promise": "^6.
|
|
132
|
-
"eslint-plugin-react": "^7.34.
|
|
130
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
131
|
+
"eslint-plugin-react": "^7.34.2",
|
|
133
132
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
134
133
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
135
134
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
136
135
|
"husky": "^9.0.11",
|
|
137
136
|
"jest": "^29.7.0",
|
|
138
|
-
"
|
|
137
|
+
"jsdoc": "^4.0.3",
|
|
138
|
+
"lint-staged": "^15.2.7",
|
|
139
139
|
"mm": "^3.4.0",
|
|
140
140
|
"npm-check-updates": "^16.14.20",
|
|
141
141
|
"postcss": "^8.4.38",
|
|
142
142
|
"postcss-less": "^6.0.0",
|
|
143
143
|
"postcss-pxtorem": "^6.1.0",
|
|
144
|
-
"prettier": "^3.2
|
|
144
|
+
"prettier": "^3.3.2",
|
|
145
145
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
146
146
|
"prettier-plugin-packagejson": "^2.5.0",
|
|
147
147
|
"react-refresh": "^0.14.2",
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
"rollup-plugin-serve": "^3.0.0",
|
|
154
154
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
155
155
|
"shelljs": "^0.8.5",
|
|
156
|
-
"stylelint": "^16.6.
|
|
156
|
+
"stylelint": "^16.6.1",
|
|
157
157
|
"stylelint-config-css-modules": "^4.4.0",
|
|
158
158
|
"stylelint-config-standard": "^36.0.0",
|
|
159
159
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
160
160
|
"stylelint-order": "^6.0.4",
|
|
161
161
|
"terminal-kit": "^3.1.1",
|
|
162
|
-
"webpack": "^5.
|
|
162
|
+
"webpack": "^5.92.0"
|
|
163
163
|
}
|
|
164
164
|
}
|