Skip to content

Commit

Permalink
Merge pull request #132 from technote-space/release/next-v0.0.34
Browse files Browse the repository at this point in the history
release: v0.0.35
  • Loading branch information
technote-space authored Feb 26, 2021
2 parents 25287c4 + 793d9dd commit eae4957
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 719 deletions.
26 changes: 13 additions & 13 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.34",
"version": "0.0.35",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -36,20 +36,20 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@technote-space/github-action-test-helper": "^0.6.7",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"husky": "^4.3.6",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@technote-space/github-action-test-helper": "^0.7.2",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"husky": "^5.1.1",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"lint-staged": "^10.5.4",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit eae4957

Please sign in to comment.