Skip to content

Commit

Permalink
update engine to node.js 16 and deps for image service
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyorangis committed Oct 21, 2022
1 parent e10b0ea commit 1760847
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
28 changes: 10 additions & 18 deletions pnpm-lock.yaml

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

7 changes: 3 additions & 4 deletions src/api/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@
"@senecacdot/satellite": "^1.28.0",
"celebrate": "15.0.1",
"got": "11.8.5",
"sharp": "0.30.5",
"sharp": "0.31.1",
"supertest": "6.1.6"
},
"engines": {
"node": ">=12.0.0"
"node": ">=16"
},
"devDependencies": {
"@senecacdot/eslint-config-telescope": "1.1.0",
"del-cli": "4.0.1",
"eslint": "7.32.0",
"nodemon": "2.0.16",
"nodemon": "2.0.20",
"rimraf": "3.0.2"
}
}

0 comments on commit 1760847

Please sign in to comment.