Skip to content

Commit

Permalink
chore: 🤖 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Dec 9, 2024
1 parent d660c41 commit 421b376
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry=https://registry.npmjs.org
registry=https://registry.npmjs.org
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"types": "./dist/index.d.ts",
"scripts": {
"api": "pnpm vite-node -w mock/api.ts",
"build": "tsc && vite-node scripts/build.ts",
"coverage": "vitest run --coverage.enabled --coverage.provider=istanbul",
"dev": "tsc && pnpm run lint && vite",
"build": "tsc && vite-node scripts/build.ts && pnpm run -r build",
"coverage": "pnpm run build && vitest run --coverage",
"dev": "tsc && pnpm run lint && vite & pnpm run -r dev",
"lint": "prettier . --write",
"prepublishOnly": "pnpm run build && vite-node scripts/clean.ts",
"publish:alpha": "pnpm publish --no-git-checks --registry https://registry.npmjs.org --tag alpha",
Expand All @@ -66,8 +66,8 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-istanbul": "^2.1.8",
Expand Down
Loading

0 comments on commit 421b376

Please sign in to comment.