Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/frontend/sac-mobile/…
Browse files Browse the repository at this point in the history
…jest-expo-50.0.3
  • Loading branch information
garrettladley authored Mar 7, 2024
2 parents 68123d4 + b62773e commit c882363
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto_update_dependency_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto-Update Dependency PR
on:
push:
branches:
- main
jobs:
autoupdate:
name: Auto-Update Dependency PR
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "dependencies"
MERGE_CONFLICT_ACTION: "fail"
2 changes: 1 addition & 1 deletion frontend/sac-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native": "^6.1.14",
"@tanstack/react-query": "^5.24.8",
"axios": "^1.6.7",
"clsx": "^2.1.0",
Expand Down
18 changes: 9 additions & 9 deletions frontend/sac-mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2076,10 +2076,10 @@
color "^4.2.3"
warn-once "^0.1.0"

"@react-navigation/core@^6.4.11":
version "6.4.11"
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.4.11.tgz#481274aff0684757545bf6eb874260af7e8b27d1"
integrity sha512-kOCyOc1L0lAl53DbyNl3OkUJwSFKSaVCsV8leJawUXMXJ1FTT3nbS3xMOqbZuchxIbl8T62sZ7YnlWG/21rcMw==
"@react-navigation/core@^6.4.13":
version "6.4.13"
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.4.13.tgz#27cf33d963f59aeeb36f27514a9744ab818097b3"
integrity sha512-RBUpNG11SEYfvvWefJPxz8Xu/feWuPxln7ddRSY92aKs7u6fj/Z694Jun76Gmmw/RIHW6xcu3PH2v3Wm8nbumg==
dependencies:
"@react-navigation/routers" "^6.1.9"
escape-string-regexp "^4.0.0"
Expand All @@ -2101,12 +2101,12 @@
"@react-navigation/elements" "^1.3.24"
warn-once "^0.1.0"

"@react-navigation/native@^6.0.2", "@react-navigation/native@~6.1.6":
version "6.1.12"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.1.12.tgz#5b5b84861ca50678e2a402249695f250e8cea761"
integrity sha512-t6y7sDCr0HlMf+5TuVjLjyi0ySs0eNGfreDKcWOMEi5wooNFM4LhcUCdEVylpwCPfjQMW/lNVomNromqZFM6HQ==
"@react-navigation/native@^6.1.14", "@react-navigation/native@~6.1.6":
version "6.1.14"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.1.14.tgz#882eb2048dba655971dd48f1a2f25836d246912e"
integrity sha512-nCrVi4cHXx6VnXV8fj+lLb8zjLt1LZkpxudhfV/i1KstgaoGzh9FgFDIvbWONGE8f403FIsYUnZxKHvN7asp1w==
dependencies:
"@react-navigation/core" "^6.4.11"
"@react-navigation/core" "^6.4.13"
escape-string-regexp "^4.0.0"
fast-deep-equal "^3.1.3"
nanoid "^3.1.23"
Expand Down

0 comments on commit c882363

Please sign in to comment.