@expo/config-plugins
Advanced tools
Comparing version 8.0.6 to 8.0.7-canary-20240628-1ba8152
@@ -52,3 +52,3 @@ "use strict"; | ||
// NOTE(brentvatne): This may be annoying to keep up to date... | ||
const googleServicesVersion = '4.3.3'; | ||
const googleServicesVersion = '4.4.1'; | ||
const withClassPath = config => { | ||
@@ -55,0 +55,0 @@ return (0, _androidPlugins().withProjectBuildGradle)(config, config => { |
{ | ||
"name": "@expo/config-plugins", | ||
"version": "8.0.6", | ||
"version": "8.0.7-canary-20240628-1ba8152", | ||
"description": "A library for Expo config plugins", | ||
@@ -36,5 +36,5 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@expo/config-types": "^51.0.0-unreleased", | ||
"@expo/json-file": "~8.3.0", | ||
"@expo/plist": "^0.1.0", | ||
"@expo/config-types": "52.0.0-canary-20240628-1ba8152", | ||
"@expo/json-file": "8.3.4-canary-20240628-1ba8152", | ||
"@expo/plist": "0.1.4-canary-20240628-1ba8152", | ||
"@expo/sdk-runtime-versions": "^1.0.0", | ||
@@ -57,3 +57,3 @@ "chalk": "^4.1.2", | ||
"@types/xml2js": "~0.4.11", | ||
"expo-module-scripts": "^3.3.0" | ||
"expo-module-scripts": "3.6.0-canary-20240628-1ba8152" | ||
}, | ||
@@ -63,3 +63,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "09b2d97bbc0f70f7c811ff9b6c9ad8808c5ad84b" | ||
"gitHead": "1ba815237ed606c5ee8488f68e49773fc9735cc3" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1097822
1
+ Added@expo/config-types@52.0.0-canary-20240628-1ba8152(transitive)
+ Added@expo/json-file@8.3.4-canary-20240628-1ba8152(transitive)
+ Added@expo/plist@0.1.4-canary-20240628-1ba8152(transitive)
- Removed@expo/config-types@51.0.3(transitive)
- Removed@expo/json-file@8.3.3(transitive)
- Removed@expo/plist@0.1.3(transitive)