Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7723771b44e8484cf633ed95090871d64e615889
  • Loading branch information
cpojer committed May 9, 2024
1 parent 39200ed commit 3107fa0
Show file tree
Hide file tree
Showing 8 changed files with 379 additions and 380 deletions.
8 changes: 4 additions & 4 deletions ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@emotion/css": "^11.11.2",
"@iconify-icons/pixelarticons": "^1.2.5",
"@nkzw/use-relative-time": "^1.1.0",
"@sentry/browser": "^7.113.0",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@sentry/browser": "^7.114.0",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"fbt": "^1.0.2",
"framer-motion": "^11.1.7",
"framer-motion": "^11.1.9",
"react": "19.0.0-canary-fd0da3eef-20240404",
"react-dom": "19.0.0-canary-fd0da3eef-20240404",
"react-error-boundary": "^4.0.13",
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.569.0",
"@aws-sdk/s3-request-presigner": "^3.569.0",
"@aws-sdk/client-s3": "^3.572.0",
"@aws-sdk/s3-request-presigner": "^3.572.0",
"@deities/apollo": "workspace:*",
"@deities/athena": "workspace:*",
"@deities/dionysus": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"discord.js": "^14.15.1",
"discord.js": "^14.15.2",
"express": "^4.19.2",
"express-session": "^1.18.0",
"graphql": "^16.8.1",
Expand All @@ -53,8 +53,8 @@
"web-push": "^3.6.7"
},
"devDependencies": {
"@aws-sdk/client-sso-oidc": "^3.569.0",
"@aws-sdk/client-sts": "^3.569.0",
"@aws-sdk/client-sso-oidc": "^3.572.0",
"@aws-sdk/client-sts": "^3.572.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
Expand Down
2 changes: 1 addition & 1 deletion deimos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@emotion/css": "^11.11.2",
"array-shuffle": "^3.0.0",
"fbt": "^1.0.2",
"framer-motion": "^11.1.7",
"framer-motion": "^11.1.9",
"react": "19.0.0-canary-fd0da3eef-20240404",
"react-dom": "19.0.0-canary-fd0da3eef-20240404",
"react-error-boundary": "^4.0.13"
Expand Down
2 changes: 1 addition & 1 deletion hera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nkzw/use-relative-time": "^1.1.0",
"array-shuffle": "^3.0.0",
"fbt": "^1.0.2",
"framer-motion": "^11.1.7",
"framer-motion": "^11.1.9",
"react": "19.0.0-canary-fd0da3eef-20240404",
"react-dom": "19.0.0-canary-fd0da3eef-20240404"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@nkzw/eslint-config": "^1.15.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.5.2",
"@swc/core": "^1.5.5",
"@types/fbt": "^1.0.5",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-import": "^0.1.0",
Expand Down
Loading

0 comments on commit 3107fa0

Please sign in to comment.