Skip to content

Commit adcb39a

Browse files
committed
chore: fix build
1 parent 844dfb8 commit adcb39a

File tree

3 files changed

+43
-35
lines changed

3 files changed

+43
-35
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"@swc/cli": "0.1.62",
6262
"@swc/core": "1.7.3",
6363
"@swc/jest": "0.2.29",
64-
"@testing-library/cypress": "10.0.1",
64+
"@testing-library/cypress": "10.0.2",
6565
"@testing-library/jest-dom": "6.4.8",
66-
"@testing-library/react": "12.1.5",
67-
"@types/jest": "29.5.1",
66+
"@testing-library/react": "16.0.0",
67+
"@types/jest": "29.5.12",
6868
"@types/lodash": "4.14.202",
6969
"@types/react": "17.0.0",
7070
"@types/react-dom": "17.0.0",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"noFallthroughCasesInSwitch": true,
2020
"moduleResolution": "node",
2121
"jsx": "react",
22-
"esModuleInterop": true
22+
"esModuleInterop": true,
23+
"types": ["@testing-library/jest-dom"]
2324
}
2425
}

yarn.lock

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6602,13 +6602,27 @@
66026602
"@tanstack/query-core" "4.36.1"
66036603
use-sync-external-store "^1.2.0"
66046604

6605-
"@testing-library/cypress@10.0.1":
6606-
version "10.0.1"
6607-
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-10.0.1.tgz#15abae0edb83237316ec6d07e152b71a50b38387"
6608-
integrity sha512-e8uswjTZIBhaIXjzEcrQQ8nHRWHgZH7XBxKuIWxZ/T7FxfWhCR48nFhUX5nfPizjVOKSThEfOSv67jquc1ASkw==
6605+
"@testing-library/cypress@10.0.2":
6606+
version "10.0.2"
6607+
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-10.0.2.tgz#5d360f2aa43708c6c92e24765f892b09f3a58912"
6608+
integrity sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==
66096609
dependencies:
66106610
"@babel/runtime" "^7.14.6"
6611-
"@testing-library/dom" "^9.0.0"
6611+
"@testing-library/dom" "^10.1.0"
6612+
6613+
"@testing-library/dom@^10.1.0":
6614+
version "10.4.0"
6615+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
6616+
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
6617+
dependencies:
6618+
"@babel/code-frame" "^7.10.4"
6619+
"@babel/runtime" "^7.12.5"
6620+
"@types/aria-query" "^5.0.1"
6621+
aria-query "5.3.0"
6622+
chalk "^4.1.0"
6623+
dom-accessibility-api "^0.5.9"
6624+
lz-string "^1.5.0"
6625+
pretty-format "^27.0.2"
66126626

66136627
"@testing-library/dom@^7.11.0":
66146628
version "7.31.2"
@@ -6638,20 +6652,6 @@
66386652
lz-string "^1.5.0"
66396653
pretty-format "^27.0.2"
66406654

6641-
"@testing-library/dom@^9.0.0":
6642-
version "9.3.4"
6643-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.4.tgz#50696ec28376926fec0a1bf87d9dbac5e27f60ce"
6644-
integrity sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==
6645-
dependencies:
6646-
"@babel/code-frame" "^7.10.4"
6647-
"@babel/runtime" "^7.12.5"
6648-
"@types/aria-query" "^5.0.1"
6649-
aria-query "5.1.3"
6650-
chalk "^4.1.0"
6651-
dom-accessibility-api "^0.5.9"
6652-
lz-string "^1.5.0"
6653-
pretty-format "^27.0.2"
6654-
66556655
"@testing-library/jest-dom@6.4.8", "@testing-library/jest-dom@^6.4.8":
66566656
version "6.4.8"
66576657
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz#9c435742b20c6183d4e7034f2b329d562c079daa"
@@ -6674,7 +6674,14 @@
66746674
"@babel/runtime" "^7.12.5"
66756675
react-error-boundary "^3.1.0"
66766676

6677-
"@testing-library/react@12.1.5", "@testing-library/react@^12.1.5":
6677+
"@testing-library/react@16.0.0":
6678+
version "16.0.0"
6679+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.0.0.tgz#0a1e0c7a3de25841c3591b8cb7fb0cf0c0a27321"
6680+
integrity sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==
6681+
dependencies:
6682+
"@babel/runtime" "^7.12.5"
6683+
6684+
"@testing-library/react@^12.1.5":
66786685
version "12.1.5"
66796686
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
66806687
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
@@ -7038,10 +7045,10 @@
70387045
dependencies:
70397046
"@types/istanbul-lib-report" "*"
70407047

7041-
"@types/jest@29.5.1":
7042-
version "29.5.1"
7043-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
7044-
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
7048+
"@types/jest@29.5.12":
7049+
version "29.5.12"
7050+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
7051+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
70457052
dependencies:
70467053
expect "^29.0.0"
70477054
pretty-format "^29.0.0"
@@ -8645,6 +8652,13 @@ aria-query@5.1.3, aria-query@~5.1.3:
86458652
dependencies:
86468653
deep-equal "^2.0.5"
86478654

8655+
aria-query@5.3.0, aria-query@^5.0.0:
8656+
version "5.3.0"
8657+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
8658+
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
8659+
dependencies:
8660+
dequal "^2.0.3"
8661+
86488662
aria-query@^4.2.2:
86498663
version "4.2.2"
86508664
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
@@ -8653,13 +8667,6 @@ aria-query@^4.2.2:
86538667
"@babel/runtime" "^7.10.2"
86548668
"@babel/runtime-corejs3" "^7.10.2"
86558669

8656-
aria-query@^5.0.0:
8657-
version "5.3.0"
8658-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
8659-
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
8660-
dependencies:
8661-
dequal "^2.0.3"
8662-
86638670
array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
86648671
version "1.0.1"
86658672
resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"

0 commit comments

Comments
 (0)