Skip to content

Commit

Permalink
chore: 🤖 v2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Dec 23, 2024
1 parent b6882c8 commit c058380
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 162 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.11"
"idmp": "2.1.12"
},
"_dependencies": {
"idmp": "1.13.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "2.1.11",
"version": "2.1.12",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand Down Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
Expand All @@ -76,12 +76,12 @@
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vite-node": "^2.1.8",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-html": "^3.2.2",
"vitest": "^2.1.8"
}
Expand Down
Loading

0 comments on commit c058380

Please sign in to comment.