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 Jan 15, 2024
1 parent b79ebe3 commit d5e5997
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 767 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

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.11.0",
"version": "1.11.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.11.0",
"@types/react": "^18.2.47",
"@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.2.0",
"fs-extra": "^11.2.0",
"prettier": "^3.2.2",
"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.11",
"vite-node": "^1.2.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.2.0"
}
}
Loading

0 comments on commit d5e5997

Please sign in to comment.