From 0d8d77bfe3a1bfed627ce8b53ecedcabd4b2181c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:11:53 +0000 Subject: [PATCH] chore(deps-dev): bump expo-module-scripts Bumps [expo-module-scripts](https://github.com/expo/expo/tree/HEAD/packages/expo-module-scripts) from 2.1.1 to 3.0.3. - [Release notes](https://github.com/expo/expo/releases) - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-module-scripts/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-module-scripts) --- updated-dependencies: - dependency-name: expo-module-scripts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/react-native-quick-actions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-quick-actions/package.json b/packages/react-native-quick-actions/package.json index 255761ca..ab3cfe1f 100644 --- a/packages/react-native-quick-actions/package.json +++ b/packages/react-native-quick-actions/package.json @@ -34,7 +34,7 @@ "expo": "^46.0.2" }, "devDependencies": { - "expo-module-scripts": "^2.0.0" + "expo-module-scripts": "^3.0.3" }, "upstreamPackage": "react-native-quick-actions" }