Skip to content

Commit

Permalink
Merge pull request #188 from TunnlTo/v1.0.7
Browse files Browse the repository at this point in the history
v1.0.7
  • Loading branch information
brendanosborne authored May 23, 2024
2 parents 20dd2a0 + 6edb108 commit 5f38fe8
Show file tree
Hide file tree
Showing 11 changed files with 1,989 additions and 787 deletions.
1,866 changes: 1,266 additions & 600 deletions package-lock.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@
"lint": "npx eslint \"./src/**/*.{ts,tsx}\""
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@tailwindcss/forms": "^0.5.7",
"@tauri-apps/api": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"@tauri-apps/api": "^1.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.7",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@tauri-apps/cli": "^1.5.14",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
"vite": "^5.0.6"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}
Binary file modified readme-images/screenshot-settings-page.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5f38fe8

Please sign in to comment.