Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Aug 20, 2021
1 parent 53de35f commit a2aa9f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '10', '12', '14', '15', '16' ]
node: [ '12', '14', '15', '16' ]

steps:
- name: Clone repository
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"repository": "innovativeinnovation/epfl-menu-api",
"engines": {
"node": ">=10"
"node": ">=12"
},
"main": "src/index.js",
"files": [
Expand All @@ -26,12 +26,12 @@
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"mocha": "^8.3.2",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.1.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"rewire": "^5.0.0"
Expand Down

0 comments on commit a2aa9f4

Please sign in to comment.