@granite-js/native 0.1.22 → 0.1.23-next.10

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @granite-js/native
2
2
 
3
+ ## 0.1.23-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+
9
+ ## 0.1.23-next.9
10
+
11
+ ### Patch Changes
12
+
13
+ - tollback
14
+
15
+ ## 0.1.23-next.8
16
+
17
+ ### Patch Changes
18
+
19
+ - router
20
+
21
+ ## 0.1.23-next.7
22
+
23
+ ### Patch Changes
24
+
25
+ - fix
26
+
27
+ ## 0.1.23-next.6
28
+
29
+ ### Patch Changes
30
+
31
+ - test
32
+
33
+ ## 0.1.23-next.5
34
+
35
+ ### Patch Changes
36
+
37
+ - temp
38
+
39
+ ## 0.1.23-next.4
40
+
41
+ ### Patch Changes
42
+
43
+ - test
44
+
45
+ ## 0.1.23-next.3
46
+
47
+ ### Patch Changes
48
+
49
+ - test
50
+
51
+ ## 0.1.23-next.0
52
+
3
53
  ## 0.1.22
4
54
 
5
55
  ## 0.1.21
@@ -1,3 +1 @@
1
- import * as Types from '@react-navigation/native-stack/lib/typescript/src/types';
2
1
  export * from '@react-navigation/native-stack';
3
- export type { Types };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granite-js/native",
3
- "version": "0.1.22",
3
+ "version": "0.1.23-next.10",
4
4
  "description": "A native module hub package for Granite",
5
5
  "scripts": {
6
6
  "prepack": "yarn build",
@@ -94,22 +94,22 @@
94
94
  "dist"
95
95
  ],
96
96
  "dependencies": {
97
- "@react-native-async-storage/async-storage": "1.18.2",
98
- "@react-native-community/blur": "4.3.2",
99
- "@react-navigation/elements": "1.3.9",
100
- "@react-navigation/native": "6.0.13",
101
- "@react-navigation/native-stack": "6.9.0",
102
- "@shopify/flash-list": "1.6.2",
97
+ "@react-native-async-storage/async-storage": "npm:2.2.0",
98
+ "@react-native-community/blur": "npm:4.4.1",
99
+ "@react-navigation/elements": "npm:2.6.3",
100
+ "@react-navigation/native": "npm:7.1.17",
101
+ "@react-navigation/native-stack": "npm:7.3.25",
102
+ "@shopify/flash-list": "npm:2.0.2",
103
103
  "@types/react-native-video": "^5.0.20",
104
- "lottie-react-native": "6.4.0",
105
- "react-native-fast-image": "8.6.3",
106
- "react-native-gesture-handler": "2.8.0",
107
- "react-native-pager-view": "6.1.2",
108
- "react-native-safe-area-context": "4.7.4",
109
- "react-native-screens": "3.27.0",
110
- "react-native-svg": "13.14.0",
111
- "react-native-video": "6.0.0-alpha.6",
112
- "react-native-webview": "13.6.2"
104
+ "lottie-react-native": "npm:7.3.1",
105
+ "react-native-fast-image": "npm:8.6.3",
106
+ "react-native-gesture-handler": "npm:2.28.0",
107
+ "react-native-pager-view": "npm:6.9.1",
108
+ "react-native-safe-area-context": "npm:5.6.0",
109
+ "react-native-screens": "npm:4.13.1",
110
+ "react-native-svg": "npm:15.12.1",
111
+ "react-native-video": "npm:6.16.1",
112
+ "react-native-webview": "npm:13.15.0"
113
113
  },
114
114
  "devDependencies": {
115
115
  "@babel/core": "^7.24.9",
@@ -120,13 +120,13 @@
120
120
  "@types/babel__preset-env": "^7",
121
121
  "@types/jest": "^29.5.12",
122
122
  "@types/node": "^22.10.2",
123
- "@types/react": "18.3.3",
123
+ "@types/react": "npm:19.1.0",
124
124
  "babel-jest": "^29.7.0",
125
125
  "esbuild": "0.25.8",
126
126
  "eslint": "^9.7.0",
127
127
  "jest": "^29.7.0",
128
- "react": "18.2.0",
129
- "react-native": "0.72.6",
128
+ "react": "npm:19.1.0",
129
+ "react-native": "npm:0.81.3",
130
130
  "tsx": "^4.20.3",
131
131
  "typescript": "5.8.3"
132
132
  },
@@ -1,4 +1 @@
1
- import * as Types from '@react-navigation/native-stack/lib/typescript/src/types';
2
-
3
1
  export * from '@react-navigation/native-stack';
4
- export type { Types };