Skip to content

Commit

Permalink
chore: updates to latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Oct 10, 2024
1 parent f3e8e2c commit 5d25e91
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"e2e": "playwright test"
},
"dependencies": {
"electron-updater": "^6.1.8"
"electron-updater": "^6.3.9"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"electron": "^29.1.1",
"electron-builder": "^24.13.3",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-electron": "^0.28.4",
"vite-plugin-electron-renderer": "^0.14.5"
"@playwright/test": "^1.48.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"electron": "^32.2.0",
"electron-builder": "^25.1.7",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6"
}
}

0 comments on commit 5d25e91

Please sign in to comment.