Skip to content

Commit c9b7269

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): pin dependencies
1 parent e5d4fe7 commit c9b7269

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@babel/preset-react": "7.16.7",
4444
"@commitlint/cli": "8.3.6",
4545
"@commitlint/config-angular": "8.3.6",
46-
"@testing-library/jest-dom": "^5.16.4",
47-
"@testing-library/react": "^13.2.0",
46+
"@testing-library/jest-dom": "5.16.4",
47+
"@testing-library/react": "13.2.0",
4848
"babel-eslint": "10.1.0",
4949
"babel-jest": "24.9.0",
5050
"babel-register": "6.26.0",
@@ -67,9 +67,9 @@
6767
"lint-staged": "10.5.4",
6868
"mversion": "2.0.1",
6969
"prettier": "1.19.1",
70-
"react": "^18.1.0",
71-
"react-dom": "^18.1.0",
72-
"react-test-renderer": "^18.1.0",
70+
"react": "18.1.0",
71+
"react-dom": "18.1.0",
72+
"react-test-renderer": "18.1.0",
7373
"rollup": "2.73.0",
7474
"rollup-plugin-babel": "4.4.0",
7575
"rollup-plugin-node-builtins": "2.1.2",

Diff for: yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@
24532453
lz-string "^1.4.4"
24542454
pretty-format "^27.0.2"
24552455

2456-
"@testing-library/jest-dom@^5.16.4":
2456+
"@testing-library/[email protected]":
24572457
version "5.16.4"
24582458
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz#938302d7b8b483963a3ae821f1c0808f872245cd"
24592459
integrity sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==
@@ -2468,7 +2468,7 @@
24682468
lodash "^4.17.15"
24692469
redent "^3.0.0"
24702470

2471-
"@testing-library/react@^13.2.0":
2471+
"@testing-library/[email protected]":
24722472
version "13.2.0"
24732473
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.2.0.tgz#2db00bc94d71c4e90e5c25582e90a650ae2925bf"
24742474
integrity sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g==
@@ -9051,7 +9051,7 @@ rc@^1.2.7, rc@^1.2.8:
90519051
minimist "^1.2.0"
90529052
strip-json-comments "~2.0.1"
90539053

9054-
react-dom@^18.1.0:
9054+
90559055
version "18.1.0"
90569056
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.1.0.tgz#7f6dd84b706408adde05e1df575b3a024d7e8a2f"
90579057
integrity sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==
@@ -9082,7 +9082,7 @@ react-shallow-renderer@^16.15.0:
90829082
object-assign "^4.1.1"
90839083
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
90849084

9085-
react-test-renderer@^18.1.0:
9085+
90869086
version "18.1.0"
90879087
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-18.1.0.tgz#35b75754834cf9ab517b6813db94aee0a6b545c3"
90889088
integrity sha512-OfuueprJFW7h69GN+kr4Ywin7stcuqaYAt1g7airM5cUgP0BoF5G5CXsPGmXeDeEkncb2fqYNECO4y18sSqphg==
@@ -9091,7 +9091,7 @@ react-test-renderer@^18.1.0:
90919091
react-shallow-renderer "^16.15.0"
90929092
scheduler "^0.22.0"
90939093

9094-
react@^18.1.0:
9094+
90959095
version "18.1.0"
90969096
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
90979097
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==

0 commit comments

Comments
 (0)