Skip to content

Commit

Permalink
Merge pull request #176 from technote-space/release/next-v0.3.0
Browse files Browse the repository at this point in the history
release: v0.3.1
  • Loading branch information
technote-space authored Jul 13, 2022
2 parents c563a3c + 55a144b commit c58b942
Show file tree
Hide file tree
Showing 2 changed files with 708 additions and 607 deletions.
30 changes: 15 additions & 15 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.3.0",
"version": "0.3.1",
"description": "Template for npm package.",
"keywords": [
"template"
Expand Down Expand Up @@ -44,22 +44,22 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@sindresorhus/tsconfig": "^2.0.0",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"c8": "^7.11.2",
"eslint": "^8.13.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-typescript": "^8.3.3",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"c8": "^7.11.3",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"pinst": "^3.0.0",
"rollup": "^2.70.2",
"typescript": "^4.6.3",
"vitest": "^0.9.4"
"rollup": "^2.75.7",
"typescript": "^4.7.4",
"vitest": "^0.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c58b942

Please sign in to comment.