easy-soft-utility 2.4.12 → 2.4.13
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-utility",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "easy-soft-utility",
|
|
6
6
|
"keywords": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"clean-file": "npx rimraf ./node_modules",
|
|
32
32
|
"dev": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run tsc:build\"",
|
|
33
33
|
"lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
|
|
34
|
-
"lint-staged": "lint-staged",
|
|
34
|
+
"lint-staged": "npx lint-staged",
|
|
35
35
|
"lint-staged:js": "npx eslint --ext .js,.jsx,.ts,.tsx ",
|
|
36
36
|
"lint:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
|
|
37
37
|
"lint:js": "npx eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
103
103
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
104
104
|
"husky": "^8.0.3",
|
|
105
|
+
"lint-staged": "^13.1.0",
|
|
105
106
|
"postcss": "^8.4.21",
|
|
106
107
|
"postcss-less": "^6.0.0",
|
|
107
108
|
"postcss-pxtorem": "^6.0.0",
|
|
@@ -124,5 +125,5 @@
|
|
|
124
125
|
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
|
|
125
126
|
"webpack": "^5.75.0"
|
|
126
127
|
},
|
|
127
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "4647da6e46899e6c86543dba3144beb72b220aae"
|
|
128
129
|
}
|