Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
huuquyet committed May 7, 2024
1 parent 4f0ff39 commit 01656fa
Show file tree
Hide file tree
Showing 5 changed files with 1,242 additions and 1,375 deletions.
8 changes: 4 additions & 4 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"dependencies": {
"@my/ui": "*",
"app": "*",
"expo": "~50.0.17",
"expo": "~50.0.18",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.9",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
Expand All @@ -32,12 +32,12 @@
"react-native-web": "^0.19.11"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@tamagui/babel-plugin": "latest",
"@tamagui/font-inter": "latest",
"@tamagui/metro-plugin": "latest",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.80.8"
"metro-minify-terser": "^0.80.9"
}
}
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"n:start": "next start"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.6",
"@ducanh2912/next-pwa": "^10.2.7",
"@my/ui": "*",
"@vercel/analytics": "^1.2.2",
"app": "*",
Expand All @@ -24,7 +24,7 @@
"@tamagui/core": "latest",
"@tamagui/font-inter": "latest",
"@tamagui/next-plugin": "latest",
"@types/react": "^18.2.73",
"@types/react": "^18.3.1",
"vercel": "latest"
}
}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"web:prod:serve": "yarn n:serve"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 01656fa

Please sign in to comment.