chore: update frontend direct dependencies to current safe versions
Browse files- package.json +16 -16
package.json
CHANGED
|
@@ -10,27 +10,27 @@
|
|
| 10 |
"tauri": "tauri"
|
| 11 |
},
|
| 12 |
"dependencies": {
|
| 13 |
-
"@tauri-apps/api": "^2",
|
| 14 |
-
"@tauri-apps/plugin-clipboard-manager": "^2",
|
| 15 |
-
"@tauri-apps/plugin-fs": "^2",
|
| 16 |
-
"@tauri-apps/plugin-opener": "^2",
|
| 17 |
-
"@tauri-apps/plugin-store": "^2",
|
| 18 |
-
"@tauri-apps/plugin-stronghold": "^2",
|
| 19 |
-
"lucide-react": "^0.
|
| 20 |
-
"motion": "^12.
|
| 21 |
"react": "^19.0.0",
|
| 22 |
"react-dom": "^19.0.0"
|
| 23 |
},
|
| 24 |
"devDependencies": {
|
| 25 |
-
"@tauri-apps/cli": "^2",
|
| 26 |
-
"@tailwindcss/vite": "^4.
|
| 27 |
"@types/react": "^19.0.0",
|
| 28 |
"@types/react-dom": "^19.0.0",
|
| 29 |
-
"@vitejs/plugin-react": "^
|
| 30 |
-
"autoprefixer": "^10.4.
|
| 31 |
-
"postcss": "^8.
|
| 32 |
-
"tailwindcss": "^4.
|
| 33 |
-
"typescript": "~5.
|
| 34 |
-
"vite": "^6.
|
| 35 |
}
|
| 36 |
}
|
|
|
|
| 10 |
"tauri": "tauri"
|
| 11 |
},
|
| 12 |
"dependencies": {
|
| 13 |
+
"@tauri-apps/api": "^2.9.0",
|
| 14 |
+
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
|
| 15 |
+
"@tauri-apps/plugin-fs": "^2.4.0",
|
| 16 |
+
"@tauri-apps/plugin-opener": "^2.5.0",
|
| 17 |
+
"@tauri-apps/plugin-store": "^2.4.0",
|
| 18 |
+
"@tauri-apps/plugin-stronghold": "^2.3.0",
|
| 19 |
+
"lucide-react": "^0.546.0",
|
| 20 |
+
"motion": "^12.23.0",
|
| 21 |
"react": "^19.0.0",
|
| 22 |
"react-dom": "^19.0.0"
|
| 23 |
},
|
| 24 |
"devDependencies": {
|
| 25 |
+
"@tauri-apps/cli": "^2.9.0",
|
| 26 |
+
"@tailwindcss/vite": "^4.1.0",
|
| 27 |
"@types/react": "^19.0.0",
|
| 28 |
"@types/react-dom": "^19.0.0",
|
| 29 |
+
"@vitejs/plugin-react": "^5.0.0",
|
| 30 |
+
"autoprefixer": "^10.4.21",
|
| 31 |
+
"postcss": "^8.5.0",
|
| 32 |
+
"tailwindcss": "^4.1.0",
|
| 33 |
+
"typescript": "~5.8.2",
|
| 34 |
+
"vite": "^6.2.0"
|
| 35 |
}
|
| 36 |
}
|