Skip to content

Commit 9fa8565

Browse files
authored
Merge branch 'master' into renovate/eslint-loader-4.x
2 parents c393cf7 + 0238a1e commit 9fa8565

File tree

3 files changed

+181
-39
lines changed

3 files changed

+181
-39
lines changed

go-src/helloworld/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/hackersandslackers/go-lambda-function-tutorial
33
go 1.14
44

55
require (
6-
github.com/aws/aws-lambda-go v1.18.0
6+
github.com/aws/aws-lambda-go v1.19.1
77
github.com/stretchr/testify v1.4.0
88
)

package-lock.json

Lines changed: 179 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"prettier": "2.0.5",
30-
"eslint": "6.8.0",
3130
"eslint-loader": "4.0.2",
31+
"eslint": "7.7.0",
3232
"eslint-plugin-react": "^7.20.5",
3333
"eslint-plugin-standard": "^4.0.1",
3434
"eslint-plugin-import": "^2.22.0",

0 commit comments

Comments
 (0)