Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wpkyoto/cloudfront-updator into u…
Browse files Browse the repository at this point in the history
…pdate-somthing
  • Loading branch information
Hidetaka Okamoto committed Jun 11, 2020
2 parents 4e11e0d + 93b7f5f commit f61abd2
Show file tree
Hide file tree
Showing 4 changed files with 1,017 additions and 1,189 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: "npm ci"
run: npm ci
- name: "yarn install --frozen-lockfile"
run: yarn install --frozen-lockfile

- name: "npm run semantic-release"
run: npm run semantic-release
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,31 @@
"access": "public"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.3",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@typescript-eslint/typescript-estree": "^2.0.0",
"conventional-changelog-cli": "^2.0.23",
"conventional-github-releaser": "^3.1.3",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^3.0.5",
"jest": "^24.9.0",
"lint-staged": "^9.2.5",
"rollup": "^1.20.3",
"rollup-plugin-typescript2": "^0.24.0",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@types/jest": "24.0.18",
"@types/node": "12.12.43",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"@typescript-eslint/typescript-estree": "2.0.0",
"conventional-changelog-cli": "2.0.23",
"conventional-github-releaser": "3.1.3",
"eslint": "6.3.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "9.2.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"husky": "3.0.5",
"jest": "24.9.0",
"lint-staged": "9.2.5",
"rollup": "1.20.3",
"rollup-plugin-typescript2": "0.24.0",
"ts-jest": "24.0.2",
"tslib": "1.10.0",
"typedoc": "0.15.0",
"semantic-release": "^17.0.8",
"ts-jest": "^24.0.2",
"tslib": "^1.10.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.2"
"typescript": "3.6.2"
},
"dependencies": {
"@hideokamoto/sequential-promise": "^1.0.1",
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@wpkyoto"
]
}
Loading

0 comments on commit f61abd2

Please sign in to comment.