@idealyst/cli 1.0.39 → 1.0.40
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/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-native": "^0.80.1",
|
|
32
32
|
"react-native-edge-to-edge": "^1.6.2",
|
|
33
33
|
"react-native-nitro-modules": "0.26.3",
|
|
34
|
-
"react-native-unistyles": "^3.0.
|
|
34
|
+
"react-native-unistyles": "^3.0.10",
|
|
35
35
|
"react-native-web": "^0.20.0",
|
|
36
36
|
"react-router": "^7.6.3",
|
|
37
37
|
"react-router-dom": "^7.6.3",
|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
|
10
10
|
RUN corepack enable
|
|
11
11
|
|
|
12
12
|
# Install global tools that might be useful
|
|
13
|
-
RUN npm install -g @expo/cli
|
|
13
|
+
RUN npm install -g @expo/cli @anthropic-ai/claude-code
|
|
14
14
|
|
|
15
15
|
# Set up git (will be configured in setup script)
|
|
16
16
|
RUN git config --global init.defaultBranch main
|