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

Commit

Permalink
Merge pull request #38 from ferreira-tb:depss
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
ferreira-tb committed Nov 22, 2023
2 parents ff0b702 + e6a09b1 commit 441759f
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 224 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vndb-query",
"version": "1.6.0",
"version": "1.6.1",
"description": "VNDB HTTPS API with custom query builder",
"type": "module",
"private": false,
Expand Down Expand Up @@ -45,44 +45,46 @@
},
"scripts": {
"build": "node --loader ts-node/esm scripts/build.ts",
"bump": "pnpm exec miho --no-ask",
"deploy": "run-s docs:build docs:typedoc",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:typedoc": "npx typedoc --plugin typedoc-plugin-mdn-links",
"minify": "npx minify-it dist",
"minify": "pnpm exec minify-it dist",
"prepare": "husky install",
"prettier": "npx prettier . --write",
"prettier": "pnpm exec prettier . --write",
"rollup": "rollup --config rollup.config.ts --configPlugin typescript={tsconfig:'tsconfig.rollup.json'}",
"script:publish": "node --loader ts-node/esm scripts/publish.ts",
"taze": "npx taze -w -f",
"taze": "pnpm exec taze -w -f",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui --watch --coverage.enabled=true",
"test:watch": "vitest --watch"
},
"devDependencies": {
"@octokit/core": "^5.0.1",
"@octokit/core": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.9.2",
"@unocss/preset-uno": "^0.57.6",
"@types/node": "^20.9.4",
"@unocss/preset-uno": "^0.57.7",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/ui": "^0.34.6",
"execa": "^8.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"minify-it": "^1.0.1",
"miho": "^1.0.2",
"minify-it": "^1.1.1",
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.0",
"rollup": "^4.5.0",
"rollup": "^4.5.1",
"taze": "^0.12.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typedoc": "^0.25.3",
"typedoc-plugin-mdn-links": "^3.1.4",
"typescript": "^5.2.2",
"unocss": "^0.57.6",
"vite": "^5.0.0",
"typescript": "5.2.2",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vitepress": "^1.0.0-rc.29",
"vitest": "^0.34.6",
Expand Down
Loading

0 comments on commit 441759f

Please sign in to comment.