easy-soft-utility 2.8.48 → 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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-utility",
3
- "version": "2.8.48",
3
+ "version": "2.8.49",
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:documentation:generate",
34
- "z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
35
- "prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
36
- "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
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",
@@ -79,7 +78,7 @@
79
78
  "@babel/preset-env": "^7.24.6",
80
79
  "@babel/preset-react": "^7.24.6",
81
80
  "@babel/runtime": "^7.24.6",
82
- "@changesets/cli": "^2.27.3",
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",
@@ -97,14 +96,14 @@
97
96
  "@types/fs-extra": "^11.0.4",
98
97
  "@types/jest": "^29.5.12",
99
98
  "@types/lodash": "^4.17.4",
100
- "@types/node": "^20.12.12",
99
+ "@types/node": "^20.12.13",
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.10.0",
107
- "@typescript-eslint/parser": "^7.10.0",
105
+ "@typescript-eslint/eslint-plugin": "^7.11.0",
106
+ "@typescript-eslint/parser": "^7.11.0",
108
107
  "autoprefixer": "^10.4.19",
109
108
  "babel-cli": "^6.26.0",
110
109
  "babel-jest": "^29.7.0",
@@ -115,8 +114,8 @@
115
114
  "cross-env": "^7.0.3",
116
115
  "cssnano": "^7.0.1",
117
116
  "cz-git": "^1.9.2",
118
- "documentation": "^14.0.3",
119
- "easy-soft-develop": "^2.1.174",
117
+ "docdash": "^2.0.2",
118
+ "easy-soft-develop": "^2.1.181",
120
119
  "eslint": "^8.57.0",
121
120
  "eslint-config-airbnb": "^19.0.4",
122
121
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -128,13 +127,14 @@
128
127
  "eslint-plugin-jest": "^28.5.0",
129
128
  "eslint-plugin-jsx-a11y": "^6.8.0",
130
129
  "eslint-plugin-prettier": "^5.1.3",
131
- "eslint-plugin-promise": "^6.1.1",
132
- "eslint-plugin-react": "^7.34.1",
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",
137
+ "jsdoc": "^4.0.3",
138
138
  "lint-staged": "^15.2.5",
139
139
  "mm": "^3.4.0",
140
140
  "npm-check-updates": "^16.14.20",
@@ -153,7 +153,7 @@
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.0",
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",