Skip to content

Commit

Permalink
Merge pull request #109 from technote-space/release/next-v0.0.23
Browse files Browse the repository at this point in the history
release: v0.0.24
  • Loading branch information
technote-space authored Jul 19, 2020
2 parents 15c818e + f4f1016 commit d13ee4f
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 267 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ts-package-template",
"version": "0.0.23",
"version": "0.0.24",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand All @@ -27,19 +27,19 @@
],
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@technote-space/github-action-test-helper": "^0.5.1",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@technote-space/github-action-test-helper": "^0.5.2",
"@types/jest": "^26.0.4",
"@types/node": "^14.0.19",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest-circus": "^26.1.0",
"lint-staged": "^10.2.11",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"typescript": "^3.9.6"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit d13ee4f

Please sign in to comment.