|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 | 7 | "@emotion/react": "^11.14.0",
|
8 |
| - "@fontsource/open-sans": "^5.1.0", |
9 |
| - "@mantine/carousel": "^7.15.1", |
10 |
| - "@mantine/code-highlight": "^7.15.1", |
11 |
| - "@mantine/core": "^7.15.1", |
12 |
| - "@mantine/dates": "^7.15.1", |
13 |
| - "@mantine/dropzone": "^7.15.1", |
14 |
| - "@mantine/form": "^7.15.1", |
15 |
| - "@mantine/hooks": "^7.15.1", |
16 |
| - "@mantine/modals": "^7.15.1", |
17 |
| - "@mantine/notifications": "^7.15.1", |
18 |
| - "@mantine/nprogress": "^7.15.1", |
19 |
| - "@mantine/spotlight": "^7.15.1", |
20 |
| - "@mantine/tiptap": "^7.15.1", |
21 |
| - "@tauri-apps/api": "^2.1.1", |
| 8 | + "@fontsource/open-sans": "^5.1.1", |
| 9 | + "@mantine/carousel": "^7.16.3", |
| 10 | + "@mantine/code-highlight": "^7.16.3", |
| 11 | + "@mantine/core": "^7.16.3", |
| 12 | + "@mantine/dates": "^7.16.3", |
| 13 | + "@mantine/dropzone": "^7.16.3", |
| 14 | + "@mantine/form": "^7.16.3", |
| 15 | + "@mantine/hooks": "^7.16.3", |
| 16 | + "@mantine/modals": "^7.16.3", |
| 17 | + "@mantine/notifications": "^7.16.3", |
| 18 | + "@mantine/nprogress": "^7.16.3", |
| 19 | + "@mantine/spotlight": "^7.16.3", |
| 20 | + "@mantine/tiptap": "^7.16.3", |
| 21 | + "@tauri-apps/api": "^2.2.0", |
22 | 22 | "@tauri-apps/plugin-autostart": "^2.2.0",
|
23 | 23 | "@tauri-apps/plugin-deep-link": "^2.2.0",
|
24 | 24 | "@tauri-apps/plugin-dialog": "~2.2.0",
|
25 | 25 | "@tauri-apps/plugin-fs": "~2.2.0",
|
26 |
| - "@tauri-apps/plugin-log": "~2", |
27 |
| - "@tauri-apps/plugin-notification": "~2.2.0", |
28 |
| - "@tauri-apps/plugin-opener": "^2.2.2", |
| 26 | + "@tauri-apps/plugin-log": "~2.2.1", |
| 27 | + "@tauri-apps/plugin-notification": "~2.2.1", |
| 28 | + "@tauri-apps/plugin-opener": "^2.2.5", |
29 | 29 | "@tauri-apps/plugin-os": "~2.2.0",
|
30 | 30 | "@tauri-apps/plugin-process": "~2.2.0",
|
31 | 31 | "@tauri-apps/plugin-shell": "~2.2.0",
|
32 | 32 | "@tauri-apps/plugin-store": "~2.2.0",
|
33 |
| - "@tauri-apps/plugin-updater": "~2.3.0", |
34 |
| - "@tiptap/core": "^2.10.3", |
35 |
| - "@tiptap/extension-link": "^2.10.3", |
36 |
| - "@tiptap/pm": "^2.10.3", |
37 |
| - "@tiptap/react": "^2.10.3", |
38 |
| - "@tiptap/starter-kit": "^2.10.3", |
| 33 | + "@tauri-apps/plugin-updater": "~2.3.1", |
| 34 | + "@tiptap/core": "^2.11.5", |
| 35 | + "@tiptap/extension-link": "^2.11.5", |
| 36 | + "@tiptap/pm": "^2.11.5", |
| 37 | + "@tiptap/react": "^2.11.5", |
| 38 | + "@tiptap/starter-kit": "^2.11.5", |
39 | 39 | "@types/jest": "^29.5.14",
|
40 |
| - "@types/node": "^22.10.2", |
41 |
| - "@types/react": "^19.0.2", |
42 |
| - "@types/react-dom": "^19.0.2", |
| 40 | + "@types/node": "^22.13.1", |
| 41 | + "@types/react": "^19.0.8", |
| 42 | + "@types/react-dom": "^19.0.3", |
43 | 43 | "dayjs": "^1.11.13",
|
44 |
| - "embla-carousel-react": "^8.5.1", |
45 |
| - "i18next": "^24.1.2", |
| 44 | + "embla-carousel-react": "^8.5.2", |
| 45 | + "i18next": "^24.2.2", |
46 | 46 | "i18next-browser-languagedetector": "^8.0.2",
|
47 | 47 | "js-cookie": "^3.0.5",
|
48 | 48 | "localforage": "^1.10.0",
|
49 | 49 | "mutative": "^1.1.0",
|
50 | 50 | "react": "^19.0.0",
|
51 | 51 | "react-dom": "^19.0.0",
|
52 | 52 | "react-error-boundary": "^4.1.2",
|
53 |
| - "react-i18next": "^15.2.0", |
| 53 | + "react-i18next": "^15.4.0", |
54 | 54 | "react-icons": "^5.4.0",
|
55 |
| - "react-router-dom": "^7.0.2", |
| 55 | + "react-router-dom": "^7.1.5", |
56 | 56 | "react-transition-group": "^4.4.5",
|
57 | 57 | "simplebar-react": "^3.3.0",
|
58 |
| - "typescript": "^5.7.2", |
| 58 | + "typescript": "^5.7.3", |
59 | 59 | "use-mutative": "^1.2.0"
|
60 | 60 | },
|
61 | 61 | "scripts": {
|
|
81 | 81 | ]
|
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 |
| - "@tauri-apps/cli": "^2.1.0", |
| 84 | + "@tauri-apps/cli": "^2.2.7", |
85 | 85 | "@types/js-cookie": "^3.0.6",
|
86 | 86 | "@vitejs/plugin-react": "^4.3.4",
|
87 | 87 | "chai": "^5.1.2",
|
88 |
| - "concurrently": "^9.1.0", |
| 88 | + "concurrently": "^9.1.2", |
89 | 89 | "dotenv-load": "^3.0.0",
|
90 |
| - "mocha": "^11.0.1", |
91 |
| - "postcss": "^8.4.49", |
| 90 | + "mocha": "^11.1.0", |
| 91 | + "postcss": "^8.5.2", |
92 | 92 | "postcss-preset-mantine": "^1.17.0",
|
93 | 93 | "postcss-simple-vars": "^7.0.1",
|
94 |
| - "rollup-plugin-visualizer": "^5.12.0", |
95 |
| - "selenium-webdriver": "^4.27.0", |
96 |
| - "terser": "^5.37.0", |
| 94 | + "rollup-plugin-visualizer": "^5.14.0", |
| 95 | + "selenium-webdriver": "^4.28.1", |
| 96 | + "terser": "^5.38.1", |
97 | 97 | "toml": "^3.0.0",
|
98 |
| - "vite": "^6.0.3", |
| 98 | + "vite": "^6.1.0", |
99 | 99 | "vite-plugin-remove-console": "^2.2.0",
|
100 | 100 | "vite-plugin-top-level-await": "^1.4.4"
|
101 | 101 | },
|
102 | 102 | "resolutions": {},
|
103 |
| - "packageManager": "pnpm@8.13.1+sha1.90f9b2bb3ed58632bcb7b13c3902d6873ee9501c" |
| 103 | + "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" |
104 | 104 | }
|
0 commit comments