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 Dec 27, 2023
1 parent 2ab4200 commit 2fb34ef
Show file tree
Hide file tree
Showing 3 changed files with 816 additions and 705 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "1.8.3",
"version": "1.9.1",
"keywords": [
"cache response",
"swr without hooks",
Expand Down Expand Up @@ -28,28 +28,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.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "^0.34.6",
"fs-extra": "^11.1.1",
"prettier": "^3.1.0",
"@vitest/coverage-istanbul": "^1.1.0",
"fs-extra": "^11.2.0",
"prettier": "^3.1.1",
"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.0.10",
"vite-node": "^1.1.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.0"
}
}
Loading

0 comments on commit 2fb34ef

Please sign in to comment.