Skip to content

Commit 097ec1a

Browse files
committed
chore(deps): update dependencies
1 parent 1649748 commit 097ec1a

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"eslint-config-precure": "^5.3.1",
8181
"husky": "^4.2.3",
8282
"jest": "^25.1.0",
83-
"lint-staged": "^10.0.8",
83+
"lint-staged": "^10.0.9",
8484
"prettier": "^2.0.2",
85-
"react": "^16.13.0",
85+
"react": "^16.13.1",
8686
"react-intl": "^3.2.0",
8787
"temp-write": "^4.0.0",
8888
"tempy": "^0.5.0",
@@ -92,12 +92,10 @@
9292
"lint-staged": {
9393
"*.{ts}": [
9494
"prettier --write",
95-
"eslint --fix",
96-
"git add"
95+
"eslint --fix"
9796
],
9897
"*.{js,json,md}": [
99-
"prettier --write",
100-
"git add"
98+
"prettier --write"
10199
]
102100
},
103101
"husky": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4230,10 +4230,10 @@ lines-and-columns@^1.1.6:
42304230
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
42314231
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
42324232

4233-
lint-staged@^10.0.8:
4234-
version "10.0.8"
4235-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.8.tgz#0f7849cdc336061f25f5d4fcbcfa385701ff4739"
4236-
integrity sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==
4233+
lint-staged@^10.0.9:
4234+
version "10.0.9"
4235+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.9.tgz#185aabb2432e9467c84add306c990f1c20da3cdb"
4236+
integrity sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==
42374237
dependencies:
42384238
chalk "^3.0.0"
42394239
commander "^4.0.1"
@@ -5224,10 +5224,10 @@ react-is@^16.7.0, react-is@^16.8.1:
52245224
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
52255225
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
52265226

5227-
react@^16.13.0:
5228-
version "16.13.0"
5229-
resolved "https://registry.yarnpkg.com/react/-/react-16.13.0.tgz#d046eabcdf64e457bbeed1e792e235e1b9934cf7"
5230-
integrity sha512-TSavZz2iSLkq5/oiE7gnFzmURKZMltmi193rm5HEoUDAXpzT9Kzw6oNZnGoai/4+fUnm7FqS5dwgUL34TujcWQ==
5227+
react@^16.13.1:
5228+
version "16.13.1"
5229+
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
5230+
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
52315231
dependencies:
52325232
loose-envify "^1.1.0"
52335233
object-assign "^4.1.1"

0 commit comments

Comments
 (0)