Skip to content

Commit

Permalink
Update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent b2a9d5b commit 2410275
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codecov: codecov/codecov@1.2.5
codecov: codecov/codecov@3.3.0

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
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 @@ -11,9 +11,9 @@ jobs:
os: [macOS-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
"@adobe/aio-sdk": "3.0.0",
"@adobe/exc-app": "0.2.47",
"core-js": "3.20.3",
"dataloader": "1.4.0",
"graphiql": "1.5.16",
"graphql": "14.7.0",
"graphql-tools": "3.1.1",
"dataloader": "2.2.2",
"graphiql": "3.0.6",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.9"
},
"devDependencies": {
"@openwhisk/wskdebug": "1.3.0",
"axios": "^0.27.2",
"axios": "^1.0.0",
"chai": "4.3.5",
"chalk": "^4.1.2",
"eslint": "7.32.0",
"chalk": "^5.0.0",
"eslint": "8.51.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-react": "7.28.0",
"git-clone": "0.2.0",
"inquirer": "^8.2.0",
"mocha": "8.4.0",
"mocha-junit-reporter": "1.23.3",
"inquirer": "^9.0.0",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
"mocha-multi-reporters": "1.5.1",
"mock-require": "3.0.3",
"nyc": "15.1.0",
"sinon": "7.5.0"
"sinon": "16.1.3"
},
"nyc": {
"include": [
Expand All @@ -56,6 +56,6 @@
"all": true
},
"engines": {
"node": "^10 || ^12 || ^14"
"node": "^10 || ^12 || ^14 || ^18.0.0"
}
}

0 comments on commit 2410275

Please sign in to comment.