|
4 | 4 | "license": "SEE LICENSE IN <your-license-filename>", |
5 | 5 | "repository": "<fill-your-repository-here>", |
6 | 6 | "dependencies": { |
7 | | - "@nativescript/google-maps": "file:../../packages/google-maps", |
8 | | - "@nativescript/core": "*", |
9 | | - "@nativescript/google-maps-utils": "file:../../packages/google-maps-utils", |
| 7 | + "@nativescript/core": "file:../../node_modules/@nativescript/core", |
| 8 | + "@nativescript/input-accessory": "file:../../packages/input-accessory", |
10 | 9 | "@nativescript/animated-circle": "file:../../packages/animated-circle", |
11 | 10 | "@nativescript/appavailability": "file:../../packages/appavailability", |
12 | 11 | "@nativescript/apple-sign-in": "file:../../packages/apple-sign-in", |
|
25 | 24 | "@nativescript/facebook": "file:../../packages/facebook", |
26 | 25 | "@nativescript/fingerprint-auth": "file:../../packages/fingerprint-auth", |
27 | 26 | "@nativescript/geolocation": "file:../../packages/geolocation", |
| 27 | + "@nativescript/google-maps": "file:../../packages/google-maps", |
| 28 | + "@nativescript/google-maps-utils": "file:../../packages/google-maps-utils", |
28 | 29 | "@nativescript/google-mobile-ads": "file:../../packages/google-mobile-ads", |
29 | 30 | "@nativescript/google-signin": "file:../../packages/google-signin", |
30 | 31 | "@nativescript/haptics": "file:../../packages/haptics", |
|
44 | 45 | "@nativescript/zip": "file:../../packages/zip" |
45 | 46 | }, |
46 | 47 | "devDependencies": { |
47 | | - "@nativescript/android": "~8.9.0", |
48 | | - "@nativescript/ios": "~8.9.0", |
| 48 | + "@nativescript/android": "~9.0.0", |
| 49 | + "@nativescript/ios": "~9.0.0", |
49 | 50 | "@nativescript/tailwind": "~2.1.0", |
50 | 51 | "tailwindcss": "~3.4.0" |
51 | 52 | } |
|
0 commit comments