Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jun 12, 2021
1 parent 0fc1ba6 commit 04c37e9
Show file tree
Hide file tree
Showing 15 changed files with 14,857 additions and 19,520 deletions.
13,621 changes: 6,582 additions & 7,039 deletions cli/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
"command-line-usage": "^6.1.1",
"extend": "^3.0.2",
"mongo-seeding": "^3.7.0-alpha.1",
"ts-node": "^9.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/extend": "^3.0.1",
"@types/jest": "^26.0.19",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.20",
"jest": "^26.6.3",
"mongodb": "3.6.6",
"ts-jest": "^26.4.4"
"@types/mongodb": "^3.6.9",
"@types/node": "^15.12.2",
"jest": "^27.0.4",
"mongodb": "3.6.9",
"ts-jest": "^27.0.3"
},
"jest": {
"verbose": false,
Expand Down
13,283 changes: 6,360 additions & 6,923 deletions core/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"@types/jest": "^26.0.19",
"@types/mongodb": "^3.6.3",
"babel-core": "^6.26.0",
"fs-extra": "^9.0.1",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"fs-extra": "^10.0.0",
"jest": "^27.0.4",
"ts-jest": "^27.0.3",
"typescript": "^4.1.3"
},
"jest": {
Expand Down
7,054 changes: 1,709 additions & 5,345 deletions docker-image/test/tester/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker-image/test/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"bson": "^4.2.2",
"jest": "^26.6.3",
"jest": "^27.0.4",
"mongodb": "^3.6.3"
},
"jest": {
Expand Down
61 changes: 30 additions & 31 deletions examples/custom-docker-image/sample-data/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/custom-docker-image/sample-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/pkosiec/mongo-seeding"
},
"dependencies": {
"@types/node": "^14.14.20",
"@types/node": "^15.12.2",
"mongo-seeding": "^3.7.0-alpha.1",
"mongodb": "^3.6.3"
}
Expand Down
Loading

0 comments on commit 04c37e9

Please sign in to comment.