Skip to content

Commit 8cb8226

Browse files
authoredNov 25, 2024
Merge pull request #585 from ai16z/shaw/package-updates
feat: More package updates
2 parents 9371c12 + 3761893 commit 8cb8226

File tree

4 files changed

+30
-22
lines changed

4 files changed

+30
-22
lines changed
 

‎client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lucide-react": "0.460.0",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1",
20-
"tailwind-merge": "2.5.4",
20+
"tailwind-merge": "2.5.5",
2121
"tailwindcss-animate": "1.0.7",
2222
"vite-plugin-top-level-await": "1.4.4",
2323
"vite-plugin-wasm": "3.3.0"

‎package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"test": "bash ./scripts/test.sh"
2424
},
2525
"devDependencies": {
26+
"@commitlint/cli": "18.6.1",
27+
"@commitlint/config-conventional": "18.6.3",
2628
"lerna": "8.1.5",
2729
"only-allow": "1.2.1",
2830
"concurrently": "9.1.0",
@@ -31,9 +33,8 @@
3133
"typedoc": "0.26.11",
3234
"typescript": "5.6.3",
3335
"vite": "5.4.11",
34-
"vitest": "2.1.5",
35-
"@commitlint/cli": "18.6.1",
36-
"@commitlint/config-conventional": "18.6.3"
36+
"vitest": "2.1.5"
37+
3738
},
3839
"pnpm": {
3940
"overrides": {

‎packages/plugin-trustdb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"dependencies": {
88
"@ai16z/eliza": "workspace:*",
9-
"dompurify": "3.2.0",
9+
"dompurify": "3.2.1",
1010
"tsup": "8.3.5",
1111
"uuid": "11.0.2",
1212
"vitest": "2.1.5"

‎pnpm-lock.yaml

+24-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)