Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 009a93ef79365c2297e047fa7c097b48708b4efb
  • Loading branch information
cpojer committed May 31, 2024
1 parent 640efb6 commit 103b389
Show file tree
Hide file tree
Showing 8 changed files with 460 additions and 459 deletions.
4 changes: 2 additions & 2 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": "^8.5.0",
"@sentry/browser": "^8.7.0",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.1",
"fbt": "^1.0.2",
"framer-motion": "^11.2.6",
"framer-motion": "^11.2.9",
"react": "19.0.0-rc-915b914b3a-20240515",
"react-dom": "19.0.0-rc-915b914b3a-20240515",
"react-error-boundary": "^4.0.13",
Expand Down
8 changes: 4 additions & 4 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.583.0",
"@aws-sdk/s3-request-presigner": "^3.583.0",
"@aws-sdk/client-s3": "^3.587.0",
"@aws-sdk/s3-request-presigner": "^3.587.0",
"@deities/apollo": "workspace:*",
"@deities/athena": "workspace:*",
"@deities/dionysus": "workspace:*",
Expand Down Expand Up @@ -53,8 +53,8 @@
"web-push": "^3.6.7"
},
"devDependencies": {
"@aws-sdk/client-sso-oidc": "^3.583.0",
"@aws-sdk/client-sts": "^3.583.0",
"@aws-sdk/client-sso-oidc": "^3.587.0",
"@aws-sdk/client-sts": "^3.587.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.2.6",
"framer-motion": "^11.2.9",
"react": "19.0.0-rc-915b914b3a-20240515",
"react-dom": "19.0.0-rc-915b914b3a-20240515",
"react-error-boundary": "^4.0.13"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react": "^18.3.3",
"dunkel-theme": "^1.7.1",
"fbt": "^1.0.2",
"framer-motion": "^11.2.6",
"framer-motion": "^11.2.9",
"licht-theme": "^1.7.1",
"react": "19.0.0-rc-915b914b3a-20240515",
"react-dom": "19.0.0-rc-915b914b3a-20240515",
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.2.6",
"framer-motion": "^11.2.9",
"react": "19.0.0-rc-915b914b3a-20240515",
"react-dom": "19.0.0-rc-915b914b3a-20240515",
"react-fps": "^1.0.6"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@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.7",
"@swc/core": "^1.5.24",
"@types/fbt": "^1.0.5",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"@vitejs/plugin-react": "^4.3.0",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-import": "^0.1.0",
"babel-plugin-fbt-runtime": "^1.0.0",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"npm-run-all2": "^6.2.0",
"prettier": "4.0.0-alpha.8",
"prettier-plugin-packagejson": "^2.5.0",
Expand Down
893 changes: 447 additions & 446 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@iconify-icons/pixelarticons": "^1.2.5",
"@nkzw/joymap": "^3.0.0",
"fbt": "^1.0.2",
"framer-motion": "^11.2.6",
"framer-motion": "^11.2.9",
"howler": "^2.2.4",
"react": "19.0.0-rc-915b914b3a-20240515",
"react-dom": "19.0.0-rc-915b914b3a-20240515",
Expand Down

0 comments on commit 103b389

Please sign in to comment.