File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 76
76
"eslint-plugin-prettier" : " 4.0.0" ,
77
77
"eslint-plugin-react" : " 7.26.1" ,
78
78
"eslint-plugin-react-hooks" : " 4.2.0" ,
79
+ "lint-staged" : " 11.2.4" ,
79
80
"husky" : " 7.0.4" ,
80
81
"fork-ts-checker-webpack-plugin" : " 6.4.0" ,
81
- "lint-staged" : " 11.2.3" ,
82
82
"prettier" : " 2.4.1" ,
83
83
"pretty-quick" : " 3.1.1" ,
84
84
"semantic-release" : " 18.0.0" ,
Original file line number Diff line number Diff line change @@ -5107,7 +5107,7 @@ cosmiconfig@^6.0.0:
5107
5107
path-type "^4.0.0"
5108
5108
yaml "^1.7.2"
5109
5109
5110
- cosmiconfig@^7.0.0, cosmiconfig@^7.0.1 :
5110
+ cosmiconfig@^7.0.0:
5111
5111
version "7.0.1"
5112
5112
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
5113
5113
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@@ -8902,23 +8902,29 @@ libnpmversion@^1.2.1:
8902
8902
semver "^7.3.5"
8903
8903
stringify-package "^1.0.1"
8904
8904
8905
+ lilconfig@^2.0.3:
8906
+ version "2.0.3"
8907
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
8908
+ integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
8909
+
8905
8910
lines-and-columns@^1.1.6:
8906
8911
version "1.1.6"
8907
8912
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
8908
8913
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
8909
8914
8910
- lint-staged@11.2.3 :
8911
- version "11.2.3 "
8912
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.3 .tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb "
8913
- integrity sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw ==
8915
+ lint-staged@11.2.4 :
8916
+ version "11.2.4 "
8917
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.4 .tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d "
8918
+ integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ ==
8914
8919
dependencies:
8915
8920
cli-truncate "2.1.0"
8916
8921
colorette "^1.4.0"
8917
8922
commander "^8.2.0"
8918
- cosmiconfig "^7.0.1"
8919
8923
debug "^4.3.2"
8920
8924
enquirer "^2.3.6"
8921
8925
execa "^5.1.1"
8926
+ js-yaml "^4.1.0"
8927
+ lilconfig "^2.0.3"
8922
8928
listr2 "^3.12.2"
8923
8929
micromatch "^4.0.4"
8924
8930
normalize-path "^3.0.0"
You can’t perform that action at this time.
0 commit comments