Skip to content

Commit

Permalink
Merge pull request #55 from elsoul/package
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
POPPIN-FUMI authored Feb 8, 2024
2 parents 8840bb8 + d11c539 commit 04b3baa
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 202 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,34 @@
"discord:epics": "npx ts-node -r tsconfig-paths/register --transpile-only ./.github/workflows/runDiscordChangeLog.ts epics"
},
"dependencies": {
"@google-cloud/aiplatform": "3.9.0",
"@google-cloud/translate": "8.0.2",
"@google-cloud/aiplatform": "3.11.0",
"@google-cloud/translate": "8.0.3",
"crypto-js": "4.2.0",
"dotenv": "16.3.1",
"dotenv": "16.4.1",
"node-fetch": "2.6.9",
"openai": "4.24.1",
"openai": "4.26.1",
"pako": "2.1.0"
},
"devDependencies": {
"@skeet-framework/discord-utils": "0.2.14",
"@skeet-framework/utils": "1.2.4",
"@types/crypto-js": "4.2.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/node-fetch": "2.6.9",
"@types/crypto-js": "4.2.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node-fetch": "2.6.11",
"@types/pako": "2.0.3",
"babel-loader": "9.1.3",
"esbuild": "0.19.10",
"esbuild": "0.20.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"npm-check-updates": "16.14.12",
"prettier": "3.1.1",
"ts-jest": "29.1.1",
"npm-check-updates": "16.14.14",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typedoc": "0.25.4",
"typedoc": "0.25.7",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 04b3baa

Please sign in to comment.