Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a3a15f15577400981d41019eab11ab9e635abdd0
  • Loading branch information
cpojer committed Dec 27, 2024
1 parent e63cacb commit 2c93dd3
Show file tree
Hide file tree
Showing 11 changed files with 786 additions and 797 deletions.
6 changes: 3 additions & 3 deletions ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"p-limit": "^6.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.1.2",
"react-error-boundary": "^5.0.0",
"react-relay": "^18.2.0",
"react-router-dom": "^7.1.0",
"react-router-dom": "^7.1.1",
"relay-runtime": "^18.2.0",
"socket.io-client": "^4.8.1",
"tinybase": "^5.4.4",
"tinybase": "^5.4.5",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@deities/athena": "workspace:*",
"@deities/hephaestus": "workspace:*",
"@emotion/css": "^11.13.5",
"@nkzw/palette-swap": "^2.1.2"
"@nkzw/palette-swap": "^3.0.0"
}
}
6 changes: 3 additions & 3 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.4",
"@graphql-tools/utils": "^10.7.0",
"@nkzw/histogram": "^1.1.0",
"@nkzw/immutable-map": "^1.2.2",
"@nkzw/safe-word-list": "^2.1.0",
Expand All @@ -35,15 +35,15 @@
"array-shuffle": "^3.0.0",
"body-parser": "^1.20.3",
"bufferutil": "^4.0.8",
"chalk": "^5.4.0",
"chalk": "^5.4.1",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"express": "^4.21.2",
"express-session": "^1.18.1",
"graphql": "^16.10.0",
"graphql-helix": "^1.13.0",
"ioredis": "^5.4.2",
"json-stable-stringify": "^1.2.0",
"json-stable-stringify": "^1.2.1",
"openskill": "^4.1.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@deities/hephaestus": "workspace:*",
"@deities/hermes": "workspace:*",
"@types/babel__traverse": "^7.20.6",
"chalk": "^5.4.0",
"chalk": "^5.4.1",
"glob": "11.0.0",
"prettier": "4.0.0-alpha.10"
}
Expand Down
2 changes: 1 addition & 1 deletion deimos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"framer-motion": "^11.15.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.1.2"
"react-error-boundary": "^5.0.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"@babel/plugin-syntax-typescript": "^7.25.9",
"@deities/eslint-plugin": "workspace:*",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@nkzw/eslint-config": "^1.18.1",
"@nkzw/eslint-config": "^1.19.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.10.1",
"@swc/core": "^1.10.2",
"@types/fbt": "^1.0.5",
"@types/node": "^22.10.2",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-import": "^0.1.0",
"babel-plugin-fbt-runtime": "^1.0.0",
"chalk": "^5.4.0",
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"eslint": "^8.57.0",
"eslint-plugin-workspaces": "^0.10.1",
Expand All @@ -79,7 +79,7 @@
"react-refresh": "^0.16.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vitest": "^2.1.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 2c93dd3

Please sign in to comment.