easy-soft-utility 2.8.83 → 2.8.85

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 +14 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-utility",
3
- "version": "2.8.83",
3
+ "version": "2.8.85",
4
4
  "private": false,
5
5
  "description": "easy-soft-utility",
6
6
  "keywords": [
@@ -69,15 +69,15 @@
69
69
  "react-dom": "^18.3.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@babel/core": "^7.26.9",
73
- "@babel/eslint-parser": "^7.26.8",
72
+ "@babel/core": "^7.26.10",
73
+ "@babel/eslint-parser": "^7.26.10",
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.26.9",
77
+ "@babel/plugin-transform-runtime": "^7.26.10",
78
78
  "@babel/preset-env": "^7.26.9",
79
79
  "@babel/preset-react": "^7.26.3",
80
- "@babel/runtime": "^7.26.9",
80
+ "@babel/runtime": "^7.26.10",
81
81
  "@changesets/cli": "^2.28.1",
82
82
  "@commitlint/cli": "^19.8.0",
83
83
  "@commitlint/config-conventional": "^19.8.0",
@@ -88,7 +88,7 @@
88
88
  "@rollup/plugin-buble": "^1.0.3",
89
89
  "@rollup/plugin-commonjs": "^28.0.3",
90
90
  "@rollup/plugin-json": "^6.1.0",
91
- "@rollup/plugin-node-resolve": "^16.0.0",
91
+ "@rollup/plugin-node-resolve": "^16.0.1",
92
92
  "@rollup/plugin-replace": "^6.0.2",
93
93
  "@rollup/plugin-terser": "^0.4.4",
94
94
  "@rollup/plugin-url": "^8.0.2",
@@ -99,7 +99,8 @@
99
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.10",
102
+ "@types/react": "^18.3.1",
103
+ "@types/react-dom": "^18.3.1",
103
104
  "@types/shelljs": "^0.8.15",
104
105
  "@types/webpack-env": "^1.18.8",
105
106
  "@typescript-eslint/eslint-plugin": "^8.26.1",
@@ -115,13 +116,13 @@
115
116
  "cssnano": "^7.0.6",
116
117
  "cz-git": "^1.11.1",
117
118
  "docdash": "^2.0.2",
118
- "easy-soft-develop": "^2.1.262",
119
+ "easy-soft-develop": "^2.1.268",
119
120
  "eslint": "^8.57.0",
120
121
  "eslint-config-airbnb": "^19.0.4",
121
122
  "eslint-config-airbnb-typescript": "^18.0.0",
122
123
  "eslint-config-prettier": "^10.1.1",
123
124
  "eslint-formatter-pretty": "^6.0.1",
124
- "eslint-import-resolver-typescript": "^3.8.4",
125
+ "eslint-import-resolver-typescript": "^4.1.1",
125
126
  "eslint-plugin-eslint-comments": "^3.2.0",
126
127
  "eslint-plugin-import": "^2.31.0",
127
128
  "eslint-plugin-jest": "^28.11.0",
@@ -135,7 +136,7 @@
135
136
  "husky": "^9.1.7",
136
137
  "jest": "^29.7.0",
137
138
  "jsdoc": "^4.0.4",
138
- "lint-staged": "^15.4.3",
139
+ "lint-staged": "^15.5.0",
139
140
  "mm": "^4.0.2",
140
141
  "npm-check-updates": "^17.1.15",
141
142
  "postcss": "^8.5.3",
@@ -146,14 +147,14 @@
146
147
  "prettier-plugin-packagejson": "^2.5.10",
147
148
  "react-refresh": "^0.16.0",
148
149
  "rimraf": "^6.0.1",
149
- "rollup": "^4.35.0",
150
+ "rollup": "^4.36.0",
150
151
  "rollup-plugin-copy": "^3.5.0",
151
152
  "rollup-plugin-livereload": "^2.0.5",
152
153
  "rollup-plugin-postcss": "^4.0.2",
153
154
  "rollup-plugin-serve": "^3.0.0",
154
155
  "rollup-plugin-typescript2": "^0.36.0",
155
- "shelljs": "^0.9.1",
156
- "stylelint": "^16.15.0",
156
+ "shelljs": "^0.9.2",
157
+ "stylelint": "^16.16.0",
157
158
  "stylelint-config-css-modules": "^4.4.0",
158
159
  "stylelint-config-standard": "^37.0.0",
159
160
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",