Skip to content

Commit dcf787e

Browse files
Update external fixes
1 parent b2a9d5b commit dcf787e

5 files changed

Lines changed: 16 additions & 18 deletions

File tree

.github/workflows/deploy_prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: npm install
2323
run: npm i
2424
- name: Setup CLI
25-
uses: adobe/aio-cli-setup-action@1.1.0
25+
uses: adobe/aio-cli-setup-action@1.2.0
2626
with:
2727
os: ${{ matrix.os }}
2828
version: 8.x.x
2929
- name: Build
3030
env:
3131
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
32-
uses: adobe/aio-apps-action@2.0.1
32+
uses: adobe/aio-apps-action@2.0.2
3333
with:
3434
os: ${{ matrix.os }}
3535
command: build
@@ -43,7 +43,7 @@ jobs:
4343
AIO_PROJECT_WORKSPACE_ID: ${{ secrets.AIO_PROJECT_WORKSPACE_ID_PROD }}
4444
AIO_PROJECT_WORKSPACE_NAME: ${{ secrets.AIO_PROJECT_WORKSPACE_NAME_PROD }}
4545
AIO_PROJECT_WORKSPACE_DETAILS_SERVICES: ${{ secrets.AIO_PROJECT_WORKSPACE_DETAILS_SERVICES_PROD }}
46-
uses: adobe/aio-apps-action@2.0.1
46+
uses: adobe/aio-apps-action@2.0.2
4747
with:
4848
os: ${{ matrix.os }}
4949
command: deploy

.github/workflows/deploy_stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- name: npm install
2424
run: npm i
2525
- name: Setup CLI
26-
uses: adobe/aio-cli-setup-action@1.1.0
26+
uses: adobe/aio-cli-setup-action@1.2.0
2727
with:
2828
os: ${{ matrix.os }}
2929
version: 8.x.x
3030
- name: Build
3131
env:
3232
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
33-
uses: adobe/aio-apps-action@2.0.1
33+
uses: adobe/aio-apps-action@2.0.2
3434
with:
3535
os: ${{ matrix.os }}
3636
command: build

.github/workflows/pr_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
- name: npm install
2020
run: npm i
2121
- name: Setup CLI
22-
uses: adobe/aio-cli-setup-action@1.1.0
22+
uses: adobe/aio-cli-setup-action@1.2.0
2323
with:
2424
os: ${{ matrix.os }}
2525
version: 8.x.x
2626
- name: Build
2727
env:
2828
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
29-
uses: adobe/aio-apps-action@2.0.1
29+
uses: adobe/aio-apps-action@2.0.2
3030
with:
3131
os: ${{ matrix.os }}
3232
command: build
3333
- name: Test
34-
uses: adobe/aio-apps-action@2.0.1
34+
uses: adobe/aio-apps-action@2.0.2
3535
with:
3636
os: ${{ matrix.os }}
3737
command: test

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
"@adobe/aio-lib-state": "1.1.2",
1717
"@adobe/aio-sdk": "3.0.0",
1818
"@adobe/exc-app": "0.2.47",
19-
"core-js": "3.20.3",
19+
"core-js": "3.33.1",
2020
"dataloader": "1.4.0",
21-
"graphiql": "1.5.16",
21+
"graphiql": "1.11.5",
2222
"graphql": "14.7.0",
2323
"graphql-tools": "3.1.1",
2424
"prop-types": "15.8.1",
2525
"react": "17.0.2",
2626
"react-dom": "17.0.2",
27-
"regenerator-runtime": "0.13.9"
27+
"regenerator-runtime": "0.14.0"
2828
},
2929
"devDependencies": {
30-
"@openwhisk/wskdebug": "1.3.0",
30+
"@openwhisk/wskdebug": "1.4.0",
3131
"axios": "^0.27.2",
32-
"chai": "4.3.5",
32+
"chai": "4.3.10",
3333
"chalk": "^4.1.2",
3434
"eslint": "7.32.0",
3535
"eslint-plugin-header": "3.1.1",
36-
"eslint-plugin-react": "7.28.0",
36+
"eslint-plugin-react": "7.33.2",
3737
"git-clone": "0.2.0",
3838
"inquirer": "^8.2.0",
3939
"mocha": "8.4.0",

0 commit comments

Comments
 (0)