Skip to content

Commit

Permalink
chore: 🤖 v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Nov 27, 2024
1 parent eaf179c commit 4472899
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 275 deletions.
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.1.8"
"idmp": "2.1.9"
},
"_dependencies": {
"idmp": "1.13.0-alpha.5"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "2.1.8",
"version": "2.1.9",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand Down Expand Up @@ -65,24 +65,24 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-istanbul": "^2.1.6",
"fs-extra": "^11.2.0",
"immer": "^10.1.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-node": "^2.1.5",
"vite": "^6.0.0",
"vite-node": "^2.1.6",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-html": "^3.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
}
}
Loading

0 comments on commit 4472899

Please sign in to comment.