Skip to content

Commit

Permalink
chore(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2024
1 parent 9883049 commit 8faf51a
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 579 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.44.1
uses: mikefarah/yq@v4.44.3
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"babel-plugin-module-resolver": "^5.0.0",
"expo": "~50.0.0",
"expo-status-bar": "~1.12.0",
"react": "~18.2.0",
"react-native": "0.74.1",
"react": "~18.3.0",
"react-native": "0.74.5",
"react-native-calendars": "^1.1299.0",
"react-native-maps": "1.15.1",
"react-native-maps": "1.17.3",
"react-native-material": "^0.0.4",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.0",
"react-native-safe-area-context": "4.10.8",
"react-native-screens": "~3.34.0",
"typescript": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions backend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.13-alpine as builder
FROM node:20.16-alpine as builder

# Set the current working directory inside the container
WORKDIR /app/backend
Expand All @@ -13,7 +13,7 @@ COPY /common ../common

RUN npm run build

FROM node:20.13-alpine as runner
FROM node:20.16-alpine as runner
WORKDIR /app

COPY backend/package.json backend/package-lock.json ./
Expand Down
Loading

0 comments on commit 8faf51a

Please sign in to comment.