Skip to content

Commit

Permalink
Merge pull request #257 from stenjo/dependabot/npm_and_yarn/babel/cor…
Browse files Browse the repository at this point in the history
…e-and-types/babel__core-7.23.5

build(deps-dev): bump @babel/core and @types/babel__core
  • Loading branch information
steoj authored Aug 5, 2024
2 parents e3ab115 + 8feafb6 commit 30ea2b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file removed .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.2",
"@jest/globals": "^29.5.0",
"@stryker-mutator/jest-runner": "^8.3.0",
"@stryker-mutator/typescript-checker": "^8.3.0",
"@types/babel__core": "^7.20.4",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.7.0",
"@types/node-fetch": "^2.6.6",
Expand Down

1 comment on commit 30ea2b4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Test Coverage

Jest Coverage (summary)

Lines Statements Branches Functions
Coverage: 100%
100% (240/240) 100% (74/74) 100% (55/55)
Coverage Report (100%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files100100100100 
   ChangeFailureRate.ts100100100100 
   CommitsAdapter.ts100100100100 
   DeployFrequency.ts100100100100 
   IssuesAdapter.ts100100100100 
   LeadTime.ts100100100100 
   MeanTimeToRestore.ts100100100100 
   PullRequestsAdapter.ts100100100100 
   ReleaseAdapter.ts100100100100 

Please sign in to comment.