Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 683014de5db2a4d690ea957af0337a76a0f539d9
  • Loading branch information
cpojer committed Oct 28, 2024
1 parent a35ec8a commit e927481
Show file tree
Hide file tree
Showing 9 changed files with 361 additions and 350 deletions.
2 changes: 1 addition & 1 deletion ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@emotion/babel-plugin": "^11.12.0",
"@sentry/vite-plugin": "^2.22.6",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-relay": "^16.0.6",
"@types/react-router-dom": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion deimos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@emotion/babel-plugin": "^11.12.0",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@deities/ui": "workspace:*",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/css": "^11.13.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"dunkel-theme": "^1.7.1",
"fbt": "^1.0.2",
"framer-motion": "^11.11.9",
Expand Down
2 changes: 1 addition & 1 deletion hera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react-fps": "^1.0.6"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.7.39",
"@types/fbt": "^1.0.5",
"@types/node": "^22.7.8",
"@types/node": "^22.7.9",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-import": "^0.1.0",
Expand All @@ -79,7 +79,7 @@
"react-refresh": "^0.14.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"engines": {
Expand Down
Loading

0 comments on commit e927481

Please sign in to comment.