|
16 | 16 | "app:deploy": "yarn workspace app deploy"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@babel/runtime": "^7.23.5", |
20 |
| - "@emotion/react": "^11.11.1", |
| 19 | + "@babel/runtime": "^7.23.7", |
| 20 | + "@emotion/react": "^11.11.3", |
21 | 21 | "@emotion/styled": "^11.11.0",
|
22 |
| - "@mui/base": "^5.0.0-beta.25", |
23 |
| - "@mui/icons-material": "^5.14.19", |
24 |
| - "@mui/joy": "^5.0.0-beta.16", |
25 |
| - "@mui/lab": "^5.0.0-alpha.154", |
26 |
| - "@mui/material": "^5.14.19", |
27 |
| - "firebase": "^10.7.0", |
28 |
| - "jotai": "^2.6.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", |
| 27 | + "firebase": "^10.7.1", |
| 28 | + "jotai": "^2.6.1", |
29 | 29 | "jotai-effect": "^0.2.3",
|
30 | 30 | "localforage": "^1.10.0",
|
31 | 31 | "notistack": "^3.0.1",
|
32 | 32 | "react": "^18.2.0",
|
33 | 33 | "react-dom": "^18.2.0",
|
34 |
| - "react-router-dom": "^6.20.1" |
| 34 | + "react-router-dom": "^6.21.1" |
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.23.5", |
| 37 | + "@babel/core": "^7.23.7", |
38 | 38 | "@emotion/babel-plugin": "^11.11.0",
|
39 |
| - "@types/node": "^20.10.2", |
40 |
| - "@types/react": "^18.2.41", |
41 |
| - "@types/react-dom": "^18.2.17", |
42 |
| - "@vitejs/plugin-react": "^4.2.0", |
| 39 | + "@types/node": "^20.10.6", |
| 40 | + "@types/react": "^18.2.46", |
| 41 | + "@types/react-dom": "^18.2.18", |
| 42 | + "@vitejs/plugin-react": "^4.2.1", |
43 | 43 | "envars": "^1.0.2",
|
44 | 44 | "happy-dom": "^12.10.3",
|
45 |
| - "typescript": "~5.3.2", |
46 |
| - "vite": "~5.0.4", |
47 |
| - "vitest": "~0.34.6" |
| 45 | + "typescript": "~5.3.3", |
| 46 | + "vite": "~5.0.10", |
| 47 | + "vitest": "~1.1.1" |
48 | 48 | }
|
49 | 49 | }
|
0 commit comments