Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: bf6a2dd4585c93b2e39677685c6d8996f66c55e2
  • Loading branch information
cpojer committed Nov 15, 2024
1 parent 1f7495e commit deecdec
Show file tree
Hide file tree
Showing 7 changed files with 678 additions and 674 deletions.
4 changes: 2 additions & 2 deletions ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@stripe/stripe-js": "^4.10.0",
"cordova-plugin-purchase": "^13.11.1",
"fbt": "^1.0.2",
"framer-motion": "^11.11.15",
"framer-motion": "^11.11.17",
"p-limit": "^6.1.0",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"glob": "11.0.0",
"relay-compiler": "^18.1.0",
"vite-plugin-minify": "^2.0.1",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-restart": "^0.4.1"
}
}
9 changes: 5 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 <christoph.pojer@gmail.com>",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.691.0",
"@aws-sdk/s3-request-presigner": "^3.691.0",
"@aws-sdk/client-s3": "^3.692.0",
"@aws-sdk/s3-request-presigner": "^3.692.0",
"@deities/apollo": "workspace:*",
"@deities/athena": "workspace:*",
"@deities/dionysus": "workspace:*",
Expand Down Expand Up @@ -50,14 +50,15 @@
"prettier": "4.0.0-alpha.8",
"resend": "4.0.1-alpha.0",
"socket.io": "^4.8.1",
"strip-ansi": "^7.1.0",
"stripe": "^17.3.1",
"ua-parser-js": "2.0.0-rc.1",
"utf-8-validate": "^6.0.5",
"web-push": "^3.6.7"
},
"devDependencies": {
"@aws-sdk/client-sso-oidc": "^3.691.0",
"@aws-sdk/client-sts": "^3.691.0",
"@aws-sdk/client-sso-oidc": "^3.692.0",
"@aws-sdk/client-sts": "^3.692.0",
"@rollup/plugin-replace": "^6.0.1",
"@sentry/vite-plugin": "^2.22.6",
"@types/body-parser": "^1.19.5",
Expand Down
2 changes: 1 addition & 1 deletion deimos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/css": "^11.13.4",
"array-shuffle": "^3.0.0",
"fbt": "^1.0.2",
"framer-motion": "^11.11.15",
"framer-motion": "^11.11.17",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react-error-boundary": "^4.1.2"
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.12",
"dunkel-theme": "^1.7.1",
"fbt": "^1.0.2",
"framer-motion": "^11.11.15",
"framer-motion": "^11.11.17",
"licht-theme": "^1.7.1",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
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.11.15",
"framer-motion": "^11.11.17",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react-fps": "^1.0.6"
Expand Down
1,331 changes: 667 additions & 664 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.11.15",
"framer-motion": "^11.11.17",
"howler": "^2.2.4",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
Expand Down

0 comments on commit deecdec

Please sign in to comment.