|
3 | 3 | "author": "yell0wsuit", |
4 | 4 | "description": "An English-learning interactive tool written in React, designed to help learners practice speaking and listening", |
5 | 5 | "private": true, |
6 | | - "version": "3.2.9", |
| 6 | + "version": "3.2.10", |
7 | 7 | "type": "module", |
8 | 8 | "main": "main.cjs", |
9 | 9 | "license": "Apache-2.0", |
|
23 | 23 | "dependencies": { |
24 | 24 | "@dnd-kit/core": "^6.3.1", |
25 | 25 | "@dnd-kit/sortable": "^10.0.0", |
26 | | - "@tailwindcss/postcss": "^4.0.8", |
27 | | - "@tailwindcss/vite": "^4.0.8", |
| 26 | + "@tailwindcss/postcss": "^4.1.3", |
| 27 | + "@tailwindcss/vite": "^4.1.3", |
28 | 28 | "@vidstack/react": "^1.12.13", |
29 | | - "@wavesurfer/react": "^1.0.9", |
| 29 | + "@wavesurfer/react": "^1.0.10", |
30 | 30 | "cors": "^2.8.5", |
31 | 31 | "dexie": "^4.0.11", |
32 | | - "electron-log": "^5.3.0", |
| 32 | + "electron-log": "^5.3.3", |
33 | 33 | "electron-squirrel-startup": "^1.0.1", |
34 | | - "express": "^4.21.2", |
| 34 | + "express": "^5.1.0", |
35 | 35 | "express-rate-limit": "^7.5.0", |
36 | 36 | "he": "^1.2.0", |
37 | | - "i18next": "^24.2.2", |
| 37 | + "i18next": "^24.2.3", |
38 | 38 | "i18next-browser-languagedetector": "^8.0.4", |
39 | 39 | "i18next-http-backend": "^3.0.2", |
40 | 40 | "lodash": "^4.17.21", |
41 | 41 | "masonry-layout": "^4.2.2", |
42 | | - "mime": "^4.0.6", |
| 42 | + "mime": "^4.0.7", |
43 | 43 | "nprogress": "^0.2.0", |
44 | | - "react": "^19.0.0", |
45 | | - "react-dom": "^19.0.0", |
| 44 | + "react": "^19.1.0", |
| 45 | + "react-dom": "^19.1.0", |
46 | 46 | "react-flip-toolkit": "^7.2.4", |
47 | 47 | "react-i18next": "^15.4.1", |
48 | 48 | "react-icons": "^5.5.0", |
49 | 49 | "react-loading-skeleton": "^3.5.0", |
50 | | - "react-router-dom": "^7.2.0", |
51 | | - "sonner": "^2.0.1", |
| 50 | + "react-router-dom": "^7.5.0", |
| 51 | + "sonner": "^2.0.3", |
52 | 52 | "vidstack": "^1.12.12", |
53 | | - "wavesurfer.js": "^7.9.1" |
| 53 | + "wavesurfer.js": "^7.9.4" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@electron-forge/cli": "^7.7.0", |
57 | | - "@electron-forge/maker-deb": "^7.7.0", |
58 | | - "@electron-forge/maker-dmg": "^7.7.0", |
59 | | - "@electron-forge/maker-rpm": "^7.7.0", |
60 | | - "@electron-forge/maker-squirrel": "^7.7.0", |
61 | | - "@electron-forge/maker-zip": "^7.7.0", |
62 | | - "@electron-forge/plugin-auto-unpack-natives": "^7.7.0", |
63 | | - "@electron-forge/plugin-fuses": "^7.7.0", |
| 56 | + "@electron-forge/cli": "^7.8.0", |
| 57 | + "@electron-forge/maker-deb": "^7.8.0", |
| 58 | + "@electron-forge/maker-dmg": "^7.8.0", |
| 59 | + "@electron-forge/maker-rpm": "^7.8.0", |
| 60 | + "@electron-forge/maker-squirrel": "^7.8.0", |
| 61 | + "@electron-forge/maker-zip": "^7.8.0", |
| 62 | + "@electron-forge/plugin-auto-unpack-natives": "^7.8.0", |
| 63 | + "@electron-forge/plugin-fuses": "^7.8.0", |
64 | 64 | "@electron/fuses": "^1.8.0", |
65 | | - "@eslint/js": "^9.21.0", |
| 65 | + "@eslint/js": "^9.24.0", |
66 | 66 | "@tailwindcss/typography": "^0.5.16", |
67 | | - "@types/react": "^19.0.10", |
68 | | - "@types/react-dom": "^19.0.4", |
| 67 | + "@types/react": "^19.1.0", |
| 68 | + "@types/react-dom": "^19.1.1", |
69 | 69 | "@vitejs/plugin-react": "^4.3.4", |
70 | | - "@vitejs/plugin-react-swc": "^3.8.0", |
71 | | - "autoprefixer": "^10.4.20", |
| 70 | + "@vitejs/plugin-react-swc": "^3.8.1", |
| 71 | + "autoprefixer": "^10.4.21", |
72 | 72 | "concurrently": "^9.1.2", |
73 | 73 | "cross-env": "^7.0.3", |
74 | | - "daisyui": "^5.0.0-beta.8", |
75 | | - "electron": "^34.2.0", |
76 | | - "eslint": "^9.21.0", |
77 | | - "eslint-plugin-react": "^7.37.4", |
78 | | - "eslint-plugin-react-hooks": "^5.1.0", |
| 74 | + "daisyui": "^5.0.12", |
| 75 | + "electron": "^35.1.4", |
| 76 | + "eslint": "^9.24.0", |
| 77 | + "eslint-plugin-react": "^7.37.5", |
| 78 | + "eslint-plugin-react-hooks": "^5.2.0", |
79 | 79 | "eslint-plugin-react-refresh": "^0.4.19", |
80 | 80 | "globals": "^16.0.0", |
81 | 81 | "postcss": "^8.5.3", |
82 | | - "prettier": "^3.5.2", |
| 82 | + "prettier": "^3.5.3", |
83 | 83 | "prettier-plugin-tailwindcss": "^0.6.11", |
84 | 84 | "rollup-plugin-visualizer": "^5.14.0", |
85 | | - "tailwindcss": "^4.0.8", |
86 | | - "vite": "^6.2.0", |
87 | | - "vite-plugin-pwa": "^0.21.1", |
88 | | - "wait-on": "^8.0.2" |
| 85 | + "tailwindcss": "^4.1.3", |
| 86 | + "vite": "^6.2.5", |
| 87 | + "vite-plugin-pwa": "^1.0.0", |
| 88 | + "wait-on": "^8.0.3" |
89 | 89 | }, |
90 | 90 | "optionalDependencies": { |
91 | 91 | "appdmg": "latest" |
|
0 commit comments