Skip to content

Commit

Permalink
Merge pull request #164 from technote-space/release/next-v0.1.14
Browse files Browse the repository at this point in the history
release: v0.1.15
  • Loading branch information
technote-space authored Feb 7, 2022
2 parents 0f7c40d + 3c05427 commit fd4620c
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 678 deletions.
24 changes: 12 additions & 12 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.14",
"version": "0.1.15",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -39,20 +39,20 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-circus": "^27.4.5",
"lint-staged": "^12.1.4",
"jest": "^27.4.7",
"jest-circus": "^27.4.6",
"lint-staged": "^12.3.3",
"pinst": "^2.1.6",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit fd4620c

Please sign in to comment.