Skip to content

Commit

Permalink
Merge pull request #129 from technote-space/release/next-v0.0.32
Browse files Browse the repository at this point in the history
release: v0.0.33
  • Loading branch information
technote-space authored Dec 10, 2020
2 parents 623f7ac + 077a3f1 commit 54678e0
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 178 deletions.
18 changes: 9 additions & 9 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.32",
"version": "0.0.33",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -38,16 +38,16 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@technote-space/github-action-test-helper": "^0.6.4",
"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"husky": "^4.3.0",
"@technote-space/github-action-test-helper": "^0.6.5",
"@types/jest": "^26.0.18",
"@types/node": "^14.14.11",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"husky": "^4.3.5",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.2",
"lint-staged": "^10.5.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
},
Expand Down
Loading

0 comments on commit 54678e0

Please sign in to comment.