Skip to content

Commit 9ee3054

Browse files
committed
upgrade: internal deps
1 parent 59b802d commit 9ee3054

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"@rollup/plugin-node-resolve": "^9.0.0",
149149
"@rollup/plugin-replace": "^2.3.3",
150150
"@rollup/plugin-url": "^5.0.1",
151-
"@testing-library/react": "^11.0.0",
151+
"@testing-library/react": "^11.0.1",
152152
"@testing-library/react-hooks": "^3.4.1",
153153
"@types/jest": "^26.0.13",
154154
"@types/react": "^16.9.49",
@@ -158,7 +158,7 @@
158158
"eslint-config-welly": "^1.4.2",
159159
"husky": "^4.2.5",
160160
"jest": "^26.4.2",
161-
"lint-staged": "^10.2.13",
161+
"lint-staged": "^10.3.0",
162162
"normalize.css": "^8.0.1",
163163
"npm-run-all": "^4.1.5",
164164
"prettier": "^2.1.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,10 +1416,10 @@
14161416
"@babel/runtime" "^7.5.4"
14171417
"@types/testing-library__react-hooks" "^3.3.0"
14181418

1419-
"@testing-library/react@^11.0.0":
1420-
version "11.0.0"
1421-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.0.tgz#b8ab18752dbb09986925cda73da789c3cdbc4ff0"
1422-
integrity sha512-C3CL59UljaWe4f+/0vdfTKz54XPGod56egcdQLysowpJ/KUMyr5rhY2z+qRzbSlF73Soq3vHFGm+DTnl98s9fQ==
1419+
"@testing-library/react@^11.0.1":
1420+
version "11.0.1"
1421+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.1.tgz#6aa0b861cb5c72948d2c11fdb2f72840d17b53a6"
1422+
integrity sha512-dpN8pNLncmDX97NIVPjdpj4qYra7+ODk/JeWF4F+qaL7pU84YX7YVHK0pM4zbqTKKPypc0aoL8hrhJ31qYRmVA==
14231423
dependencies:
14241424
"@babel/runtime" "^7.11.2"
14251425
"@testing-library/dom" "^7.23.0"
@@ -5934,10 +5934,10 @@ lines-and-columns@^1.1.6:
59345934
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
59355935
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
59365936

5937-
lint-staged@^10.2.13:
5938-
version "10.2.13"
5939-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.13.tgz#b9c504683470edfc464b7d3fe3845a5a1efcd814"
5940-
integrity sha512-conwlukNV6aL9SiMWjFtDp5exeDnTMekdNPDZsKGnpfQuHcO0E3L3Bbf58lcR+M7vk6LpCilxDAVks/DDVBYlA==
5937+
lint-staged@^10.3.0:
5938+
version "10.3.0"
5939+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.3.0.tgz#388c3d440590c45c339e7163f669ea69ae90b1e0"
5940+
integrity sha512-an3VgjHqmJk0TORB/sdQl0CTkRg4E5ybYCXTTCSJ5h9jFwZbcgKIx5oVma5e7wp/uKt17s1QYFmYqT9MGVosGw==
59415941
dependencies:
59425942
chalk "^4.1.0"
59435943
cli-truncate "^2.1.0"

0 commit comments

Comments
 (0)