Fixed npm warnings

This commit is contained in:
Igor Katson 2023-12-06 01:26:33 +00:00
parent 86ff68e513
commit 21b78468a5
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 195 additions and 591 deletions

View file

@ -16,11 +16,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@tauri-apps/cli": ">=2.0.0-alpha.16",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.4"
"vite": "^4.5.1"
}
}