Skip to content

Commit 19b225b

Browse files
docs(examples): update dependencies of the basic CRUD example
Related: #4409
1 parent 8fae95d commit 19b225b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basic-crud-application/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"uuid": "^8.3.2"
2525
},
2626
"devDependencies": {
27-
"@types/mocha": "^8.2.3",
2827
"@types/chai": "^4.2.16",
28+
"@types/mocha": "^10.0.0",
2929
"@types/uuid": "^8.3.0",
3030
"chai": "^4.3.4",
31-
"mocha": "^8.3.2",
31+
"mocha": "^10.0.0",
3232
"nyc": "^15.1.0",
3333
"socket.io-client": "^4.0.1",
34-
"ts-node": "^9.1.1",
34+
"ts-node": "^10.9.1",
3535
"typescript": "^4.2.4"
3636
}
3737
}

0 commit comments

Comments
 (0)