Skip to content

Commit

Permalink
Merge pull request #265 from pacholoamit/feat/change-window-management
Browse files Browse the repository at this point in the history
feat/change window management
  • Loading branch information
pacholoamit authored Oct 9, 2024
2 parents 0457139 + cc54e2e commit b20ff8d
Show file tree
Hide file tree
Showing 73 changed files with 4,642 additions and 6,412 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@mantine/hooks": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@tabler/icons-react": "^2.47.0",
"@tauri-apps/api": "^2.0.0-beta.15",
"@tauri-apps/plugin-fs": "^2.0.0-beta.7",
"@tauri-apps/plugin-log": "^2.0.0-beta.8",
"@tauri-apps/plugin-os": "^2.0.0-beta.7",
"@tauri-apps/plugin-process": "^2.0.0-beta.7",
"@tauri-apps/plugin-shell": "^2.0.0-beta.8",
"@tauri-apps/plugin-updater": "^2.0.0-beta.7",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"ag-grid-react": "^32.0.2",
"classnames": "^2.5.1",
"highcharts": "^11.4.6",
Expand All @@ -45,14 +45,14 @@
"tauri-plugin-autostart-api": "https://github.com/tauri-apps/tauri-plugin-autostart#v2",
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log#v2",
"tauri-plugin-store": "https://github.com/tauri-apps/tauri-plugin-store#v2",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@tauri-apps/cli": "next",
"@tauri-apps/cli": "2.0.2",
"@types/lodash.sortby": "^4.7.9",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
Expand All @@ -63,9 +63,9 @@
"eslint-plugin-unused-imports": "^4.0.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit b20ff8d

Please sign in to comment.