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 Jun 25, 2024
1 parent 0d41e9b commit 8ec2f73
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 267 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
16 changes: 8 additions & 8 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 @@ -65,7 +65,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.1",
Expand All @@ -75,13 +75,13 @@
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"typescript": "^5.4.5",
"react-router-dom": "^6.24.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-node": "^1.6.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 8ec2f73

Please sign in to comment.