Skip to content

Commit

Permalink
Update external fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent b2a9d5b commit b28da7b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
env:
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
uses: adobe/aio-apps-action@2.0.1
uses: adobe/aio-apps-action@2.0.2
with:
os: ${{ matrix.os }}
command: build
Expand All @@ -43,7 +43,7 @@ jobs:
AIO_PROJECT_WORKSPACE_ID: ${{ secrets.AIO_PROJECT_WORKSPACE_ID_PROD }}
AIO_PROJECT_WORKSPACE_NAME: ${{ secrets.AIO_PROJECT_WORKSPACE_NAME_PROD }}
AIO_PROJECT_WORKSPACE_DETAILS_SERVICES: ${{ secrets.AIO_PROJECT_WORKSPACE_DETAILS_SERVICES_PROD }}
uses: adobe/aio-apps-action@2.0.1
uses: adobe/aio-apps-action@2.0.2
with:
os: ${{ matrix.os }}
command: deploy
2 changes: 1 addition & 1 deletion .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
env:
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
uses: adobe/aio-apps-action@2.0.1
uses: adobe/aio-apps-action@2.0.2
with:
os: ${{ matrix.os }}
command: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Build
env:
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
uses: adobe/aio-apps-action@2.0.1
uses: adobe/aio-apps-action@2.0.2
with:
os: ${{ matrix.os }}
command: build
- name: Test
uses: adobe/aio-apps-action@2.0.1
uses: adobe/aio-apps-action@2.0.2
with:
os: ${{ matrix.os }}
command: test
6 changes: 2 additions & 4 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"@adobe/aio-lib-state": "1.1.2",
"@adobe/aio-sdk": "3.0.0",
"@adobe/exc-app": "0.2.47",
"core-js": "3.20.3",
"core-js": "3.32.0",
"dataloader": "1.4.0",
"graphiql": "1.5.16",
"graphiql": "1.11.5",
"graphql": "14.7.0",
"graphql-tools": "3.1.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"regenerator-runtime": "0.13.9"
"regenerator-runtime": "0.13.11"
},
"devDependencies": {
"@openwhisk/wskdebug": "1.3.0",
"@openwhisk/wskdebug": "1.4.0",
"axios": "^0.27.2",
"chai": "4.3.5",
"chai": "4.3.7",
"chalk": "^4.1.2",
"eslint": "7.32.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react": "7.33.1",
"git-clone": "0.2.0",
"inquirer": "^8.2.0",
"mocha": "8.4.0",
Expand Down

0 comments on commit b28da7b

Please sign in to comment.