Skip to content

Commit

Permalink
build(deps): ⬆️ dependencies bumped up
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Jun 22, 2024
1 parent 8d4a5bc commit ab28927
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 481 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-teachers-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@akashrajpurohit/ts-npm-template": patch
---

build(deps): :arrow_up: dependencies bumped up
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"formatter": {
"quoteStyle": "single",
"semicolons": "always",
"trailingComma": "all",
"quoteProperties": "asNeeded"
}
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"build": "NODE_ENV=production tsup",
"build:docs": "typedoc --out docs ./src/index.ts",
"dev": "tsup --watch",
"format": "biome check --apply ./src",
"format": "biome check --write ./src",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@biomejs/biome": "^1.8.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.4.0",
"tsup": "^8.0.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vitest": "^1.4.0"
"@changesets/cli": "^2.27.5",
"@types/node": "^20.14.8",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.26.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ab28927

Please sign in to comment.