Skip to content

Commit

Permalink
Bumped versions in pre-commit and npm configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored May 21, 2022
1 parent 90dcf27 commit f825536
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '14'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.3.0
rev: v8.15.0
hooks:
- id: eslint
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"puppeteer": "^13.5.1",
"grunt": "^1.4.1",
"eslint": "^8.15.0",
"puppeteer": "^14.1.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^5.1.1",
"qunit": "^2.18.0"
"grunt-contrib-qunit": "^6.1.0",
"qunit": "^2.19.1"
}
}

0 comments on commit f825536

Please sign in to comment.