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
546 changes: 250 additions & 296 deletions 1-projects/webapi-ii-challenge-master/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 1-projects/webapi-ii-challenge-master/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"server": "nodemon index.js"
},
"dependencies": {
"knex": "^0.19.4",
"knex": "^2.0.0",
"sqlite3": "^4.1.0"
},
"devDependencies": {
Expand Down
547 changes: 252 additions & 295 deletions 2-resources/_Past-Projects/LambdaSchool-master/bw1-tl/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"express": "^4.17.1",
"helmet": "^3.21.3",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.10",
"knex": "^2.0.0",
"knex-cleaner": "^1.3.0",
"pg": "^7.18.2",
"sqlite3": "^4.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"express": "^4.17.1",
"knex": "^0.20.3",
"knex": "^2.0.0",
"sqlite3": "^4.1.0"
}
}
975 changes: 113 additions & 862 deletions 2-resources/_Past-Projects/LambdaSchool-master/m4/41a1/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"express": "^4.17.1",
"knex": "^0.20.7",
"knex": "^2.0.0",
"sqlite3": "^4.1.1"
}
}
975 changes: 113 additions & 862 deletions 2-resources/_Past-Projects/LambdaSchool-master/m4/41a2/yarn.lock

Large diffs are not rendered by default.

Loading