mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
🛠 mysql latest and do not ignore mysql for GK updates (#7868)
refs #5945
This commit is contained in:
parent
4a4b2f62cc
commit
ebb2156284
1 changed files with 3 additions and 4 deletions
|
@ -30,10 +30,10 @@
|
||||||
"bcryptjs": "2.3.0",
|
"bcryptjs": "2.3.0",
|
||||||
"bluebird": "3.4.7",
|
"bluebird": "3.4.7",
|
||||||
"body-parser": "1.15.2",
|
"body-parser": "1.15.2",
|
||||||
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/0cb28fa8e3230dcbf6bca8b991dbb340b9fff6cc",
|
|
||||||
"bookshelf": "https://github.com/kirrg001/bookshelf/tarball/feature/creating-event-attached-models",
|
"bookshelf": "https://github.com/kirrg001/bookshelf/tarball/feature/creating-event-attached-models",
|
||||||
"bunyan": "1.8.1",
|
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/0cb28fa8e3230dcbf6bca8b991dbb340b9fff6cc",
|
||||||
"bson-objectid": "1.1.4",
|
"bson-objectid": "1.1.4",
|
||||||
|
"bunyan": "1.8.1",
|
||||||
"chalk": "1.1.3",
|
"chalk": "1.1.3",
|
||||||
"cheerio": "0.22.0",
|
"cheerio": "0.22.0",
|
||||||
"commander": "2.9.0",
|
"commander": "2.9.0",
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
"moment": "2.17.1",
|
"moment": "2.17.1",
|
||||||
"moment-timezone": "0.5.9",
|
"moment-timezone": "0.5.9",
|
||||||
"multer": "1.2.1",
|
"multer": "1.2.1",
|
||||||
"mysql": "2.11.1",
|
"mysql": "2.12.0",
|
||||||
"nconf": "0.8.4",
|
"nconf": "0.8.4",
|
||||||
"netjet": "1.1.3",
|
"netjet": "1.1.3",
|
||||||
"nodemailer": "0.7.1",
|
"nodemailer": "0.7.1",
|
||||||
|
@ -135,7 +135,6 @@
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"bunyan",
|
"bunyan",
|
||||||
"glob",
|
"glob",
|
||||||
"mysql",
|
|
||||||
"nodemailer",
|
"nodemailer",
|
||||||
"showdown-ghost",
|
"showdown-ghost",
|
||||||
"grunt",
|
"grunt",
|
||||||
|
|
Loading…
Add table
Reference in a new issue