Skip to content

Commit

Permalink
chore(deps-dev): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and haozi committed Feb 12, 2024
1 parent 515d526 commit e50bfbb
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 260 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
registry=https://registry.npmjs.org
registry=https://registry.npmjs.org

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "1.11.3",
"version": "1.11.4",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand Down Expand Up @@ -38,28 +38,29 @@
"scripts": {
"api": "pnpm vite-node -w mock/api.ts",
"build": "tsc && vite-node scripts/build.ts",
"coverage": "vitest run --coverage.enabled --coverage.provider=istanbul",
"coverage": "pnpm run build && vitest run --coverage",
"dev": "tsc && pnpm run lint && vite",
"lint": "prettier . --write",
"prepublishOnly": "pnpm run build && vite-node scripts/clean.ts",
"test": "vitest"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-istanbul": "^1.2.2",
"fs-extra": "^11.2.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-node": "^0.34.6",
"vite-plugin-dts": "^3.6.3",
"vitest": "~0.34"
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-node": "^1.2.2",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.7.2",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit e50bfbb

Please sign in to comment.