Skip to content

Commit

Permalink
Merge pull request #106 from neurocode-io/bump-versions
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
donchev7 authored Jan 14, 2023
2 parents 04300c3 + 7f23b5c commit e0ff2e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion demos/zero-downtime-k8s-deploymets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:18

# Create app directory
WORKDIR /usr/src/app
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"all": true
},
"devDependencies": {
"@types/chai": "^4.2.5",
"@types/express": "4.17.13",
"@types/koa": "^2.11.6",
"@types/mocha": "^9.0.0",
"@types/node": "^16.3.3",
"@types/sinon": "^10.0.0",
"chai": "^4.2.0",
"express": "^4.17.1",
"husky": "^8.0.1",
"koa": "^2.13.0",
"mocha": "^9.0.2",
"nyc": "^15.0.0-beta.0",
"prettier": "^2.1.2",
"@types/chai": "^4.3.4",
"@types/express": "4.17.15",
"@types/koa": "^2.13.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"express": "^4.18.2",
"husky": "^8.0.3",
"koa": "^2.14.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.0.3"
"typescript": "^4.9.4"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit e0ff2e1

Please sign in to comment.