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