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: Update packages #584

Merged
merged 17 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
8430cb8
fix(deps): update dependency @echogarden/espeak-ng-emscripten to v0.3.3
renovate[bot] Nov 23, 2024
00bac9d
fix(deps): update dependency @opendocsg/pdf2md to v0.1.32
renovate[bot] Nov 23, 2024
ddd318a
fix(deps): update dependency agent-twitter-client to v0.0.14
renovate[bot] Nov 23, 2024
8a3a1eb
fix(deps): update dependency clsx to v2.1.1
renovate[bot] Nov 23, 2024
d464367
chore(deps): update docusaurus monorepo to v3.6.3
renovate[bot] Nov 23, 2024
e252e89
fix(deps): update dependency @solana/web3.js to v1.95.5
renovate[bot] Nov 23, 2024
f5e1e9d
fix(deps): update dependency pm2 to v5.4.3
renovate[bot] Nov 23, 2024
308732a
fix(deps): pin dependencies
renovate[bot] Nov 25, 2024
342f4a5
Merge branch 'renovate/pin-dependencies' of https://github.com/ai16z/…
lalalune Nov 25, 2024
11f1301
Merge branch 'renovate/echogarden-espeak-ng-emscripten-0.x' of https:…
lalalune Nov 25, 2024
4b3d689
Merge branch 'renovate/opendocsg-pdf2md-0.x' of https://github.com/ai…
lalalune Nov 25, 2024
1c6ad2e
Merge branch 'renovate/solana-packages' of https://github.com/ai16z/e…
lalalune Nov 25, 2024
8a5e5ed
Merge branch 'renovate/agent-twitter-client-0.x' of https://github.co…
lalalune Nov 25, 2024
7dd26c8
Merge branch 'renovate/docusaurus-monorepo' of https://github.com/ai1…
lalalune Nov 25, 2024
37f560b
Merge branch 'renovate/clsx-2.x' of https://github.com/ai16z/eliza in…
lalalune Nov 25, 2024
43e267f
Update docs
lalalune Nov 25, 2024
1f1f1ac
Merge branch 'renovate/pm2-5.x' of https://github.com/ai16z/eliza int…
lalalune Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@ai16z/plugin-solana": "workspace:*",
"@ai16z/plugin-starknet": "workspace:*",
"@ai16z/plugin-coinbase": "workspace:*",
"readline": "^1.3.0",
"ws": "^8.18.0",
"readline": "1.3.0",
"ws": "8.18.0",
"yargs": "17.7.2"
},
"devDependencies": {
"ts-node": "10.9.2",
"tsup": "^8.3.5"
"tsup": "8.3.5"
}
}
34 changes: 17 additions & 17 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
},
"dependencies": {
"@ai16z/eliza": "workspace:*",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"@radix-ui/react-slot": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
"lucide-react": "0.460.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"vite-plugin-top-level-await": "1.4.4",
"vite-plugin-wasm": "3.3.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "9.15.0",
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"globals": "15.12.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
"typescript-eslint": "8.15.0",
"vite": "5.4.11"
}
}
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.6.0",
"@docusaurus/plugin-content-blog": "^3.6.0",
"@docusaurus/plugin-content-docs": "^3.6.0",
"@docusaurus/plugin-ideal-image": "^3.6.0",
"@docusaurus/preset-classic": "^3.6.0",
"@docusaurus/theme-mermaid": "^3.6.0",
"@docusaurus/core": "3.6.3",
"@docusaurus/plugin-content-blog": "3.6.3",
"@docusaurus/plugin-content-docs": "3.6.3",
"@docusaurus/plugin-ideal-image": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/theme-mermaid": "3.6.3",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.0",
"docusaurus-lunr-search": "^3.5.0",
"docusaurus-lunr-search": "3.5.0",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -32,9 +32,9 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/types": "3.6.0",
"docusaurus-plugin-typedoc": "^1.0.5",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.9"
"docusaurus-plugin-typedoc": "1.0.5",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10"
},
"browserslist": {
"production": [
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,31 @@
"test": "bash ./scripts/test.sh"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"concurrently": "^9.1.0",
"lerna": "^8.1.5",
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"typedoc": "^0.26.11",
"lerna": "8.1.5",
"only-allow": "1.2.1",
"concurrently": "9.1.0",
"husky": "9.1.7",
"prettier": "3.3.3",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vite": "5.4.11",
"vitest": "2.1.5",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3"
},
"pnpm": {
"overrides": {
"onnxruntime-node": "^1.20.0"
"onnxruntime-node": "1.20.1"
}
},
"engines": {
"node": ">=22"
"node": "23.3.0"
},
"dependencies": {
"ollama-ai-provider": "^0.16.1",
"optional": "^0.1.4",
"sharp": "^0.33.5",
"tslog": "^4.9.3"
"ollama-ai-provider": "0.16.1",
"optional": "0.1.4",
"sharp": "0.33.5",
"tslog": "4.9.3"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
6 changes: 3 additions & 3 deletions packages/adapter-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"@types/pg": "^8.11.10",
"pg": "^8.13.1"
"@types/pg": "8.11.10",
"pg": "8.13.1"
},
"devDependencies": {
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sqljs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-direct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@types/express": "5.0.0",
"body-parser": "1.20.3",
"cors": "2.8.5",
"express": "^4.21.1",
"express": "4.21.1",
"multer": "1.4.5-lts.1"
},
"devDependencies": {
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
12 changes: 6 additions & 6 deletions packages/client-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.6.0",
"glob": "^10.3.10",
"simple-git": "^3.22.0"
"@octokit/rest": "20.1.1",
"@octokit/types": "12.6.0",
"glob": "10.4.5",
"simple-git": "3.27.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/glob": "8.1.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
34 changes: 17 additions & 17 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "9.15.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
Expand All @@ -27,9 +27,9 @@
"@solana/web3.js": "1.95.4",
"@types/fluent-ffmpeg": "2.1.27",
"@types/jest": "29.5.14",
"@types/mocha": "^10.0.9",
"@types/mocha": "10.0.10",
"@types/node": "22.8.4",
"@types/pdfjs-dist": "^2.10.378",
"@types/pdfjs-dist": "2.10.378",
"@types/tar": "6.1.13",
"@types/wav-encoder": "1.3.3",
"@typescript-eslint/eslint-plugin": "8.12.2",
Expand All @@ -49,32 +49,32 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.0",
"tsup": "^8.3.5",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.56",
"@ai-sdk/google": "^0.0.55",
"@ai-sdk/google-vertex": "^0.0.43",
"@ai-sdk/groq": "^0.0.3",
"@ai-sdk/anthropic": "0.0.56",
"@ai-sdk/google": "0.0.55",
"@ai-sdk/google-vertex": "0.0.43",
"@ai-sdk/groq": "0.0.3",
"@ai-sdk/openai": "1.0.4",
"@anthropic-ai/sdk": "0.30.1",
"@types/uuid": "^10.0.0",
"ai": "^3.4.23",
"anthropic-vertex-ai": "^1.0.0",
"fastembed": "^1.14.1",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"@types/uuid": "10.0.0",
"ai": "3.4.33",
"anthropic-vertex-ai": "1.0.2",
"fastembed": "1.14.1",
"fastestsmallesttextencoderdecoder": "1.0.22",
"gaxios": "6.7.1",
"glob": "11.0.0",
"js-sha1": "0.7.0",
"langchain": "^0.3.6",
"ollama-ai-provider": "^0.16.1",
"langchain": "0.3.6",
"ollama-ai-provider": "0.16.1",
"openai": "4.73.0",
"tiktoken": "1.0.17",
"tinyld": "1.3.4",
"together-ai": "^0.7.0",
"together-ai": "0.7.0",
"unique-names-generator": "4.7.1",
"uuid": "11.0.2",
"zod": "^3.23.8"
"zod": "3.23.8"
}
}
10 changes: 5 additions & 5 deletions packages/create-eliza-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"citty": "^0.1.6",
"giget": "^1.2.3"
"citty": "0.1.6",
"giget": "1.2.3"
},
"devDependencies": {
"automd": "^0.3.12",
"automd": "0.3.12",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"jiti": "^2.4.0",
"unbuild": "^2.0.0"
"jiti": "2.4.0",
"unbuild": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-bootstrap/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:*",
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"devDependencies": {
"eslint": "9.13.0",
Expand Down
11 changes: 6 additions & 5 deletions packages/plugin-coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "^0.1.3",
"coinbase-api": "^1.0.5"
"@ai16z/eliza": "0.1.3",
"coinbase-api": "1.0.5"
},
"devDependencies": {
"tsup": "^8.3.5"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --watch"
},
"peerDependencies": {
"onnxruntime-node": "^1.20.0",
"whatwg-url": "7.1.0"
"onnxruntime-node": "1.20.1",
"whatwg-url": "7.1.0",
"vue": "^3.2.26"
},
"trustedDependencies": {
"onnxruntime-node": "^1.20.0",
Expand Down
Loading