Skip to content

Commit 9b75574

Browse files
renovate-botjaywcjlove
authored andcommitted
fix(deps): pin dependencies
1 parent 33fa451 commit 9b75574

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.11.4",
7-
"@testing-library/react": "^11.1.0",
8-
"@testing-library/user-event": "^12.1.10",
9-
"react": "^17.0.1",
10-
"react-dom": "^17.0.1",
6+
"@testing-library/jest-dom": "5.11.5",
7+
"@testing-library/react": "11.1.0",
8+
"@testing-library/user-event": "12.1.10",
9+
"react": "17.0.1",
10+
"react-dom": "17.0.1",
1111
"react-scripts": "4.0.0",
12-
"web-vitals": "^0.2.4",
12+
"web-vitals": "0.2.4",
1313
"uiw": "4.6.13"
1414
},
1515
"scripts": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@
14681468
lz-string "^1.4.4"
14691469
pretty-format "^26.4.2"
14701470

1471-
"@testing-library/jest-dom@^5.11.4":
1471+
"@testing-library/jest-dom@5.11.5":
14721472
version "5.11.5"
14731473
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.5.tgz#44010f37f4b1e15f9d433963b515db0b05182fc8"
14741474
integrity sha512-XI+ClHR864i6p2kRCEyhvpVejuer+ObVUF4cjCvRSF88eOMIfqw7RoS9+qoRhyigGswMfT64L6Nt0Ufotxbwtg==
@@ -1482,15 +1482,15 @@
14821482
lodash "^4.17.15"
14831483
redent "^3.0.0"
14841484

1485-
"@testing-library/react@^11.1.0":
1485+
"@testing-library/react@11.1.0":
14861486
version "11.1.0"
14871487
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.1.0.tgz#dfb4b3177d05a8ccf156b5fd14a5550e91d7ebe4"
14881488
integrity sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==
14891489
dependencies:
14901490
"@babel/runtime" "^7.11.2"
14911491
"@testing-library/dom" "^7.26.0"
14921492

1493-
"@testing-library/user-event@^12.1.10":
1493+
"@testing-library/user-event@12.1.10":
14941494
version "12.1.10"
14951495
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.10.tgz#e043ef5aa10e4b3e56b434e383d2fbfef1fcfb7f"
14961496
integrity sha512-StlNdKHp2Rpb7yrny/5/CGpz8bR3jLa1Ge59ODGU6TmAhkrxSpvR6tCD1gaMFkkjEUWkmmye8BaXsZPcaiJ6Ug==
@@ -9377,7 +9377,7 @@ react-dev-utils@^11.0.0:
93779377
strip-ansi "6.0.0"
93789378
text-table "0.2.0"
93799379

9380-
react-dom@^17.0.1:
9380+
react-dom@17.0.1:
93819381
version "17.0.1"
93829382
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
93839383
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
@@ -9481,7 +9481,7 @@ react-transition-group@^4.3.0:
94819481
loose-envify "^1.4.0"
94829482
prop-types "^15.6.2"
94839483

9484-
react@^17.0.1:
9484+
react@17.0.1:
94859485
version "17.0.1"
94869486
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
94879487
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
@@ -11450,7 +11450,7 @@ wbuf@^1.1.0, wbuf@^1.7.3:
1145011450
dependencies:
1145111451
minimalistic-assert "^1.0.0"
1145211452

11453-
web-vitals@^0.2.4:
11453+
web-vitals@0.2.4:
1145411454
version "0.2.4"
1145511455
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-0.2.4.tgz#ec3df43c834a207fd7cdefd732b2987896e08511"
1145611456
integrity sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==

0 commit comments

Comments
 (0)