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
sarahboyce authored Feb 13, 2023
1 parent 3e9d413 commit 7e297e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ repos:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.29.0
rev: v8.34.0
hooks:
- id: eslint
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"test": "grunt test --verbose"
},
"engines": {
"npm": ">=1.3.0 <3.0.0"
"npm": ">=1.3.0"
},
"devDependencies": {
"eslint": "^8.29.0",
"puppeteer": "^18.1.0",
"grunt": "^1.5.3",
"eslint": "^8.34.0",
"puppeteer": "^19.7.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1",
"qunit": "^2.19.3"
"qunit": "^2.19.4"
}
}

0 comments on commit 7e297e5

Please sign in to comment.