|
1 | 1 | {
|
2 | 2 | "name": "advanced-passgen",
|
3 |
| - "version": "2.4.0", |
| 3 | + "version": "2.4.1", |
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@emotion/react": "^11.10.6", |
7 |
| - "@emotion/styled": "^11.10.6", |
| 6 | + "@emotion/react": "^11.10.8", |
| 7 | + "@emotion/styled": "^11.10.8", |
8 | 8 | "@fontsource/roboto": "^4.5.8",
|
9 |
| - "@mui/icons-material": "^5.11.11", |
10 |
| - "@mui/material": "^5.11.15", |
11 |
| - "@mui/x-data-grid": "^6.0.3", |
12 |
| - "@shopify/react-web-worker": "^5.0.11", |
13 |
| - "@tauri-apps/api": "^1.2.0", |
| 9 | + "@mui/icons-material": "^5.11.16", |
| 10 | + "@mui/material": "^5.12.3", |
| 11 | + "@mui/system": "^5.12.3", |
| 12 | + "@mui/x-data-grid": "^6.3.0", |
| 13 | + "@shopify/react-web-worker": "^5.0.12", |
| 14 | + "@tauri-apps/api": "^1.3.0", |
14 | 15 | "crypto-js": "^4.1.1",
|
15 | 16 | "react": "^18.2.0",
|
16 | 17 | "react-dom": "^18.2.0",
|
17 |
| - "react-router-dom": "^6.9.0" |
| 18 | + "react-router-dom": "^6.11.1" |
18 | 19 | },
|
19 | 20 | "scripts": {
|
20 | 21 | "start": "vite",
|
|
41 | 42 | "last 1 safari version"
|
42 | 43 | ]
|
43 | 44 | },
|
44 |
| - "packageManager": "yarn@3.5.0", |
| 45 | + "packageManager": "yarn@3.5.1", |
45 | 46 | "devDependencies": {
|
46 |
| - "@tauri-apps/cli": "^1.2.3", |
47 |
| - "@vitejs/plugin-react": "^3.1.0", |
| 47 | + "@tauri-apps/cli": "^1.3.0", |
| 48 | + "@vitejs/plugin-react": "^4.0.0", |
48 | 49 | "cross-env": "^7.0.3",
|
49 |
| - "eslint": "^8.37.0", |
| 50 | + "eslint": "^8.39.0", |
50 | 51 | "eslint-config-airbnb": "^19.0.4",
|
51 | 52 | "eslint-config-react-app": "^7.0.1",
|
52 | 53 | "eslint-plugin-import": "^2.27.5",
|
53 | 54 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
54 | 55 | "eslint-plugin-react": "^7.32.2",
|
55 | 56 | "eslint-plugin-react-hooks": "^4.6.0",
|
56 |
| - "vite": "^4.2.1", |
| 57 | + "vite": "^4.3.4", |
57 | 58 | "vite-plugin-eslint": "^1.8.1",
|
58 |
| - "vite-plugin-svgr": "^2.4.0" |
| 59 | + "vite-plugin-svgr": "^3.2.0" |
59 | 60 | }
|
60 | 61 | }
|
0 commit comments