mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
commit
bd6de8f760
2 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
"normalize-scss": "~3.0.1",
|
||||
"nprogress": "0.1.2",
|
||||
"showdown-ghost": "0.3.4",
|
||||
"validator-js": "3.22.1",
|
||||
"validator-js": "3.26.0",
|
||||
"google-caja": "5669.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
18
package.json
18
package.json
|
@ -36,12 +36,12 @@
|
|||
"body-parser": "1.8.2",
|
||||
"bookshelf": "0.7.9",
|
||||
"busboy": "0.2.8",
|
||||
"cheerio": "0.17.0",
|
||||
"cheerio": "0.18.0",
|
||||
"colors": "0.6.2",
|
||||
"compression": "1.2.0",
|
||||
"compression": "1.2.2",
|
||||
"connect-slashes": "1.2.0",
|
||||
"downsize": "0.0.8",
|
||||
"express": "4.10.2",
|
||||
"express": "4.10.6",
|
||||
"express-hbs": "0.7.11",
|
||||
"extract-zip": "1.0.3",
|
||||
"fs-extra": "0.12.0",
|
||||
|
@ -50,20 +50,20 @@
|
|||
"knex": "0.7.3",
|
||||
"lodash": "2.4.1",
|
||||
"moment": "2.8.3",
|
||||
"morgan": "1.3.1",
|
||||
"node-uuid": "1.4.1",
|
||||
"morgan": "1.5.0",
|
||||
"node-uuid": "1.4.2",
|
||||
"nodemailer": "0.7.1",
|
||||
"oauth2orize": "1.0.1",
|
||||
"passport": "0.2.0",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-oauth2-client-password": "0.1.1",
|
||||
"request": "2.47.0",
|
||||
"request": "2.51.0",
|
||||
"rss": "1.0.0",
|
||||
"semver": "4.1.0",
|
||||
"showdown-ghost": "0.3.4",
|
||||
"sqlite3": "3.0.2",
|
||||
"sqlite3": "3.0.4",
|
||||
"unidecode": "0.1.3",
|
||||
"validator": "3.22.1",
|
||||
"validator": "3.26.0",
|
||||
"xml": "0.0.12"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
@ -88,7 +88,7 @@
|
|||
"grunt-ember-templates": "~0.5.0-alpha",
|
||||
"grunt-es6-module-transpiler": "~0.6.0",
|
||||
"grunt-express-server": "~0.4.19",
|
||||
"grunt-jscs": "~0.8.1",
|
||||
"grunt-jscs": "~1.0.0",
|
||||
"grunt-mocha-cli": "~1.11.0",
|
||||
"grunt-sass": "~0.16.1",
|
||||
"grunt-shell": "~1.1.1",
|
||||
|
|
Loading…
Reference in a new issue