Skip to content

release: v0.3.5 #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1760105
chore: update npm dependencies
technote-space May 10, 2023
8b4a73d
feat: update package version
technote-space May 10, 2023
2ac3ede
chore: update npm dependencies
technote-space May 17, 2023
f14c64f
chore: update npm dependencies
technote-space May 24, 2023
f59483d
chore: update npm dependencies
technote-space May 31, 2023
9bb9391
chore: update npm dependencies
technote-space Jun 7, 2023
d029a0b
chore: update npm dependencies
technote-space Jun 14, 2023
a8ad763
chore: update npm dependencies
technote-space Jun 21, 2023
352122d
chore: update npm dependencies
technote-space Jul 12, 2023
c7f1c4b
chore: update npm dependencies
technote-space Jul 19, 2023
c6bccca
chore: update npm dependencies
technote-space Jul 26, 2023
2fe1b63
chore: update npm dependencies
technote-space Aug 2, 2023
7bceabc
chore: update npm dependencies
technote-space Aug 9, 2023
02054a3
chore: update npm dependencies
technote-space Aug 16, 2023
0579b5a
chore: update npm dependencies
technote-space Aug 23, 2023
2550f59
chore: update npm dependencies
technote-space Aug 30, 2023
d7eb299
chore: update npm dependencies
technote-space Sep 6, 2023
6a59fd0
chore: update npm dependencies
technote-space Sep 13, 2023
4051ff2
chore: update npm dependencies
technote-space Sep 20, 2023
6d116d1
chore: update npm dependencies
technote-space Sep 27, 2023
14ced17
chore: update npm dependencies
technote-space Oct 4, 2023
ae38bf0
chore: update npm dependencies
technote-space Oct 11, 2023
f0d501d
chore: update npm dependencies
technote-space Oct 18, 2023
1af7357
chore: update npm dependencies
technote-space Oct 25, 2023
d22b4ab
chore: update npm dependencies
technote-space Nov 1, 2023
ab9aa65
chore: update npm dependencies
technote-space Nov 8, 2023
1000d88
chore: update npm dependencies
technote-space Nov 15, 2023
aa09847
chore: update npm dependencies
technote-space Nov 22, 2023
aa8bfb1
chore: update npm dependencies
technote-space Nov 29, 2023
6215425
chore: update npm dependencies
technote-space Dec 6, 2023
a5f6c86
chore: update npm dependencies
technote-space Dec 13, 2023
81e8382
chore: update npm dependencies
technote-space Dec 20, 2023
68fc41a
chore: update npm dependencies
technote-space Dec 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4",
"version": "0.3.5",
"description": "Template for npm package.",
"keywords": [
"template"
Expand Down Expand Up @@ -44,22 +44,22 @@
},
"dependencies": {},
"devDependencies": {
"@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.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",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.0",
"pinst": "^3.0.0",
"rollup": "^3.21.3",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading