easy-soft-utility 2.4.58 → 2.4.59
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-utility",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.59",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "easy-soft-utility",
|
|
6
6
|
"keywords": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
32
32
|
"pregenerate:documentation": "npx rimraf ./docs && documentation lint src/**",
|
|
33
33
|
"generate:documentation": "npx documentation build src/** -f html --github -o docs",
|
|
34
|
-
"precommit": "npm run z:lint:staged",
|
|
34
|
+
"precommit": "npm run z:lint:staged:quiet",
|
|
35
35
|
"prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
|
|
36
36
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
37
37
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
46
46
|
"z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
47
47
|
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
|
48
|
-
"z:lint:staged": "npx lint-staged
|
|
48
|
+
"z:lint:staged": "npx lint-staged",
|
|
49
|
+
"z:lint:staged:quiet": "npx lint-staged --quiet",
|
|
49
50
|
"z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
|
|
50
51
|
"z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
|
|
51
52
|
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
|
@@ -67,15 +68,15 @@
|
|
|
67
68
|
"react-dom": "^18.2.0"
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
|
-
"@babel/core": "^7.
|
|
71
|
+
"@babel/core": "^7.21.0",
|
|
71
72
|
"@babel/eslint-parser": "^7.19.1",
|
|
72
73
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
73
74
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
74
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
75
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
75
|
+
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
76
|
+
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
76
77
|
"@babel/preset-env": "^7.20.2",
|
|
77
78
|
"@babel/preset-react": "^7.18.6",
|
|
78
|
-
"@babel/runtime": "^7.
|
|
79
|
+
"@babel/runtime": "^7.21.0",
|
|
79
80
|
"@commitlint/cli": "^17.4.4",
|
|
80
81
|
"@commitlint/config-conventional": "^17.4.4",
|
|
81
82
|
"@commitlint/config-lerna-scopes": "^17.4.2",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"@types/react": "^18.0.28",
|
|
101
102
|
"@types/shelljs": "^0.8.11",
|
|
102
103
|
"@types/webpack-env": "^1.18.0",
|
|
103
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
104
105
|
"autoprefixer": "^10.4.13",
|
|
105
106
|
"babel-cli": "^6.26.0",
|
|
106
107
|
"babel-plugin-import": "^1.13.6",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"cross-env": "^7.0.3",
|
|
113
114
|
"cssnano": "^5.1.15",
|
|
114
115
|
"documentation": "^14.0.1",
|
|
115
|
-
"easy-soft-develop": "^2.0.
|
|
116
|
+
"easy-soft-develop": "^2.0.159",
|
|
116
117
|
"eslint": "^8.34.0",
|
|
117
118
|
"eslint-config-airbnb": "^19.0.4",
|
|
118
119
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
@@ -142,7 +143,7 @@
|
|
|
142
143
|
"qs": "^6.11.0",
|
|
143
144
|
"react-refresh": "^0.14.0",
|
|
144
145
|
"rimraf": "^4.1.2",
|
|
145
|
-
"rollup": "^3.17.
|
|
146
|
+
"rollup": "^3.17.2",
|
|
146
147
|
"rollup-plugin-copy": "^3.4.0",
|
|
147
148
|
"rollup-plugin-livereload": "^2.0.5",
|
|
148
149
|
"rollup-plugin-postcss": "^4.0.2",
|