Skip to content

Commit aa84584

Browse files
committed
chore: update devDependencies
1 parent 476502d commit aa84584

File tree

2 files changed

+2678
-909
lines changed

2 files changed

+2678
-909
lines changed

package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@
55
"description": "In-memory MongoDB Server. Designed with testing in mind, the server will allow you to connect your favourite ODM or client library to the MongoDB Server and run integration tests isolated from each other.",
66
"repository": "https://github.com/nodkz/mongodb-memory-server",
77
"devDependencies": {
8-
"@types/jest": "26.0.7",
9-
"@types/mongodb": "3.5.25",
10-
"@types/node": "12.12.21",
11-
"@typescript-eslint/eslint-plugin": "3.7.0",
12-
"@typescript-eslint/parser": "3.7.0",
8+
"@types/jest": "26.0.13",
9+
"@types/mongodb": "3.5.27",
10+
"@types/node": "14.6.4",
11+
"@typescript-eslint/eslint-plugin": "4.1.0",
12+
"@typescript-eslint/parser": "4.1.0",
1313
"cross-env": "^7.0.2",
14-
"eslint": "7.5.0",
14+
"eslint": "7.8.1",
1515
"eslint-config-prettier": "6.11.0",
1616
"eslint-plugin-prettier": "3.1.4",
17-
"flowgen": "^1.10.0",
18-
"jest": "^26.1.0",
17+
"jest": "26.4.2",
1918
"lerna": "3.22.1",
20-
"mongodb": "3.5.9",
21-
"npm-run-all": "^4.1.5",
22-
"prettier": "2.0.5",
23-
"ts-jest": "^26.1.3",
24-
"typescript": "^3.9.7"
19+
"mongodb": "3.6.1",
20+
"prettier": "2.1.1",
21+
"ts-jest": "26.3.0",
22+
"typescript": "4.0.2"
2523
},
2624
"workspaces": {
2725
"packages": [

0 commit comments

Comments
 (0)