Updating deps
This commit is contained in:
parent
9d75fcaa93
commit
695644c260
1 changed files with 9 additions and 8 deletions
17
package.json
17
package.json
|
@ -26,11 +26,11 @@
|
|||
"watch-sass": "node-sass -w -r -o web/public/styles/ web/public/styles/"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.3.17",
|
||||
"aws-sdk": "^2.3.19",
|
||||
"babel": "^6.5.2",
|
||||
"babel-cli": "^6.9.0",
|
||||
"babel-cli": "^6.10.1",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
||||
"babel-register": "^6.9.0",
|
||||
"basic-auth": "~1.0.3",
|
||||
|
@ -44,12 +44,12 @@
|
|||
"http-errors": "^1.5.0",
|
||||
"image-size": "^0.5.0",
|
||||
"image-type": "^2.1.0",
|
||||
"jspm": "^0.16.36",
|
||||
"jspm": "^0.16.37",
|
||||
"kcors": "^1.2.1",
|
||||
"koa": "^1.2.0",
|
||||
"koa-bodyparser": "^2.2.0",
|
||||
"koa-compress": "~1.0.8",
|
||||
"koa-csrf": "^2.4.0",
|
||||
"koa-csrf": "^2.5.0",
|
||||
"koa-error": "^2.1.0",
|
||||
"koa-favicon": "~1.2.0",
|
||||
"koa-generic-session": "^1.10.2",
|
||||
|
@ -67,7 +67,7 @@
|
|||
"mongodb-promisified": "~1.0.3",
|
||||
"mz": "^2.4.0",
|
||||
"node-fetch": "^1.5.3",
|
||||
"node-sass": "^3.7.0",
|
||||
"node-sass": "^3.8.0",
|
||||
"node-uuid": "~1.4.3",
|
||||
"passwords": "^1.3.1",
|
||||
"raven": "^0.11.0",
|
||||
|
@ -80,7 +80,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^6.0.4",
|
||||
"eslint": "^2.11.1",
|
||||
"eslint": "^2.13.0",
|
||||
"eslint-config-airbnb": "^9.0.1",
|
||||
"eslint-plugin-import": "^1.8.1",
|
||||
"istanbul": "^0.4.3",
|
||||
|
@ -113,6 +113,7 @@
|
|||
}
|
||||
},
|
||||
"cacheDirectories": [
|
||||
"node_modules", "web/public/jspm_packages"
|
||||
"node_modules",
|
||||
"web/public/jspm_packages"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue