@terreno/ui 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +37 -37
package/README.md CHANGED
@@ -85,18 +85,18 @@ help generate code that uses Terreno UI.
85
85
  ## Dev
86
86
 
87
87
  # Install dependencies
88
- yarn install
88
+ bun install
89
89
 
90
90
  # Initial build (including type generation)
91
- yarn build
91
+ bun compile
92
92
 
93
93
  # Build the UI continuously
94
- yarn watch
94
+ bun dev
95
95
 
96
96
  # In a separate window, run one of the following to run the demo app:
97
- yarn web
98
- yarn ios
99
- yarn android
97
+ bun web
98
+ bun ios
99
+ bun android
100
100
 
101
101
 
102
102
  ## Dev with other projects
@@ -105,7 +105,7 @@ If you need to test your changes in another project, you can use this handy bash
105
105
 
106
106
  # sync ui to different app
107
107
  syncui() {
108
- cd <PATH>/terreno/packages/ui && yarn build && rsync -avp <PATH>/terreno/packages/ui/dist/* <PATH>/app/node_modules/@terreno/ui/dist/
108
+ cd <PATH>/terreno/ui && yarn build && rsync -avp <PATH>/terreno/ui/dist/* <PATH>/app/node_modules/@terreno/ui/dist/
109
109
  }
110
110
 
111
111
  Update the paths to match your project directories. This will build and pack up @terreno/ui like it is being
package/package.json CHANGED
@@ -19,12 +19,12 @@
19
19
  "dependencies": {
20
20
  "@expo-google-fonts/nunito": "^0.4.2",
21
21
  "@expo-google-fonts/titillium-web": "^0.4.1",
22
- "@expo/vector-icons": "catalog:",
23
- "@react-native-async-storage/async-storage": "catalog:",
22
+ "@expo/vector-icons": "^15.0.3",
23
+ "@react-native-async-storage/async-storage": "2.2.0",
24
24
  "@react-native-community/blur": "^4.4.0",
25
- "@react-native-community/datetimepicker": "catalog:",
26
- "@react-native-community/slider": "catalog:",
27
- "@react-native-picker/picker": "catalog:",
25
+ "@react-native-community/datetimepicker": "8.4.4",
26
+ "@react-native-community/slider": "5.0.1",
27
+ "@react-native-picker/picker": "2.11.1",
28
28
  "emoji-datasource": "^16.0.0",
29
29
  "expo-clipboard": "~8.0.8",
30
30
  "expo-font": "~14.0.10",
@@ -34,58 +34,58 @@
34
34
  "expo-linear-gradient": "~15.0.8",
35
35
  "expo-localization": "~17.0.8",
36
36
  "libphonenumber-js": "^1.12.31",
37
- "lodash": "catalog:",
38
- "luxon": "catalog:",
37
+ "lodash": "^4.17.21",
38
+ "luxon": "^3.7.2",
39
39
  "react-app-polyfill": "^3.0.0",
40
40
  "react-date-picker": "^12.0.1",
41
41
  "react-datetime-picker": "^7.0.1",
42
42
  "react-dev-utils": "^12.0.1",
43
- "react-dom": "catalog:",
43
+ "react-dom": "19.1.0",
44
44
  "react-keyed-flatten-children": "^5.1.1",
45
- "react-native": "catalog:",
46
- "react-native-actions-sheet": "catalog:",
47
- "react-native-calendars": "catalog:",
48
- "react-native-drawer-layout": "catalog:",
49
- "react-native-gesture-handler": "catalog:",
45
+ "react-native": "0.81.5",
46
+ "react-native-actions-sheet": "^0.9.3",
47
+ "react-native-calendars": "^1.1312.1",
48
+ "react-native-drawer-layout": "4.2.0",
49
+ "react-native-gesture-handler": "~2.28.0",
50
50
  "react-native-google-places-autocomplete": "^2.6.1",
51
- "react-native-markdown-display": "catalog:",
52
- "react-native-modalize": "catalog:",
51
+ "react-native-markdown-display": "^7.0.2",
52
+ "react-native-modalize": "^2.1.1",
53
53
  "react-native-permissions": "^5.4.4",
54
54
  "react-native-picker-select": "^9.1.3",
55
- "react-native-portalize": "catalog:",
56
- "react-native-reanimated": "catalog:",
57
- "react-native-signature-canvas": "catalog:",
58
- "react-native-svg": "catalog:",
59
- "react-native-swiper-flatlist": "catalog:",
60
- "react-native-toast-notifications": "catalog:",
61
- "react-native-webview": "catalog:",
62
- "react-native-worklets": "catalog:",
55
+ "react-native-portalize": "^1.0.7",
56
+ "react-native-reanimated": "~4.1.1",
57
+ "react-native-signature-canvas": "^4.7.4",
58
+ "react-native-svg": "15.12.1",
59
+ "react-native-swiper-flatlist": "^3.2.5",
60
+ "react-native-toast-notifications": "^3.4.0",
61
+ "react-native-webview": "13.15.0",
62
+ "react-native-worklets": "0.5.1",
63
63
  "react-signature-canvas": "^1.1.0-alpha.2",
64
64
  "react-time-picker": "^7.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@biomejs/biome": "catalog:",
68
- "@expo/config-plugins": "catalog:",
67
+ "@biomejs/biome": "^2.3.6",
68
+ "@expo/config-plugins": "~54.0.4",
69
69
  "@happy-dom/global-registrator": "^17.4.4",
70
70
  "@testing-library/react-native": "^13.2.0",
71
71
  "@types/bun": "^1.2.6",
72
- "@types/lodash": "catalog:",
73
- "@types/luxon": "catalog:",
72
+ "@types/lodash": "^4.17.17",
73
+ "@types/luxon": "^3.7.1",
74
74
  "@types/mdurl": "^2.0.0",
75
75
  "@types/minimatch": "^6.0.0",
76
- "@types/react": "catalog:",
76
+ "@types/react": "~19.1.10",
77
77
  "@types/react-datetime-picker": "^5.0.0",
78
78
  "@types/react-signature-canvas": "^1.0.5",
79
79
  "@types/react-time-picker": "^6.0.0",
80
80
  "babel-preset-react-app": "^10.0.1",
81
81
  "expo-modules-core": "^3.0.29",
82
82
  "mdurl": "^2.0.0",
83
- "prettier": "catalog:",
84
- "react": "catalog:",
85
- "react-router": "catalog:",
86
- "react-router-dom": "catalog:",
83
+ "prettier": "^3.3.3",
84
+ "react": "19.1.0",
85
+ "react-router": "^6.26.2",
86
+ "react-router-dom": "^6.30.1",
87
87
  "tsc-watch": "^7.1.1",
88
- "typescript": "catalog:"
88
+ "typescript": "~5.9.2"
89
89
  },
90
90
  "files": [
91
91
  "dist/**/*",
@@ -95,9 +95,9 @@
95
95
  "main": "dist/index.js",
96
96
  "name": "@terreno/ui",
97
97
  "peerDependencies": {
98
- "react": "catalog:",
99
- "react-router": "catalog:",
100
- "react-router-dom": "catalog:"
98
+ "react": "19.1.0",
99
+ "react-router": "^6.26.2",
100
+ "react-router-dom": "^6.30.1"
101
101
  },
102
102
  "prettier": {
103
103
  "arrowParens": "always",
@@ -119,5 +119,5 @@
119
119
  "test:ci": "TZ=America/New_York bun test",
120
120
  "types": "bunx typedoc"
121
121
  },
122
- "version": "0.0.3"
122
+ "version": "0.0.4"
123
123
  }