chore: wails update, dependencies update, ping test cmd, pnpm

This commit is contained in:
Ryan Walters
2025-08-23 19:02:04 -05:00
parent 63208ee203
commit b3eb8d7d8f
9 changed files with 365 additions and 348 deletions

View File

@@ -10,19 +10,19 @@
},
"dependencies": {
"clsx": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^5.28.0",
"tailwind-merge": "^2.5.5"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-tooltip": "^5.29.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^4.6.4",
"vite": "^3.0.7"
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5",
"vite": "^3.2.11"
}
}