Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 10, 2019
1 parent 978b7d8 commit 70a0004
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 13 additions & 10 deletions components/serverless-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,26 @@
"license": "MIT",
"dependencies": {
"@serverless/core": "^1.1.1",
"@serverless/function": "^3.0.0",
"@serverless/aws-s3": "^4.0.0",
"@webiny/api-files": "^0.1.4",
"@webiny/serverless-apollo-service": "^0.2.0",
"@webiny/tracking": "^0.1.5",
"aws-sdk": "^2.539.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"p-retry": "^4.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"concurrently": "^5.0.0",
"extract-zip": "^1.6.7",
"object-hash": "^1.3.1",
"sanitize-filename": "^1.6.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.9"
},
"scripts": {
"build:download": "webpack --config scripts/webpack/webpack.config.download.js",
"build:image-transformer": "webpack --config scripts/webpack/webpack.config.imageTransformer.js",
Expand All @@ -23,15 +36,5 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"concurrently": "^5.0.0",
"extract-zip": "^1.6.7",
"object-hash": "^1.3.1",
"sanitize-filename": "^1.6.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.9"
}
}
4 changes: 3 additions & 1 deletion packages/cli/src/create/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"@webiny/api-security":"^0",
"@webiny/api-plugin-security-cognito": "^0",
"@webiny/api-files":"^0",
"@webiny/api-forms":"^0",
"@webiny/api-i18n": "^0",
"@webiny/api-google-tag-manager":"^0",
"@webiny/api-mailchimp": "^0",
"@webiny/api-cookie-policy":"^0"
"@webiny/api-cookie-policy":"^0",
"@webiny/project-utils":"^0"
},
"devDependencies": {
"prettier": "^1",
Expand Down

0 comments on commit 70a0004

Please sign in to comment.