|
1 | 1 | { |
2 | 2 | "name": "advanced-passgen", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.2.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@emotion/react": "^11.10.5", |
7 | 7 | "@emotion/styled": "^11.10.5", |
8 | 8 | "@fontsource/roboto": "^4.5.8", |
9 | | - "@mui/icons-material": "^5.10.9", |
10 | | - "@mui/material": "^5.10.12", |
| 9 | + "@mui/icons-material": "^5.11.0", |
| 10 | + "@mui/material": "^5.11.0", |
11 | 11 | "@shopify/react-web-worker": "^5.0.6", |
12 | | - "@tauri-apps/api": "^1.1.0", |
| 12 | + "@tauri-apps/api": "^1.2.0", |
13 | 13 | "@testing-library/jest-dom": "^5.16.5", |
14 | 14 | "@testing-library/react": "^13.4.0", |
15 | 15 | "@testing-library/user-event": "^14.4.3", |
16 | | - "clsx": "^1.2.1", |
17 | 16 | "react": "^18.2.0", |
18 | 17 | "react-dom": "^18.2.0", |
19 | | - "react-router-dom": "^6.4.3", |
| 18 | + "react-router-dom": "^6.4.5", |
20 | 19 | "react-scripts": "^5.0.1", |
21 | 20 | "react-virtualized": "^9.22.3", |
22 | | - "web-vitals": "^3.0.4" |
| 21 | + "web-vitals": "^3.1.0" |
23 | 22 | }, |
24 | 23 | "scripts": { |
25 | 24 | "start": "react-scripts start", |
|
46 | 45 | "last 1 safari version" |
47 | 46 | ] |
48 | 47 | }, |
49 | | - "packageManager": "yarn@3.2.4", |
| 48 | + "packageManager": "yarn@3.3.0", |
50 | 49 | "devDependencies": { |
51 | | - "@tauri-apps/cli": "^1.1.1", |
| 50 | + "@tauri-apps/cli": "^1.2.2", |
52 | 51 | "cross-env": "^7.0.3", |
53 | | - "eslint": "^8.26.0", |
| 52 | + "eslint": "^8.29.0", |
54 | 53 | "eslint-config-airbnb": "^19.0.4", |
55 | 54 | "eslint-plugin-import": "^2.26.0", |
56 | 55 | "eslint-plugin-jsx-a11y": "^6.6.1", |
57 | | - "eslint-plugin-react": "^7.31.10", |
| 56 | + "eslint-plugin-react": "^7.31.11", |
58 | 57 | "eslint-plugin-react-hooks": "^4.6.0" |
59 | 58 | } |
60 | 59 | } |
0 commit comments