easy-soft-utility 2.8.80 → 2.8.82

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.
Files changed (1) hide show
  1. package/package.json +37 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-utility",
3
- "version": "2.8.80",
3
+ "version": "2.8.82",
4
4
  "private": false,
5
5
  "description": "easy-soft-utility",
6
6
  "keywords": [
@@ -25,14 +25,14 @@
25
25
  ],
26
26
  "scripts": {
27
27
  "build:rollup": "npx easy-soft-develop rimraf --path ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
28
- "build:rollup:skipCompression": "npx easy-soft-develop rimraf --path ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
29
28
  "postbuild:rollup": "npm run z:tsc:build",
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
- "prez:jsdoc:generate": "npm run z:jsdoc:clear",
34
33
  "z:auto:adjust:file": "npm run z:jsdoc:generate",
35
34
  "z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
35
+ "prez:jsdoc:generate": "npm run z:jsdoc:clear",
36
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",
@@ -40,23 +40,23 @@
40
40
  "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
41
41
  "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
42
42
  "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
43
+ "postz:lint:script:all:fix": "npm run z:prettier:format:all",
43
44
  "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
44
45
  "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
46
+ "postz:lint:script:change:fix": "npm run z:prettier:format:change",
45
47
  "z:lint:staged": "npx lint-staged",
46
48
  "z:lint:staged:quiet": "npx lint-staged --quiet",
47
49
  "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
48
50
  "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
51
+ "postz:lint:style:all:fix": "npm run z:prettier:format:all",
49
52
  "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
50
53
  "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
54
+ "postz:lint:style:change:fix": "npm run z:prettier:format:change",
51
55
  "z:prettier:format:all": "npx prettier --write .",
52
56
  "z:prettier:format:change": "npx prettier --cache --write .",
53
57
  "z:prettier:package.json": "npx prettier --write ./package.json",
54
58
  "z:test": "cross-env NODE_ENV=test jest",
55
- "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete",
56
- "postz:lint:script:all:fix": "npm run z:prettier:format:all",
57
- "postz:lint:script:change:fix": "npm run z:prettier:format:change",
58
- "postz:lint:style:all:fix": "npm run z:prettier:format:all",
59
- "postz:lint:style:change:fix": "npm run z:prettier:format:change"
59
+ "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
60
60
  },
