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] authored Feb 6, 2024
1 parent eb29b2e commit 9188410
Show file tree
Hide file tree
Showing 7 changed files with 3,773 additions and 3,594 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.34.2
uses: mikefarah/yq@v4.40.5
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
6,564 changes: 3,341 additions & 3,223 deletions app/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"dependencies": {
"@emotion/native": "^11.10.6",
"@emotion/react": "^11.10.6",
"@expo/metro-config": "^0.10.7",
"@expo/metro-config": "^0.17.0",
"@react-native/metro-config": "^0.73.2",
"@react-navigation/bottom-tabs": "^6.5.5",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.12",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react": "~18.2.0",
"@types/react-native": "~0.72.0",
"babel-plugin-module-resolver": "^5.0.0",
"expo": "~47.0.12",
"expo-status-bar": "~1.6.0",
"react": "18.1.0",
"react-native": "0.70.8",
"expo-status-bar": "~1.11.0",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-calendars": "^1.1299.0",
"react-native-maps": "1.3.2",
"react-native-maps": "1.10.1",
"react-native-material": "^0.0.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "~3.29.0",
"typescript": "^4.6.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"graphql-request": "^6.1.0"
},
"devDependencies": {
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/node": "18.17.3",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/node": "18.19.14",
"nodemon": "^2.0.20",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsc-alias": "^1.8.7",
"tsconfig-paths": "^4.2.0",
"typescript": "4.9.5"
Expand Down
52 changes: 29 additions & 23 deletions backend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"react-dom": "18.2.0",
"react-flip-move": "^3.0.5",
"react-redux": "^8.0.7",
"sharp": "0.32.6",
"sharp": "0.33.2",
"swr": "^1.3.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@babel/core": "7.17.12",
"@babel/core": "7.23.9",
"@react-google-maps/api": "^2.18.1",
"@types/luxon": "^2.4.0",
"@types/node": "18.11.18",
"@types/node": "18.19.14",
"@types/react": "^18.0.33",
"@types/react-big-calendar": "^1.6.3",
"eslint": "^8.14.0",
"eslint-config-next": "12.1.6",
"eslint-config-next": "12.3.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"typescript": "4.6.4"
"typescript": "4.9.5"
},
"engines": {
"node": ">=16",
Expand Down
Loading

0 comments on commit 9188410

Please sign in to comment.