Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayneyao committed Oct 23, 2024
1 parent e342143 commit 1ead709
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 99 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"lucide-react": "^0.316.0",
"marked": "^5.1.1",
"match-sorter": "^6.3.1",
"mermaid": "^10.9.1",
"mermaid": "^10.9.3",
"mime-db": "^1.53.0",
"monaco-editor": "^0.44.0",
"moo": "^0.5.2",
Expand Down Expand Up @@ -221,10 +221,10 @@
"uuidv7": "^1.0.1",
"vaul": "^0.8.0",
"workbox-precaching": "^7.0.0",
"ws": "^8.13.0",
"ws": "^8.17.1",
"yjs": "^13.6.6",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.3",
"zod": "^3.22.3",
"zod-to-json-schema": "^3.22.3",
"zustand": "^4.3.9"
},
"devDependencies": {
Expand Down Expand Up @@ -279,7 +279,7 @@
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.3.3",
"vite": "^5.4.0",
"vite": "^5.4.6",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-pwa": "^0.20.1",
"vitest": "^2.0.3",
Expand All @@ -299,4 +299,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion packages/download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
"typescript": "^5.6.3",
"wrangler": "2.20.2"
"wrangler": ">=2.20.2"
},
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit 1ead709

Please sign in to comment.