Procházet zdrojové kódy

chore: update deps

C4illin před 8 měsíci
rodič
revize
53a8f66414
3 změnil soubory, kde provedl 17 přidání a 14 odebrání
  1. 5 2
      README.md
  2. binární
      bun.lockb
  3. 12 12
      package.json

+ 5 - 2
README.md

@@ -1,5 +1,7 @@
 ![ConvertX](images/logo.png)
+
 # 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)
 [![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)
@@ -67,7 +69,7 @@ If you get unable to open database file run `chown -R $USER:$USER path` on the p
 
 ### Tutorial
 
-Tutorial in french: https://belginux.com/installer-convertx-avec-docker/
+Tutorial in french: <https://belginux.com/installer-convertx-avec-docker/>
 
 ## 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.
 
 ## Todo
+
 - [x] Add messages for errors in converters
 - [x] Add searchable list of formats
 - [ ] Add options for converters
@@ -98,7 +101,7 @@ Pull requests are welcome! See below and open issues for the list of todos.
 ## 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>
 
 ## Star History

binární
bun.lockb


+ 12 - 12
package.json

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