Skip to content

Commit

Permalink
Merge pull request #117 from technote-space/release/next-v0.0.27
Browse files Browse the repository at this point in the history
release: v0.0.28
  • Loading branch information
technote-space authored Sep 22, 2020
2 parents eab6e69 + 5b8c910 commit d9d5f80
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 343 deletions.
22 changes: 11 additions & 11 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.27",
"version": "0.0.28",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand All @@ -27,18 +27,18 @@
],
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@technote-space/github-action-test-helper": "^0.5.6",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"husky": "^4.2.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@technote-space/github-action-test-helper": "^0.5.7",
"@types/jest": "^26.0.14",
"@types/node": "^14.10.2",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"lint-staged": "^10.2.13",
"lint-staged": "^10.4.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
Expand Down
Loading

0 comments on commit d9d5f80

Please sign in to comment.