Skip to content

Commit

Permalink
Merge pull request #401 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 3.2.2.2306
  • Loading branch information
lpeyr authored Jun 17, 2023
2 parents 8bd09f2 + cf52c21 commit b41e01e
Show file tree
Hide file tree
Showing 14 changed files with 243 additions and 231 deletions.
Binary file modified .github/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
442 changes: 227 additions & 215 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.202",
"@next/font": "^13.4.4",
"@fluentui/react-icons": "^2.0.203",
"@next/font": "^13.4.6",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.2",
Expand Down Expand Up @@ -47,31 +47,31 @@
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"crypto-js": "^4.1.1",
"next": "^13.4.4",
"next": "^13.4.6",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"next-translate-plugin": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5"
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/node": "^20.2.4",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"autoprefixer": "^10.4.13",
"eslint": "^8.41.0",
"eslint-config-next": "13.4.4",
"eslint": "^8.42.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-tailwindcss": "^3.12.0",
"postcss": "^8.4.23",
"eslint-plugin-tailwindcss": "^3.12.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function SettingsPage() {
const { t, lang } = useTranslation("common") // default namespace (optional)
const { setTheme } = useTheme()

let ver = "3.2.1.2305"
let ver = "3.2.2.2306"

let settings: Settings = undefined
function LoadSettings() {
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/images/icons/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/icons/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/sw.js

Large diffs are not rendered by default.

0 comments on commit b41e01e

Please sign in to comment.