Skip to content

Commit

Permalink
Merge pull request #191 from technote-space/release/next-v0.3.3
Browse files Browse the repository at this point in the history
release: v0.3.4
  • Loading branch information
technote-space authored May 7, 2023
2 parents 3faa820 + 4df2153 commit af0f23a
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 399 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.3.3",
"version": "0.3.4",
"description": "Template for npm package.",
"keywords": [
"template"
Expand Down Expand Up @@ -44,22 +44,22 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@rollup/plugin-typescript": "^11.1.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitest/coverage-c8": "^0.29.8",
"eslint": "^8.36.0",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.2",
"pinst": "^3.0.0",
"rollup": "^3.20.2",
"typescript": "^5.0.2",
"vitest": "^0.29.8"
"rollup": "^3.21.3",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit af0f23a

Please sign in to comment.