chore: update deps

This commit is contained in:
C4illin 2024-11-06 14:04:57 +01:00
parent f3a4aece46
commit 53a8f66414
3 changed files with 17 additions and 14 deletions

View file

@ -1,5 +1,7 @@
![ConvertX](images/logo.png) ![ConvertX](images/logo.png)
# ConvertX # ConvertX
[![Docker](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml) [![Docker](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml)
[![GitHub Release](https://img.shields.io/github/v/release/C4illin/ConvertX)](https://github.com/C4illin/ConvertX/pkgs/container/convertx) [![GitHub Release](https://img.shields.io/github/v/release/C4illin/ConvertX)](https://github.com/C4illin/ConvertX/pkgs/container/convertx)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/C4illin/ConvertX/latest) ![GitHub commits since latest release](https://img.shields.io/github/commits-since/C4illin/ConvertX/latest)
@ -67,7 +69,7 @@ If you get unable to open database file run `chown -R $USER:$USER path` on the p
### Tutorial ### Tutorial
Tutorial in french: https://belginux.com/installer-convertx-avec-docker/ Tutorial in french: <https://belginux.com/installer-convertx-avec-docker/>
## Screenshots ## Screenshots
@ -83,6 +85,7 @@ Tutorial in french: https://belginux.com/installer-convertx-avec-docker/
Pull requests are welcome! See below and open issues for the list of todos. Pull requests are welcome! See below and open issues for the list of todos.
## Todo ## Todo
- [x] Add messages for errors in converters - [x] Add messages for errors in converters
- [x] Add searchable list of formats - [x] Add searchable list of formats
- [ ] Add options for converters - [ ] Add options for converters
@ -98,7 +101,7 @@ Pull requests are welcome! See below and open issues for the list of todos.
## Contributors ## Contributors
<a href="https://github.com/C4illin/ConvertX/graphs/contributors"> <a href="https://github.com/C4illin/ConvertX/graphs/contributors">
<img src="https://contrib.rocks/image?repo=C4illin/ConvertX" /> <img src="https://contrib.rocks/image?repo=C4illin/ConvertX" alt="Image with all contributors"/>
</a> </a>
## Star History ## Star History

BIN
bun.lockb

Binary file not shown.

View file

@ -16,7 +16,7 @@
"@elysiajs/html": "^1.1.1", "@elysiajs/html": "^1.1.1",
"@elysiajs/jwt": "^1.1.1", "@elysiajs/jwt": "^1.1.1",
"@elysiajs/static": "^1.1.1", "@elysiajs/static": "^1.1.1",
"elysia": "^1.1.22" "elysia": "^1.1.24"
}, },
"module": "src/index.tsx", "module": "src/index.tsx",
"type": "module", "type": "module",
@ -24,21 +24,21 @@
"start": "bun run src/index.tsx" "start": "bun run src/index.tsx"
}, },
"devDependencies": { "devDependencies": {
"@eslint/compat": "^1.2.0", "@eslint/compat": "^1.2.2",
"@eslint/js": "^9.12.0", "@eslint/js": "^9.14.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@kitajs/ts-html-plugin": "^4.1.0", "@kitajs/ts-html-plugin": "^4.1.0",
"@total-typescript/ts-reset": "^0.6.1", "@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.1.11", "@types/bun": "^1.1.13",
"@types/eslint": "^9.6.1", "@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0", "@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/eslint__js": "^8.42.3", "@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.6", "@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.10.0", "@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.10.0", "@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
"eslint": "^9.12.0", "eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-isaacscript": "^4.0.0", "eslint-plugin-isaacscript": "^4.0.0",
@ -46,9 +46,9 @@
"eslint-plugin-readable-tailwind": "^1.8.1", "eslint-plugin-readable-tailwind": "^1.8.1",
"eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.5", "eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.11.0", "globals": "^15.12.0",
"knip": "^5.33.3", "knip": "^5.36.3",
"npm-run-all2": "^7.0.0", "npm-run-all2": "^7.0.1",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"postcss-lightningcss": "^1.0.1", "postcss-lightningcss": "^1.0.1",
@ -56,6 +56,6 @@
"tailwind-scrollbar": "^3.1.0", "tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14", "tailwindcss": "^3.4.14",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"typescript-eslint": "^8.10.0" "typescript-eslint": "^8.13.0"
} }
} }