Skip to content

Commit

Permalink
Merge pull request #163 from technote-space/release/next-v0.1.13
Browse files Browse the repository at this point in the history
release: v0.1.14
  • Loading branch information
technote-space authored Jan 4, 2022
2 parents cd564bd + 4aea598 commit 9e1cfb1
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 205 deletions.
14 changes: 7 additions & 7 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.1.13",
"version": "0.1.14",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-circus": "^27.4.5",
"lint-staged": "^12.1.3",
"lint-staged": "^12.1.4",
"pinst": "^2.1.6",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
Expand Down
Loading

0 comments on commit 9e1cfb1

Please sign in to comment.