Skip to content

Commit

Permalink
Merge pull request #965 from trilitech/dependabot/npm_and_yarn/types/…
Browse files Browse the repository at this point in the history
…react-dom-18.2.22
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
2 parents 48ac19f + 45a5d19 commit 375f36f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/promise-retry": "^1.1.6",
"@types/prop-types": "^15.7.11",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@types/react-dom": "18.2.22",
"@types/redux-mock-store": "^1.0.6",
"@types/wait-on": "^5.3.4",
"@typescript-eslint/eslint-plugin": "^7.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6596,12 +6596,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.21":
version: 18.2.21
resolution: "@types/react-dom@npm:18.2.21"
"@types/react-dom@npm:18.2.22":
version: 18.2.22
resolution: "@types/react-dom@npm:18.2.22"
dependencies:
"@types/react": "npm:*"
checksum: 10/5c714bc69c3cf979dbf3fb8c66fc42b5b740af54d98c1037c593ac9ad54e5107cfc39fcba8c550f8df924670f55b411898d53c6166a2b15b4ed44a248a358590
checksum: 10/310da22244c1bb65a7f213f8727bda821dd211cfb2dd62d1f9b28dd50ef1c196d59e908494bd5f25c13a3844343f3a6135f39fb830aca6f79646fa56c1b56c08
languageName: node
linkType: hard

Expand Down Expand Up @@ -20233,7 +20233,7 @@ __metadata:
"@types/promise-retry": "npm:^1.1.6"
"@types/prop-types": "npm:^15.7.11"
"@types/react": "npm:18.2.65"
"@types/react-dom": "npm:18.2.21"
"@types/react-dom": "npm:18.2.22"
"@types/redux-mock-store": "npm:^1.0.6"
"@types/wait-on": "npm:^5.3.4"
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
Expand Down

1 comment on commit 375f36f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 84.8% 2946/3474
🟡 Branches 78.07% 993/1272
🟢 Functions 82.64% 900/1089
🟢 Lines 84.57% 2785/3293

Test suite run success

1182 tests passing in 162 suites.

Report generated by 🧪jest coverage report action from 375f36f

Please sign in to comment.