Skip to content

Commit

Permalink
chore: revert local package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 3, 2024
1 parent 688a81d commit 1a53dd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion webui/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"output": "server"
},
"experiments": {
// "baseUrl": "/_expo/atlas",
"baseUrl": "/_expo/atlas",
"tsconfigPaths": true,
"typedRoutes": true
},
Expand Down
Binary file modified webui/bun.lockb
Binary file not shown.
14 changes: 4 additions & 10 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"build": "expo export --platform web",
"typecheck": "expo-module typecheck",
"test": "jest"
"typecheck": "expo-module typecheck"
},
"dependencies": {
"@expo/styleguide": "^8.2.2",
Expand All @@ -25,9 +24,9 @@
"classnames": "^2.5.1",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"expo": "~50.0.14",
"expo": "~50.0.6",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-router": "0.0.1-canary-20240320-8a10e09",
"expo-status-bar": "~1.11.1",
"lucide-react": "^0.336.0",
"nativewind": "^4.0.36",
Expand All @@ -36,7 +35,7 @@
"prism-react-renderer": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native": "0.73.5",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-svg": "14.1.0",
Expand All @@ -48,11 +47,6 @@
"@babel/core": "^7.20.0",
"@types/picomatch": "^2.3.3",
"@types/react": "~18.2.45",
"jest": "^29.3.1",
"jest-expo": "~50.0.4",
"typescript": "^5.3.0"
},
"jestConfig": {
"extends": "jest-expo"
}
}

0 comments on commit 1a53dd6

Please sign in to comment.