forked from Berry-Dash/launcher
Update deps and add a setting for rounded corners on windows
This commit is contained in:
12
package.json
12
package.json
@@ -12,15 +12,15 @@
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "5.2.6",
|
||||
"@tauri-apps/api": "2.7.0",
|
||||
"@tauri-apps/plugin-dialog": "2.3.1",
|
||||
"@tauri-apps/plugin-dialog": "2.3.2",
|
||||
"@tauri-apps/plugin-fs": "2.4.1",
|
||||
"@tauri-apps/plugin-notification": "2.3.0",
|
||||
"@tauri-apps/plugin-opener": "2.4.0",
|
||||
"@tauri-apps/plugin-os": "2.3.0",
|
||||
"axios": "1.11.0",
|
||||
"date-fns": "4.1.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0"
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "7.0.0",
|
||||
@@ -30,13 +30,13 @@
|
||||
"@tailwindcss/postcss": "4.1.11",
|
||||
"@tauri-apps/cli": "2.7.1",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"@types/react": "19.1.9",
|
||||
"@types/react-dom": "19.1.7",
|
||||
"@vitejs/plugin-react": "4.7.0",
|
||||
"crypto-js": "4.2.0",
|
||||
"postcss": "8.5.6",
|
||||
"tailwindcss": "4.1.11",
|
||||
"typescript": "5.8.3",
|
||||
"typescript": "5.9.2",
|
||||
"vite": "7.0.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user