|
1 | 1 | { |
2 | 2 | "name": "advanced-passgen", |
3 | | - "version": "2.2.1", |
| 3 | + "version": "2.3.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 | 9 | "@mui/icons-material": "^5.11.0", |
10 | | - "@mui/material": "^5.11.0", |
| 10 | + "@mui/material": "^5.11.3", |
11 | 11 | "@shopify/react-web-worker": "^5.0.6", |
12 | 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 | + "crypto-js": "^4.1.1", |
16 | 17 | "react": "^18.2.0", |
17 | 18 | "react-dom": "^18.2.0", |
18 | | - "react-router-dom": "^6.4.5", |
| 19 | + "react-router-dom": "^6.6.1", |
19 | 20 | "react-scripts": "^5.0.1", |
20 | 21 | "react-virtualized": "^9.22.3", |
| 22 | + "uuid": "^9.0.0", |
21 | 23 | "web-vitals": "^3.1.0" |
22 | 24 | }, |
23 | 25 | "scripts": { |
|
45 | 47 | "last 1 safari version" |
46 | 48 | ] |
47 | 49 | }, |
48 | | - "packageManager": "yarn@3.3.0", |
| 50 | + "packageManager": "yarn@3.3.1", |
49 | 51 | "devDependencies": { |
50 | 52 | "@tauri-apps/cli": "^1.2.2", |
51 | 53 | "cross-env": "^7.0.3", |
52 | | - "eslint": "^8.29.0", |
| 54 | + "eslint": "^8.31.0", |
53 | 55 | "eslint-config-airbnb": "^19.0.4", |
54 | 56 | "eslint-plugin-import": "^2.26.0", |
55 | 57 | "eslint-plugin-jsx-a11y": "^6.6.1", |
|
0 commit comments