Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 9e2eff5

Browse files
Update jest
1 parent 5058d66 commit 9e2eff5

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
@@ -158,7 +158,7 @@
158158
"@babel/preset-react": "^7.12.10",
159159
"@babel/preset-typescript": "^7.12.7",
160160
"@babel/register": "^7.12.10",
161-
"@casualbot/jest-sonar-reporter": "2.2.7",
161+
"@casualbot/jest-sonar-reporter": "2.4.0",
162162
"@peculiar/webcrypto": "^1.4.3",
163163
"@playwright/test": "^1.40.1",
164164
"@testing-library/dom": "^9.0.0",
@@ -175,7 +175,7 @@
175175
"@types/file-saver": "^2.0.3",
176176
"@types/fs-extra": "^11.0.0",
177177
"@types/glob-to-regexp": "^0.4.1",
178-
"@types/jest": "29.5.12",
178+
"@types/jest": "29.5.13",
179179
"@types/katex": "^0.16.0",
180180
"@types/lodash": "^4.14.168",
181181
"@types/modernizr": "^3.5.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,10 +1427,10 @@
14271427
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
14281428
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
14291429

1430-
"@casualbot/jest-sonar-reporter@2.2.7":
1431-
version "2.2.7"
1432-
resolved "https://registry.yarnpkg.com/@casualbot/jest-sonar-reporter/-/jest-sonar-reporter-2.2.7.tgz#3cc14c64f5d8ab5e9163b03b9cd2e07456432ed0"
1433-
integrity sha512-iswhPNodtcOQzfXR3TkD0A/8yHr5fnC86Ryt5UAqrJWfMI8mPZ9mpjykHnibbf91SjNtELv7ApZtha0bdWOmoQ==
1430+
"@casualbot/jest-sonar-reporter@2.4.0":
1431+
version "2.4.0"
1432+
resolved "https://registry.yarnpkg.com/@casualbot/jest-sonar-reporter/-/jest-sonar-reporter-2.4.0.tgz#6d072b06585c1b32075306ffb6a491630bdc4c85"
1433+
integrity sha512-RTLup4WsQsLDlJYb01IjW2rMGcVq9F732VME2Qs1MxEgYaBcNZoI10ac+DwNOb8Rd3vP/ghrVZMoalMyn6isBg==
14341434
dependencies:
14351435
mkdirp "1.0.4"
14361436
uuid "8.3.2"
@@ -2695,10 +2695,10 @@
26952695
dependencies:
26962696
"@types/istanbul-lib-report" "*"
26972697

2698-
"@types/[email protected].12":
2699-
version "29.5.12"
2700-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
2701-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
2698+
"@types/[email protected].13":
2699+
version "29.5.13"
2700+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
2701+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
27022702
dependencies:
27032703
expect "^29.0.0"
27042704
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)