Skip to content

Commit

Permalink
Fixed bug with minimising window on primary monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
w-henderson committed Jul 12, 2022
1 parent 14182e2 commit 2f7e8e9
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 437 deletions.
202 changes: 89 additions & 113 deletions range/package-lock.json

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

6 changes: 3 additions & 3 deletions range/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "equion",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.3",
"@tauri-apps/api": "^1.0.2",
"@tauri-apps/tauri-forage": "^1.0.0-beta.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.10",
"@tauri-apps/cli": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit 2f7e8e9

Please sign in to comment.