Skip to content

Commit

Permalink
update packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Apr 7, 2024
1 parent e079faa commit 814371b
Show file tree
Hide file tree
Showing 6 changed files with 999 additions and 384 deletions.
8 changes: 8 additions & 0 deletions .changeset/silent-gorillas-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@skeet-framework/discord-utils": patch
"@skeet-framework/cloud-task": patch
"@skeet-framework/utils": patch
"@skeet-framework/ai": patch
---

Update Packeges Version
20 changes: 10 additions & 10 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"dev": "tsx src/index.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "0.19.0",
"@google-cloud/translate": "8.1.0",
"@anthropic-ai/sdk": "0.20.1",
"@google-cloud/translate": "8.2.0",
"@google-cloud/vertexai": "0.5.0",
"chalk": "5.3.0",
"dotenv": "16.4.5",
"openai": "4.29.2"
"openai": "4.33.0"
},
"devDependencies": {
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"tsx": "4.7.1",
"tsx": "4.7.2",
"typedoc": "0.25.12",
"typescript": "5.4.3",
"vite": "5.2.6",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/cloud-task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
"dev": "tsx src/index.ts"
},
"dependencies": {
"@google-cloud/tasks": "5.2.1"
"@google-cloud/tasks": "5.3.0"
},
"devDependencies": {
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"tsx": "4.7.1",
"tsx": "4.7.2",
"typedoc": "0.25.12",
"typescript": "5.4.3",
"vite": "5.2.6",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/discord-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"dotenv": "16.4.5"
},
"devDependencies": {
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"tsx": "4.7.1",
"tsx": "4.7.2",
"typedoc": "0.25.12",
"typescript": "5.4.3",
"vite": "5.2.6",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
},
"dependencies": {
"date-fns": "3.6.0",
"date-fns-tz": "2.0.1",
"date-fns-tz": "3.0.0",
"dotenv": "16.4.5",
"node-fetch": "3.3.2"
},
"devDependencies": {
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"tsx": "4.7.1",
"tsx": "4.7.2",
"typedoc": "0.25.12",
"typescript": "5.4.3",
"vite": "5.2.6",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
}
Expand Down
Loading

0 comments on commit 814371b

Please sign in to comment.