|
1 | 1 | { |
2 | 2 | "name": "@rnmonorepo/vega", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.1.1", |
4 | 4 | "files": [ |
5 | 5 | "dist" |
6 | 6 | ], |
|
20 | 20 | "release": "npm-run-all lint test build:app" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@amazon-devices/react-native-gesture-handler": "*", |
| 23 | + "@amazon-devices/react-native-gesture-handler": "~2.0.0", |
24 | 24 | "@amazon-devices/react-native-kepler": "~2.0.0", |
25 | 25 | "@amazon-devices/react-native-reanimated": "~2.0.0", |
26 | | - "@amazon-devices/react-native-safe-area-context": "*", |
27 | | - "@amazon-devices/react-native-screens": "*", |
| 26 | + "@amazon-devices/react-native-safe-area-context": "~2.0.0", |
| 27 | + "@amazon-devices/react-native-screens": "~2.0.0", |
28 | 28 | "@amazon-devices/react-navigation__core": "~7.0.0", |
29 | 29 | "@amazon-devices/react-navigation__drawer": "~7.0.0", |
30 | 30 | "@amazon-devices/react-navigation__native": "~7.0.0", |
|
35 | 35 | "react-native": "0.72.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@amazon-devices/kepler-cli-platform": "^0", |
| 38 | + "@amazon-devices/kepler-cli-platform": "~0.22.0", |
39 | 39 | "@react-native-community/cli": "11.3.2", |
40 | 40 | "@react-native/eslint-config": "0.72.2", |
41 | 41 | "@react-native/metro-config": "^0.72.6", |
|
0 commit comments