Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,807 changes: 1,653 additions & 154 deletions apps/build-a-pinterest-clone/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/build-a-pinterest-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dotenv": "14.3.2",
"express": "5.0.0-beta.3",
"express-session": "1.18.2",
"mongoose": "5.13.22",
"mongoose": "6.13.6",
"passport": "0.5.2",
"passport-github": "1.1.0",
"react": "15.7.0",
Expand Down
1,722 changes: 1,634 additions & 88 deletions apps/exercise-tracker/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/exercise-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "4.21.2",
"mocha": "9.2.2",
"mongodb": "3.7.4",
"mongoose": "5.13.22"
"mongoose": "6.13.6"
},
"license": "MIT"
}
1,722 changes: 1,634 additions & 88 deletions apps/issue-tracker/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/issue-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "4.21.2",
"mocha": "9.2.2",
"mongodb": "3.7.4",
"mongoose": "5.13.22"
"mongoose": "6.13.6"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading