chore(deps): refresh packages and engine locks

This commit is contained in:
NimBold
2026-08-06 08:09:19 +03:30
parent 2b44d1a121
commit c9046f8273
8 changed files with 592 additions and 192 deletions
+6 -6
View File
@@ -59,7 +59,7 @@
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"i18next": "^26.3.6",
"lucide-react": "^1.27.0",
"lucide-react": "^1.28.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-i18next": "^17.0.11",
@@ -67,14 +67,14 @@
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"autoprefixer": "^10.5.4",
"postcss": "^8.5.24",
"postcss": "^8.5.25",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"vite": "^8.1.5",
"vite": "^8.2.0",
"vitest": "^4.1.10"
}
}