Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: More package updates #585

Merged
merged 10 commits into from
Nov 25, 2024
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lucide-react": "0.460.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.4",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7",
"vite-plugin-top-level-await": "1.4.4",
"vite-plugin-wasm": "3.3.0"
Expand Down
10 changes: 10 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@ const sidebars = {
type: "category",
label: "November 2024",
items: [
{
type: "doc",
id: "community/streams/2024-11-22",
label: "What Did You Get Done This Week 2",
},
{
type: "doc",
id: "community/streams/2024-11-21",
label: "The Delphi Podcast",
},
{
type: "doc",
id: "community/streams/2024-11-15",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"test": "bash ./scripts/test.sh"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"lerna": "8.1.5",
"only-allow": "1.2.1",
"concurrently": "9.1.0",
Expand All @@ -31,9 +33,8 @@
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.5",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3"
"vitest": "2.1.5"

},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-trustdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"dompurify": "3.2.0",
"dompurify": "3.2.1",
"tsup": "8.3.5",
"uuid": "11.0.2",
"vitest": "2.1.5"
Expand Down
41 changes: 24 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.