Skip to content

Commit

Permalink
docs(examples): update dependencies of the basic CRUD example
Browse files Browse the repository at this point in the history
Related: #4409
  • Loading branch information
darrachequesne committed Oct 14, 2022
1 parent 8fae95d commit 19b225b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/basic-crud-application/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/mocha": "^8.2.3",
"@types/chai": "^4.2.16",
"@types/mocha": "^10.0.0",
"@types/uuid": "^8.3.0",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"socket.io-client": "^4.0.1",
"ts-node": "^9.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.2.4"
}
}

0 comments on commit 19b225b

Please sign in to comment.