Skip to content

Commit b34bced

Browse files
authored
chore(deps): Upgrade dependencies (#2062)
1 parent 6f9d798 commit b34bced

File tree

5 files changed

+355
-359
lines changed

5 files changed

+355
-359
lines changed

app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@babel/runtime": "^7.23.7",
2020
"@emotion/react": "^11.11.3",
2121
"@emotion/styled": "^11.11.0",
22-
"@mui/base": "^5.0.0-beta.29",
23-
"@mui/icons-material": "^5.15.2",
24-
"@mui/joy": "^5.0.0-beta.20",
25-
"@mui/lab": "^5.0.0-alpha.158",
26-
"@mui/material": "^5.15.2",
22+
"@mui/base": "^5.0.0-beta.30",
23+
"@mui/icons-material": "^5.15.3",
24+
"@mui/joy": "^5.0.0-beta.21",
25+
"@mui/lab": "^5.0.0-alpha.159",
26+
"@mui/material": "^5.15.3",
2727
"firebase": "^10.7.1",
2828
"jotai": "^2.6.1",
2929
"jotai-effect": "^0.2.3",
@@ -37,13 +37,13 @@
3737
"@babel/core": "^7.23.7",
3838
"@emotion/babel-plugin": "^11.11.0",
3939
"@types/node": "^20.10.6",
40-
"@types/react": "^18.2.46",
40+
"@types/react": "^18.2.47",
4141
"@types/react-dom": "^18.2.18",
4242
"@vitejs/plugin-react": "^4.2.1",
4343
"envars": "^1.0.2",
4444
"happy-dom": "^12.10.3",
4545
"typescript": "~5.3.3",
46-
"vite": "~5.0.10",
47-
"vitest": "~1.1.1"
46+
"vite": "~5.0.11",
47+
"vitest": "~1.1.3"
4848
}
4949
}

edge/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@hono/zod-validator": "^0.1.11",
22-
"hono": "^3.11.11",
22+
"hono": "^3.12.0",
2323
"jose": "^5.2.0",
2424
"web-auth-library": "^1.0.3",
2525
"zod": "^3.22.4"
@@ -30,8 +30,8 @@
3030
"happy-dom": "^12.10.3",
3131
"toml": "^3.0.0",
3232
"typescript": "~5.3.3",
33-
"vite": "~5.0.10",
34-
"vitest": "~1.1.1",
33+
"vite": "~5.0.11",
34+
"vitest": "~1.1.3",
3535
"vitest-environment-miniflare": "^2.14.1"
3636
}
3737
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"devDependencies": {
2121
"@emotion/babel-plugin": "^11.11.0",
2222
"@emotion/eslint-plugin": "^11.11.0",
23-
"@types/eslint": "^8.56.0",
24-
"@typescript-eslint/eslint-plugin": "^6.16.0",
25-
"@typescript-eslint/parser": "^6.16.0",
23+
"@types/eslint": "^8.56.1",
24+
"@typescript-eslint/eslint-plugin": "^6.17.0",
25+
"@typescript-eslint/parser": "^6.17.0",
2626
"eslint": "^8.56.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-import-resolver-typescript": "^3.6.1",
@@ -37,8 +37,8 @@
3737
"react": "^18.2.0",
3838
"relay-config": "^12.0.1",
3939
"typescript": "~5.3.3",
40-
"vite": "~5.0.10",
41-
"vitest": "~1.1.1"
40+
"vite": "~5.0.11",
41+
"vitest": "~1.1.3"
4242
},
4343
"prettier": {
4444
"printWidth": 80,

scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"got": "^14.0.0",
1111
"graphql": "^16.8.1",
1212
"lodash-es": "^4.17.21",
13-
"miniflare": "^3.20231030.4",
13+
"miniflare": "^3.20231218.1",
1414
"prettier": "^3.1.1",
1515
"toml": "^3.0.0",
16-
"vite": "^5.0.10",
17-
"wrangler": "^3.22.1",
16+
"vite": "^5.0.11",
17+
"wrangler": "^3.22.3",
1818
"zx": "^7.2.3"
1919
}
2020
}

0 commit comments

Comments
 (0)