Skip to content

Commit

Permalink
Update dependencies (fix drag-region on Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jun 13, 2024
1 parent eee8f42 commit d95ad85
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 198 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-virtual": "3.5.0",
"@tauri-apps/api": "^2.0.0-beta.12",
"@tauri-apps/plugin-dialog": "2.0.0-beta.3",
"@tauri-apps/plugin-log": "2.0.0-beta.4",
"@tauri-apps/plugin-notification": "2.0.0-beta.3",
"@tauri-apps/plugin-os": "2.0.0-beta.3",
"@tauri-apps/plugin-shell": "2.0.0-beta.4",
"@tauri-apps/api": "^2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "2.0.0-beta.4",
"@tauri-apps/plugin-log": "2.0.0-beta.5",
"@tauri-apps/plugin-notification": "2.0.0-beta.4",
"@tauri-apps/plugin-os": "2.0.0-beta.4",
"@tauri-apps/plugin-shell": "2.0.0-beta.5",
"classnames": "^2.5.1",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
Expand All @@ -55,7 +55,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@tauri-apps/cli": "^2.0.0-beta.18",
"@tauri-apps/cli": "^2.0.0-beta.20",
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -68,12 +68,12 @@
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.9",
"postcss-url": "^10.1.3",
"stylelint": "^16.6.0",
"stylelint": "^16.6.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
}
Expand Down
109 changes: 54 additions & 55 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d95ad85

Please sign in to comment.