Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c02be3568d2f1e0302d1eda99e4822815312a905
  • Loading branch information
cpojer committed Nov 29, 2024
1 parent ddaf187 commit dcb2a27
Show file tree
Hide file tree
Showing 10 changed files with 449 additions and 141 deletions.
8 changes: 4 additions & 4 deletions ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@emotion/css": "^11.13.5",
"@iconify-icons/pixelarticons": "^1.2.5",
"@nkzw/use-relative-time": "^1.1.0",
"@sentry/browser": "^8.40.0",
"@sentry/browser": "^8.41.0",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"cordova-plugin-purchase": "^13.11.1",
"fbt": "^1.0.2",
"framer-motion": "^11.11.17",
"framer-motion": "^11.12.0",
"p-limit": "^6.1.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
Expand Down Expand Up @@ -64,8 +64,8 @@
"babel-plugin-relay": "^18.2.0",
"glob": "11.0.0",
"relay-compiler": "^18.2.0",
"vite-plugin-minify": "^2.0.1",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-restart": "^0.4.1"
"vite-plugin-restart": "^0.4.2"
}
}
4 changes: 2 additions & 2 deletions artemis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@deities/hermes": "workspace:*",
"@deities/i18n": "workspace:*",
"@deities/zeus": "workspace:*",
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"@nkzw/histogram": "^1.1.0",
"@nkzw/immutable-map": "^1.2.2",
"@nkzw/safe-word-list": "^2.1.0",
Expand All @@ -30,7 +30,7 @@
"@pothos/plugin-relay": "^4.3.0",
"@prisma/client": "^5.22.0",
"@quixo3/prisma-session-store": "^3.1.13",
"@sentry/node": "^8.40.0",
"@sentry/node": "^8.41.0",
"@types/express-session": "^1.18.1",
"array-shuffle": "^3.0.0",
"body-parser": "^1.20.3",
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.5",
"array-shuffle": "^3.0.0",
"fbt": "^1.0.2",
"framer-motion": "^11.11.17",
"framer-motion": "^11.12.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"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.17",
"framer-motion": "^11.12.0",
"licht-theme": "^1.7.1",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
Expand Down
1 change: 1 addition & 0 deletions docs/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default defineConfig({
'process.env.IS_LANDING_PAGE': `1`,
},
plugins: [
// @ts-expect-error
react({
babel: {
plugins: [...babelPlugins, babelPluginEmotion],
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.17",
"framer-motion": "^11.12.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-fps": "^1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"devDependencies": {
"@capacitor/core": "^6.2.0",
"vite-plugin-minify": "^2.0.1",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-singlefile": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"react-refresh": "^0.14.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"engines": {
Expand Down
Loading

0 comments on commit dcb2a27

Please sign in to comment.