Skip to content

Commit b072467

Browse files
committed
Merge branch 'master' of https://github.com/notaphplover/one-game into feature/update-game-page-to-select-cards
2 parents 77f5dd1 + f8d3c38 commit b072467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"license": "See license in \"LICENSE\" file",
3131
"name": "root",
32-
"packageManager": "pnpm@9.12.3",
32+
"packageManager": "pnpm@9.13.0",
3333
"private": true,
3434
"repository": {
3535
"type": "git",

packages/frontend/web-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@cornie-js/frontend-common": "workspace:*",
2727
"@emotion/react": "11.13.3",
2828
"@emotion/styled": "11.13.0",
29-
"@mui/icons-material": "6.1.6",
30-
"@mui/material": "6.1.6",
29+
"@mui/icons-material": "6.1.7",
30+
"@mui/material": "6.1.7",
3131
"@reduxjs/toolkit": "2.3.0",
3232
"async-mutex": "0.5.0",
3333
"react": "18.3.1",

0 commit comments

Comments
 (0)