Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 12c2213 commit 5b6c673
Show file tree
Hide file tree
Showing 25 changed files with 239 additions and 252 deletions.
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.5",
"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
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@
"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",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"concurrently": "9.1.0",
"lerna": "8.1.9",
"only-allow": "1.2.1",
"prettier": "^3.3.3",
"typedoc": "^0.26.11",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vite": "5.4.11",
"vitest": "2.1.5"
},
"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
8 changes: 4 additions & 4 deletions packages/plugin-coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"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",
"onnxruntime-node": "1.20.1",
"whatwg-url": "7.1.0"
},
"trustedDependencies": {
Expand Down
Loading

0 comments on commit 5b6c673

Please sign in to comment.