Skip to content

Commit

Permalink
chore: 🤖 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Sep 23, 2024
1 parent 3354a6b commit c32b757
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 551 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
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"idmp": "2.0.1"
"idmp": "2.1.1"
},
"_dependencies": {
"idmp": "1.13.0-alpha.5"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand Down 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,24 +65,24 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-istanbul": "^2.1.1",
"fs-extra": "^11.2.0",
"immer": "^10.1.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-node": "^2.0.5",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^4.0.3",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-node": "^2.1.1",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-html": "^3.2.2",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit c32b757

Please sign in to comment.