From f401dc866ec231d91cd08b03b346837c150fc272 Mon Sep 17 00:00:00 2001 From: leegeunhyeok Date: Wed, 25 Oct 2023 08:36:37 +0900 Subject: [PATCH] chore: fix dependency versions --- packages/jest/package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jest/package.json b/packages/jest/package.json index e949ae14..9949429c 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 950217e6..9a468b2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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