Skip to content

Commit 035bb66

Browse files
committed
chore: update dependencies and devDependencies
1 parent 0e8d169 commit 035bb66

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@rollup/plugin-node-resolve": "^13.0.5",
4646
"@rollup/plugin-typescript": "^8.2.5",
4747
"@testing-library/jest-dom": "^5.14.1",
48-
"@testing-library/react": "^12.1.1",
49-
"@types/react": "^17.0.26",
48+
"@testing-library/react": "^12.1.2",
49+
"@types/react": "^17.0.27",
5050
"@types/react-dom": "^17.0.9",
5151
"@types/react-helmet": "^6.1.3",
5252
"@types/react-transition-group": "^4.4.3",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,10 +1845,10 @@
18451845
lodash "^4.17.15"
18461846
redent "^3.0.0"
18471847

1848-
"@testing-library/react@^12.1.1":
1849-
version "12.1.1"
1850-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5"
1851-
integrity sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==
1848+
"@testing-library/react@^12.1.2":
1849+
version "12.1.2"
1850+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
1851+
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
18521852
dependencies:
18531853
"@babel/runtime" "^7.12.5"
18541854
"@testing-library/dom" "^8.0.0"
@@ -2188,7 +2188,7 @@
21882188
dependencies:
21892189
"@types/react" "*"
21902190

2191-
"@types/react@*", "@types/react@^17.0.26":
2191+
"@types/react@*":
21922192
version "17.0.26"
21932193
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.26.tgz#960ea4b3518cc154ed7df3b35656c508df653331"
21942194
integrity sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw==
@@ -2197,6 +2197,15 @@
21972197
"@types/scheduler" "*"
21982198
csstype "^3.0.2"
21992199

2200+
"@types/react@^17.0.27":
2201+
version "17.0.27"
2202+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6"
2203+
integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==
2204+
dependencies:
2205+
"@types/prop-types" "*"
2206+
"@types/scheduler" "*"
2207+
csstype "^3.0.2"
2208+
22002209
22012210
version "1.17.1"
22022211
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"

0 commit comments

Comments
 (0)