Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: cdfcd2475ee76dd0e6b6b627b06cf145c347a3e1
  • Loading branch information
cpojer committed Dec 3, 2024
1 parent af4305e commit bb33cfa
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 320 deletions.
6 changes: 3 additions & 3 deletions ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@emotion/css": "^11.13.5",
"@iconify-icons/pixelarticons": "^1.2.5",
"@nkzw/use-relative-time": "^1.1.0",
"@sentry/browser": "^8.41.0",
"@sentry/browser": "^8.42.0",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"cordova-plugin-purchase": "^13.11.1",
"cordova-plugin-purchase": "^13.12.0",
"fbt": "^1.0.2",
"framer-motion": "^11.12.0",
"p-limit": "^6.1.0",
Expand All @@ -60,7 +60,7 @@
"@types/react-dom": "^18.3.1",
"@types/react-relay": "^16.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/relay-runtime": "^18.1.1",
"@types/relay-runtime": "^18.2.0",
"babel-plugin-relay": "^18.2.0",
"glob": "11.0.0",
"relay-compiler": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions artemis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "Christoph Nakazawa <[email protected]>",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.701.0",
"@aws-sdk/s3-request-presigner": "^3.701.0",
"@aws-sdk/client-s3": "^3.703.0",
"@aws-sdk/s3-request-presigner": "^3.703.0",
"@deities/apollo": "workspace:*",
"@deities/athena": "workspace:*",
"@deities/dionysus": "workspace:*",
Expand All @@ -28,9 +28,9 @@
"@pothos/plugin-directives": "^4.2.0",
"@pothos/plugin-prisma": "^4.4.0",
"@pothos/plugin-relay": "^4.3.0",
"@prisma/client": "^6.0.0",
"@prisma/client": "^6.0.1",
"@quixo3/prisma-session-store": "^3.1.13",
"@sentry/node": "^8.41.0",
"@sentry/node": "^8.42.0",
"@types/express-session": "^1.18.1",
"array-shuffle": "^3.0.0",
"body-parser": "^1.20.3",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@types/web-push": "^3.6.4",
"glob": "11.0.0",
"p-limit": "^6.1.0",
"prisma": "^6.0.0",
"prisma": "^6.0.1",
"prisma-json-types-generator": "^3.2.2",
"terminal-link": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"react-refresh": "^0.14.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20.0.0",
Expand Down
Loading

0 comments on commit bb33cfa

Please sign in to comment.