|
14 | 14 | "format": "prettier -w ."
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@chakra-ui/icons": "^2.0.10", |
18 |
| - "@chakra-ui/provider": "^2.0.18", |
19 |
| - "@chakra-ui/react": "^2.3.4", |
20 |
| - "@chakra-ui/styled-system": "^2.3.3", |
21 |
| - "@chakra-ui/system": "^2.2.11", |
| 17 | + "@chakra-ui/icons": "^2.0.11", |
| 18 | + "@chakra-ui/provider": "^2.0.19", |
| 19 | + "@chakra-ui/react": "^2.3.5", |
| 20 | + "@chakra-ui/styled-system": "^2.3.4", |
| 21 | + "@chakra-ui/system": "^2.2.12", |
22 | 22 | "@emotion/react": "^11.10.4",
|
23 | 23 | "@emotion/styled": "^11.10.4",
|
24 | 24 | "@hookform/resolvers": "^2.9.8",
|
25 | 25 | "@tauri-apps/api": "^1.1.0",
|
26 |
| - "framer-motion": "^7.5.1", |
| 26 | + "dot-object": "^2.1.4", |
| 27 | + "framer-motion": "^7.5.3", |
27 | 28 | "nprogress": "^0.2.0",
|
28 | 29 | "react": "^18.2.0",
|
29 | 30 | "react-dom": "^18.2.0",
|
30 |
| - "react-hook-form": "^7.36.1", |
31 |
| - "react-router-dom": "^6.4.1", |
| 31 | + "react-hook-form": "^7.37.0", |
| 32 | + "react-router-dom": "^6.4.2", |
32 | 33 | "react-toastify": "^9.0.8",
|
33 | 34 | "react-use": "^17.4.0",
|
| 35 | + "tauri-settings": "^0.1.2", |
34 | 36 | "zod": "^3.19.1"
|
35 | 37 | },
|
36 | 38 | "devDependencies": {
|
37 | 39 | "@babel/core": "^7.19.3",
|
38 | 40 | "@tauri-apps/cli": "^1.1.1",
|
39 |
| - "@types/node": "^18.7.23", |
| 41 | + "@types/dot-object": "^2.1.2", |
| 42 | + "@types/node": "^18.8.3", |
40 | 43 | "@types/nprogress": "^0.2.0",
|
41 | 44 | "@types/react": "^18.0.21",
|
42 | 45 | "@types/react-dom": "^18.0.6",
|
43 |
| - "@typescript-eslint/eslint-plugin": "^5.38.1", |
44 |
| - "@typescript-eslint/parser": "^5.38.1", |
| 46 | + "@typescript-eslint/eslint-plugin": "^5.39.0", |
| 47 | + "@typescript-eslint/parser": "^5.39.0", |
45 | 48 | "@vitejs/plugin-react": "^2.1.0",
|
46 | 49 | "eslint": "8.23.0",
|
47 | 50 | "eslint-import-resolver-typescript": "^3.5.1",
|
48 |
| - "eslint-plugin-chakra-ui": "^0.7.4", |
| 51 | + "eslint-plugin-chakra-ui": "^0.7.5", |
49 | 52 | "eslint-plugin-eslint-comments": "^3.2.0",
|
50 | 53 | "eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0-2",
|
51 | 54 | "eslint-plugin-node": "^11.1.0",
|
|
62 | 65 | "rollup-plugin-visualizer": "^5.8.2",
|
63 | 66 | "sass": "^1.55.0",
|
64 | 67 | "typescript": "latest",
|
65 |
| - "vite": "^3.1.4", |
| 68 | + "vite": "^3.1.6", |
66 | 69 | "vite-plugin-checker": "^0.5.1",
|
67 | 70 | "vite-plugin-progress": "^0.0.4",
|
68 | 71 | "vite-plugin-top-level-await": "^1.1.1",
|
|
0 commit comments