|
19 | 19 | "lint": "eslint . --cache --fix"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@emotion/react": "^11.11.0", |
| 22 | + "@emotion/react": "^11.11.1", |
23 | 23 | "@emotion/styled": "^11.11.0",
|
24 | 24 | "@mui/icons-material": "^5.11.16",
|
25 |
| - "@mui/material": "^5.13.3", |
| 25 | + "@mui/material": "^5.13.6", |
26 | 26 | "@table-library/react-table-library": "4.1.4",
|
27 | 27 | "@types/lodash-es": "^4.17.7",
|
28 |
| - "@types/node": "^20.2.5", |
29 |
| - "@types/react": "^18.2.8", |
30 |
| - "@types/react-dom": "^18.2.4", |
| 28 | + "@types/node": "^20.3.1", |
| 29 | + "@types/react": "^18.2.14", |
| 30 | + "@types/react-dom": "^18.2.6", |
31 | 31 | "@types/react-router-dom": "^5.3.3",
|
32 | 32 | "async-validator": "^4.2.5",
|
33 | 33 | "axios": "^1.4.0",
|
|
37 | 37 | "react": "latest",
|
38 | 38 | "react-dom": "latest",
|
39 | 39 | "react-dropzone": "^14.2.3",
|
40 |
| - "react-icons": "^4.9.0", |
41 |
| - "react-router-dom": "^6.11.2", |
| 40 | + "react-icons": "^4.10.1", |
| 41 | + "react-router-dom": "^6.14.0", |
42 | 42 | "react-toastify": "^9.1.3",
|
43 | 43 | "sockette": "^2.0.6",
|
44 | 44 | "typesafe-i18n": "^5.24.3",
|
45 | 45 | "typescript": "^5.1.3"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@typescript-eslint/eslint-plugin": "^5.59.8", |
49 |
| - "@typescript-eslint/parser": "^5.59.8", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
| 49 | + "@typescript-eslint/parser": "^5.60.0", |
50 | 50 | "@vitejs/plugin-react-swc": "^3.3.2",
|
51 |
| - "eslint": "^8.42.0", |
| 51 | + "eslint": "^8.43.0", |
52 | 52 | "eslint-config-airbnb": "^19.0.4",
|
53 | 53 | "eslint-config-airbnb-typescript": "^17.0.0",
|
54 | 54 | "eslint-config-prettier": "^8.8.0",
|
|
62 | 62 | "nodemon": "^2.0.22",
|
63 | 63 | "npm-run-all": "^4.1.5",
|
64 | 64 | "prettier": "^2.8.8",
|
65 |
| - "rollup-plugin-visualizer": "^5.9.0", |
66 |
| - "terser": "^5.17.7", |
| 65 | + "rollup-plugin-visualizer": "^5.9.2", |
| 66 | + "terser": "^5.18.1", |
67 | 67 | "vite": "^4.3.9",
|
68 | 68 | "vite-plugin-svgr": "^3.2.0",
|
69 | 69 | "vite-tsconfig-paths": "^4.2.0"
|
|
0 commit comments