61
61
  "dependencies": {
62
62
  "dayjs": "^1.11.13",
@@ -69,24 +69,24 @@
69
69
  "react-dom": "^18.3.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@babel/core": "^7.26.7",
73
- "@babel/eslint-parser": "^7.26.5",
72
+ "@babel/core": "^7.26.9",
73
+ "@babel/eslint-parser": "^7.26.8",
74
74
  "@babel/plugin-external-helpers": "^7.25.9",
75
75
  "@babel/plugin-proposal-decorators": "^7.25.9",
76
76
  "@babel/plugin-transform-class-properties": "^7.25.9",
77
- "@babel/plugin-transform-runtime": "^7.25.9",
78
- "@babel/preset-env": "^7.26.7",
77
+ "@babel/plugin-transform-runtime": "^7.26.9",
78
+ "@babel/preset-env": "^7.26.9",
79
79
  "@babel/preset-react": "^7.26.3",
80
- "@babel/runtime": "^7.26.7",
81
- "@changesets/cli": "^2.27.12",
82
- "@commitlint/cli": "^19.7.1",
83
- "@commitlint/config-conventional": "^19.7.1",
84
- "@commitlint/config-pnpm-scopes": "^19.5.0",
80
+ "@babel/runtime": "^7.26.9",
81
+ "@changesets/cli": "^2.28.1",
82
+ "@commitlint/cli": "^19.8.0",
83
+ "@commitlint/config-conventional": "^19.8.0",
84
+ "@commitlint/config-pnpm-scopes": "^19.8.0",
85
85
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
86
86
  "@rollup/plugin-alias": "^5.1.1",
87
87
  "@rollup/plugin-babel": "6.0.4",
88
88
  "@rollup/plugin-buble": "^1.0.3",
89
- "@rollup/plugin-commonjs": "^28.0.2",
89
+ "@rollup/plugin-commonjs": "^28.0.3",
90
90
  "@rollup/plugin-json": "^6.1.0",
91
91
  "@rollup/plugin-node-resolve": "^16.0.0",
92
92
  "@rollup/plugin-replace": "^6.0.2",
@@ -95,16 +95,16 @@
95
95
  "@svgr/rollup": "^8.1.0",
96
96
  "@types/fs-extra": "^11.0.4",
97
97
  "@types/jest": "^29.5.14",
98
- "@types/lodash": "^4.17.15",
99
- "@types/node": "^22.13.1",
98
+ "@types/lodash": "^4.17.16",
99
+ "@types/node": "^22.13.10",
100
100
  "@types/object-hash": "^3.0.6",
101
101
  "@types/qs": "^6.9.18",
102
- "@types/react": "^19.0.8",
102
+ "@types/react": "^19.0.10",
103
103
  "@types/shelljs": "^0.8.15",
104
104
  "@types/webpack-env": "^1.18.8",
105
- "@typescript-eslint/eslint-plugin": "^8.23.0",
106
- "@typescript-eslint/parser": "^8.23.0",
107
- "autoprefixer": "^10.4.20",
105
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
106
+ "@typescript-eslint/parser": "^8.26.0",
107
+ "autoprefixer": "^10.4.21",
108
108
  "babel-cli": "^6.26.0",
109
109
  "babel-jest": "^29.7.0",
110
110
  "babel-plugin-import": "^1.13.8",
@@ -113,15 +113,15 @@
113
113
  "conventional-changelog-conventionalcommits": "^8.0.0",
114
114
  "cross-env": "^7.0.3",
115
115
  "cssnano": "^7.0.6",
116
- "cz-git": "^1.11.0",
116
+ "cz-git": "^1.11.1",
117
117
  "docdash": "^2.0.2",
118
- "easy-soft-develop": "^2.1.254",
118
+ "easy-soft-develop": "^2.1.258",
119
119
  "eslint": "^8.57.0",
120
120
  "eslint-config-airbnb": "^19.0.4",
121
121
  "eslint-config-airbnb-typescript": "^18.0.0",
122
- "eslint-config-prettier": "^10.0.1",
122
+ "eslint-config-prettier": "^10.1.1",
123
123
  "eslint-formatter-pretty": "^6.0.1",
124
- "eslint-import-resolver-typescript": "^3.7.0",
124
+ "eslint-import-resolver-typescript": "^3.8.3",
125
125
  "eslint-plugin-eslint-comments": "^3.2.0",
126
126
  "eslint-plugin-import": "^2.31.0",
127
127
  "eslint-plugin-jest": "^28.11.0",
@@ -129,7 +129,7 @@
129
129
  "eslint-plugin-prettier": "^5.2.3",
130
130
  "eslint-plugin-promise": "^7.2.1",
131
131
  "eslint-plugin-react": "^7.37.4",
132
- "eslint-plugin-react-hooks": "^5.1.0",
132
+ "eslint-plugin-react-hooks": "^5.2.0",
133
133
  "eslint-plugin-simple-import-sort": "^12.1.1",
134
134
  "eslint-plugin-unicorn": "^52.0.0",
135
135
  "husky": "^9.1.7",
@@ -137,28 +137,28 @@
137
137
  "jsdoc": "^4.0.4",
138
138
  "lint-staged": "^15.4.3",
139
139
  "mm": "^4.0.2",
140
- "npm-check-updates": "^17.1.14",
141
- "postcss": "^8.5.1",
140
+ "npm-check-updates": "^17.1.15",
141
+ "postcss": "^8.5.3",
142
142
  "postcss-less": "^6.0.0",
143
143
  "postcss-pxtorem": "^6.1.0",
144
- "prettier": "^3.4.2",
144
+ "prettier": "^3.5.3",
145
145
  "prettier-plugin-organize-imports": "^4.1.0",
146
- "prettier-plugin-packagejson": "^2.5.8",
146
+ "prettier-plugin-packagejson": "^2.5.10",
147
147
  "react-refresh": "^0.16.0",
148
148
  "rimraf": "^6.0.1",
149
- "rollup": "^4.34.4",
149
+ "rollup": "^4.35.0",
150
150
  "rollup-plugin-copy": "^3.5.0",
151
151
  "rollup-plugin-livereload": "^2.0.5",
152
152
  "rollup-plugin-postcss": "^4.0.2",
153
153
  "rollup-plugin-serve": "^3.0.0",
154
154
  "rollup-plugin-typescript2": "^0.36.0",
155
- "shelljs": "^0.8.5",
156
- "stylelint": "^16.14.1",
155
+ "shelljs": "^0.9.1",
156
+ "stylelint": "^16.15.0",
157
157
  "stylelint-config-css-modules": "^4.4.0",
158
158
  "stylelint-config-standard": "^37.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.2",
162
- "webpack": "^5.97.1"
162
+ "webpack": "^5.98.0"
163
163
  }
164
164
  }