Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion appengine/cloudsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"express": "^4.16.4",
"knex": "^0.19.0",
"knex": "^0.20.0",
"mysql": "^2.16.0",
"prompt": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion appengine/cloudsql_postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"express": "^4.16.4",
"knex": "^0.19.0",
"knex": "^0.20.0",
"pg": "^7.8.0",
"prompt": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@google-cloud/logging-winston": "^3.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.2",
"knex": "^0.19.0",
"knex": "^0.20.0",
"pg": "^7.11.0",
"pug": "^2.0.3",
"winston": "^3.1.0",
Expand Down