Skip to content

Commit 72fbb74

Browse files
author
Hidetaka Okamoto
committed
Merge branch 'master' of github.com:hideokamoto/lambda-edge-controller into chore/upgrade-packages
2 parents dee0626 + b4838f0 commit 72fbb74

File tree

3 files changed

+439
-409
lines changed

3 files changed

+439
-409
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,32 +56,32 @@
5656
"access": "public"
5757
},
5858
"devDependencies": {
59-
"@commitlint/cli": "^8.1.0",
60-
"@commitlint/config-conventional": "^8.1.0",
61-
"@types/bunyan": "^1.8.6",
62-
"@types/bunyan-format": "^0.2.0",
63-
"@types/jest": "^24.0.18",
64-
"@types/node": "^12.7.3",
65-
"@typescript-eslint/eslint-plugin": "^2.0.0",
66-
"@typescript-eslint/parser": "^2.0.0",
67-
"@typescript-eslint/typescript-estree": "^2.0.0",
68-
"conventional-changelog-cli": "^2.0.23",
69-
"conventional-github-releaser": "^3.1.3",
70-
"eslint": "^6.2.2",
71-
"eslint-config-standard": "^14.1.0",
72-
"eslint-plugin-import": "^2.18.2",
73-
"eslint-plugin-node": "^9.2.0",
74-
"eslint-plugin-promise": "^4.2.1",
75-
"eslint-plugin-standard": "^4.0.1",
76-
"husky": "^3.0.5",
77-
"jest": "^24.9.0",
78-
"lint-staged": "^9.2.5",
79-
"rollup": "^1.20.3",
80-
"rollup-plugin-typescript2": "^0.24.0",
81-
"ts-jest": "^24.0.2",
82-
"tslib": "^1.10.0",
83-
"typedoc": "^0.22.5",
84-
"typescript": "^3.6.2"
59+
"@commitlint/cli": "8.3.5",
60+
"@commitlint/config-conventional": "8.3.4",
61+
"@types/bunyan": "1.8.6",
62+
"@types/bunyan-format": "0.2.0",
63+
"@types/jest": "24.0.18",
64+
"@types/node": "12.7.3",
65+
"@typescript-eslint/eslint-plugin": "2.0.0",
66+
"@typescript-eslint/parser": "2.0.0",
67+
"@typescript-eslint/typescript-estree": "2.0.0",
68+
"conventional-changelog-cli": "2.0.23",
69+
"conventional-github-releaser": "3.1.3",
70+
"eslint": "6.3.0",
71+
"eslint-config-standard": "14.1.0",
72+
"eslint-plugin-import": "2.18.2",
73+
"eslint-plugin-node": "9.2.0",
74+
"eslint-plugin-promise": "4.2.1",
75+
"eslint-plugin-standard": "4.0.1",
76+
"husky": "3.0.5",
77+
"jest": "24.9.0",
78+
"lint-staged": "9.2.5",
79+
"rollup": "1.20.3",
80+
"rollup-plugin-typescript2": "0.24.0",
81+
"ts-jest": "24.0.2",
82+
"tslib": "1.10.0",
83+
"typedoc": "0.15.0",
84+
"typescript": "3.6.2"
8585
},
8686
"dependencies": {
8787
"aws-sdk": "^2.1003.0",

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)