frontend: pull expo linear gradient

Pedro Lucas Porcellis porcellis@eletrotupi.com 22 days ago 6829aaabb687d7045b417887a180881d14250cb5
Parents: 3ba2611
2 file(s) changed
  • frontend/package-lock.json +12 -0
  • frontend/package.json +1 -0
frontend/package-lock.json
@@ -27,6 +27,7 @@ "expo-font": "~14.0.11",
27 27 "expo-haptics": "~15.0.8",
28 28 "expo-image": "~3.0.11",
29 29 "expo-image-picker": "~17.0.11",
30 + "expo-linear-gradient": "~15.0.8",
30 31 "expo-linking": "~8.0.12",
31 32 "expo-router": "~6.0.23",
32 33 "expo-secure-store": "~15.0.8",
@@ -7245,6 +7246,17 @@ "license": "MIT",
7245 7246 "peerDependencies": {
7246 7247 "expo": "*",
7247 7248 "react": "*"
7249 + }
7250 + },
7251 + "node_modules/expo-linear-gradient": {
7252 + "version": "15.0.8",
7253 + "resolved": "https://registry.npmjs.org/expo-linear-gradient/-/expo-linear-gradient-15.0.8.tgz",
7254 + "integrity": "sha512-V2d8Wjn0VzhPHO+rrSBtcl+Fo+jUUccdlmQ6OoL9/XQB7Qk3d9lYrqKDJyccwDxmQT10JdST3Tmf2K52NLc3kw==",
7255 + "license": "MIT",
7256 + "peerDependencies": {
7257 + "expo": "*",
7258 + "react": "*",
7259 + "react-native": "*"
7248 7260 }
7249 7261 },
7250 7262 "node_modules/expo-linking": {
frontend/package.json
@@ -29,6 +29,7 @@ "expo-font": "~14.0.11",
29 29 "expo-haptics": "~15.0.8",
30 30 "expo-image": "~3.0.11",
31 31 "expo-image-picker": "~17.0.11",
32 + "expo-linear-gradient": "~15.0.8",
32 33 "expo-linking": "~8.0.12",
33 34 "expo-router": "~6.0.23",
34 35 "expo-secure-store": "~15.0.8",