Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Oct 22, 2024
1 parent c71b2b0 commit 46d7672
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 262 deletions.
Binary file modified bun.lockb
Binary file not shown.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,22 @@
"test:lint:fix": "biome check --write .",
"package:checksums": "bash scripts/checksum.sh"
},
"browserslist": ["defaults"],
"browserslist": [
"defaults"
],
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-virtual": "3.10.8",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-dialog": "2.0.0",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-dialog": "2.0.1",
"@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",
"@tauri-apps/plugin-shell": "2.0.1",
"classnames": "^2.5.1",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
Expand All @@ -48,20 +50,20 @@
"react-dom": "^18.3.1",
"react-fontawesome": "^1.7.1",
"react-keybinding-component": "^2.2.0",
"react-router-dom": "6.26.2",
"react-router-dom": "6.27.0",
"semver": "^7.6.3",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@tauri-apps/cli": "2.0.0",
"@types/bun": "^1.1.10",
"@types/lodash": "^4.17.9",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@biomejs/biome": "1.9.4",
"@tauri-apps/cli": "2.0.4",
"@types/bun": "^1.1.11",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-fontawesome": "^1.6.8",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.20",
"madge": "^8.0.0",
Expand All @@ -70,9 +72,9 @@
"postcss-nested": "^6.2.0",
"postcss-scss": "^4.0.9",
"postcss-url": "^10.1.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-svgr": "^4.2.0"
}
}
Loading

0 comments on commit 46d7672

Please sign in to comment.