Skip to content

Commit

Permalink
Merge pull request #2185 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Sep 17, 2020
2 parents c15b365 + c4173ff commit 5000356
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 271 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV HOME /user
RUN touch ~/.bashrc && \
curl -o- -L https://yarnpkg.com/install.sh | bash && \
source ~/.bashrc && \
yarn global add serverless@2.0.0
yarn global add serverless@2.1.0

RUN touch ~/.bashrc && \
echo "alias u='yarn run u'" >> ~/.bashrc && \
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
},
"homepage": "https://github.com/blackflux/lambda-monitor#readme",
"dependencies": {
"aws-sdk": "2.752.0",
"aws-sdk-wrap": "4.4.18",
"datadog-light": "2.0.6",
"lambda-async": "1.0.7",
"lambda-cfn-hook": "1.2.29",
"lambda-monitor-logger": "2.4.4",
"aws-sdk": "2.754.0",
"aws-sdk-wrap": "4.4.21",
"datadog-light": "2.0.7",
"lambda-async": "1.0.8",
"lambda-cfn-hook": "1.2.31",
"lambda-monitor-logger": "2.4.5",
"lodash.get": "4.4.2",
"lru-cache-ext": "1.1.15",
"promise-pool-ext": "1.3.7",
"promise-pool-ext": "1.3.8",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"smart-fs": "1.11.21"
Expand All @@ -61,8 +61,8 @@
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/register": "7.11.5",
"@blackflux/eslint-plugin-rules": "1.3.38",
"@blackflux/robo-config-plugin": "3.10.2",
"@blackflux/eslint-plugin-rules": "1.3.40",
"@blackflux/robo-config-plugin": "3.10.3",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "4.1.0",
"chai": "4.2.0",
Expand All @@ -73,14 +73,14 @@
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.172",
"js-gardener": "2.0.175",
"lambda-tdd": "2.13.10",
"minimist": "1.2.5",
"mocha": "8.1.3",
"nock": "13.0.4",
"node-tdd": "2.18.8",
"node-tdd": "2.18.10",
"nyc": "15.1.0",
"robo-config": "3.8.13",
"robo-config": "3.8.14",
"semantic-release": "17.1.1"
},
"licenses": [
Expand Down
Loading

0 comments on commit 5000356

Please sign in to comment.