Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 29cac754dd032e5b2212aafa420c8350d12e4e09
  • Loading branch information
cpojer committed Jan 8, 2025
1 parent 2c93dd3 commit eb5c5ca
Show file tree
Hide file tree
Showing 5 changed files with 633 additions and 576 deletions.
2 changes: 1 addition & 1 deletion ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@sentry/browser": "^8.47.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"cordova-plugin-purchase": "^13.12.0",
"cordova-plugin-purchase": "^13.12.1",
"fbt": "^1.0.2",
"framer-motion": "^11.15.0",
"p-limit": "^6.2.0",
Expand Down
14 changes: 7 additions & 7 deletions artemis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"author": "Christoph Nakazawa <[email protected]>",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@aws-sdk/client-s3": "^3.721.0",
"@aws-sdk/s3-request-presigner": "^3.721.0",
"@deities/apollo": "workspace:*",
"@deities/athena": "workspace:*",
"@deities/dionysus": "workspace:*",
"@deities/hephaestus": "workspace:*",
"@deities/hermes": "workspace:*",
"@deities/i18n": "workspace:*",
"@deities/zeus": "workspace:*",
"@graphql-tools/utils": "^10.7.0",
"@graphql-tools/utils": "^10.7.1",
"@nkzw/histogram": "^1.1.0",
"@nkzw/immutable-map": "^1.2.2",
"@nkzw/safe-word-list": "^2.1.0",
Expand All @@ -34,10 +34,10 @@
"@types/express-session": "^1.18.1",
"array-shuffle": "^3.0.0",
"body-parser": "^1.20.3",
"bufferutil": "^4.0.8",
"bufferutil": "^4.0.9",
"chalk": "^5.4.1",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"discord.js": "^14.17.2",
"express": "^4.21.2",
"express-session": "^1.18.1",
"graphql": "^16.10.0",
Expand All @@ -57,8 +57,8 @@
"web-push": "^3.6.7"
},
"devDependencies": {
"@aws-sdk/client-sso-oidc": "^3.716.0",
"@aws-sdk/client-sts": "^3.716.0",
"@aws-sdk/client-sso-oidc": "^3.721.0",
"@aws-sdk/client-sts": "^3.721.0",
"@rollup/plugin-replace": "^6.0.2",
"@sentry/vite-plugin": "^2.22.7",
"@types/body-parser": "^1.19.5",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@nkzw/eslint-config": "^1.19.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.10.2",
"@swc/core": "^1.10.4",
"@types/fbt": "^1.0.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.4",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-import": "^0.1.0",
Expand All @@ -79,7 +79,7 @@
"react-refresh": "^0.16.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"engines": {
Expand Down
Loading

0 comments on commit eb5c5ca

Please sign in to comment.