Skip to content

Commit

Permalink
Merge pull request #196 from duyetdev/renovate/eslint-plugin-jest-23.x
Browse files Browse the repository at this point in the history
Update dependency eslint-plugin-jest to v23
  • Loading branch information
duyet committed Oct 28, 2019
2 parents 09fab32 + 51525d3 commit d26b950
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Run Eslint
run: |
cd functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Run Eslint
run: |
cd hosting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Run Eslint
run: |
cd functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Lint functions
run: |
cd functions
Expand Down
1 change: 0 additions & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@zeit/fetch-retry": "4.0.1",
"axios": "0.19.0",
"axios-retry": "3.1.2",
"canvas": "2.6.1",
"chrome-aws-lambda": "2.0.0",
"express": "4.17.1",
"firebase-admin": "8.6.1",
Expand Down
120 changes: 91 additions & 29 deletions hosting/package-lock.json

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

2 changes: 1 addition & 1 deletion hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"babel-loader": "8.0.6",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-jest": "22.21.0",
"eslint-plugin-jest": "23.0.0",
"eslint-plugin-react": "7.16.0",
"firebase-tools": "7.6.1",
"ify-loader": "1.1.0",
Expand Down

0 comments on commit d26b950

Please sign in to comment.