Skip to content

Commit

Permalink
Tauri 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Oct 2, 2024
1 parent 3919e03 commit 59ebd83
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 177 deletions.
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"browserslist": ["defaults"],
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@tanstack/react-query": "^5.56.2",
"@radix-ui/react-slider": "^1.2.1",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-virtual": "3.10.8",
"@tauri-apps/api": "2.0.0-rc.6",
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
"@tauri-apps/plugin-log": "2.0.0-rc.1",
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
"@tauri-apps/plugin-os": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-dialog": "2.0.0",
"@tauri-apps/plugin-log": "2.0.0",
"@tauri-apps/plugin-notification": "2.0.0",
"@tauri-apps/plugin-os": "2.0.0",
"@tauri-apps/plugin-shell": "2.0.0",
"classnames": "^2.5.1",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
Expand All @@ -53,15 +53,15 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@tauri-apps/cli": "2.0.0-rc.12",
"@biomejs/biome": "1.9.3",
"@tauri-apps/cli": "2.0.0",
"@types/bun": "^1.1.10",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.8",
"@types/lodash": "^4.17.9",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react-fontawesome": "^1.6.8",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.20",
"madge": "^8.0.0",
Expand All @@ -72,7 +72,7 @@
"postcss-url": "^10.1.3",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}
Loading

0 comments on commit 59ebd83

Please sign in to comment.