Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb committed Apr 15, 2024
1 parent 0f1a209 commit f6b45a4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@tb-dev/vndb",
"version": "1.7.40",
"version": "1.7.41",
"description": "Custom query builder for VNDB",
"type": "module",
"private": false,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.7",
"author": {
"name": "Andrew Ferreira",
"email": "andrew.shien2@gmail.com",
Expand Down Expand Up @@ -60,24 +60,24 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@tb-dev/eslint-config": "^3.3.2",
"@tb-dev/utility-types": "^1.2.5",
"@tb-dev/utils": "^1.4.4",
"@types/node": "^20.12.3",
"@vitest/coverage-istanbul": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@tb-dev/eslint-config": "^3.4.0",
"@tb-dev/utility-types": "^1.2.6",
"@tb-dev/utils": "^1.5.1",
"@types/node": "^20.12.7",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/ui": "^1.5.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tslib": "^2.6.2",
"typedoc": "^0.25.12",
"typedoc-plugin-mdn-links": "^3.1.19",
"typescript": "^5.4.3",
"typedoc": "^0.25.13",
"typedoc-plugin-mdn-links": "^3.1.21",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vitepress": "^1.0.2",
"vitest": "^1.4.0",
"vite-plugin-dts": "^3.8.3",
"vitepress": "^1.1.0",
"vitest": "^1.5.0",
"zod": "^3.22.4"
}
}

0 comments on commit f6b45a4

Please sign in to comment.