Skip to content

Commit

Permalink
chore: fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Oct 24, 2023
1 parent fb56af9 commit f401dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@jest/create-cache-key-function": "^29.7.0",
"@react-native-esbuild/core": "workspace:*",
"@react-native-esbuild/internal": "workspace:^",
"@react-native-esbuild/internal": "workspace:*",
"@react-native-esbuild/transformer": "workspace:*",
"md5": "^2.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4956,7 +4956,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-native-esbuild/internal@workspace:*, @react-native-esbuild/internal@workspace:^, @react-native-esbuild/internal@workspace:packages/internal":
"@react-native-esbuild/internal@workspace:*, @react-native-esbuild/internal@workspace:packages/internal":
version: 0.0.0-use.local
resolution: "@react-native-esbuild/internal@workspace:packages/internal"
dependencies:
Expand All @@ -4973,7 +4973,7 @@ __metadata:
"@jest/create-cache-key-function": ^29.7.0
"@jest/transform": ^29.7.0
"@react-native-esbuild/core": "workspace:*"
"@react-native-esbuild/internal": "workspace:^"
"@react-native-esbuild/internal": "workspace:*"
"@react-native-esbuild/transformer": "workspace:*"
"@types/md5": ^2.3.2
esbuild: ^0.19.5
Expand Down

2 comments on commit f401dc8

@vercel
Copy link

@vercel vercel bot commented on f401dc8 Oct 24, 2023

Choose a reason for hiding this comment

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

@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 14.84% 359/2419
🔴 Branches 15.52% 137/883
🔴 Functions 10.27% 69/672
🔴 Lines 14.18% 316/2228

Test suite run success

83 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from f401dc8

Please sign in to comment.