Skip to content

Commit

Permalink
chore: update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed Nov 25, 2024
1 parent fda322d commit 62cab09
Show file tree
Hide file tree
Showing 2 changed files with 1,290 additions and 1,584 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,69 +15,69 @@
"format": "prettier --write ."
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.10",
"@eslint/js": "^9.15.0",
"@sveltejs/kit": "^2.8.4",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@types/eslint": "^9.6.1",
"@types/mongo-sanitize": "^1.0.3",
"@types/node": "^20.14.8",
"@types/node": "^22.9.4",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"bits-ui": "^0.21.10",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint": "^9.5.0",
"date-fns": "^4.1.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.41.0",
"globals": "^15.6.0",
"lucide-svelte": "^0.396.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"lucide-svelte": "^0.461.0",
"numerable": "^0.3.15",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "4.2.18",
"svelte-check": "^3.8.2",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "5.2.8",
"svelte-check": "^4.1.0",
"svelte-interactions": "^0.2.0",
"svelte-tiny-virtual-list": "^2.1.2",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"type": "module",
"dependencies": {
"@napi-rs/canvas": "^0.1.53",
"@sveltejs/adapter-node": "^5.2.0",
"@napi-rs/canvas": "^0.1.64",
"@sveltejs/adapter-node": "^5.2.9",
"@tailwindcss/container-queries": "^0.1.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.5",
"@types/micromatch": "^4.0.7",
"@types/lodash": "^4.17.13",
"@types/micromatch": "^4.0.9",
"@types/relaxed-json": "^1.0.4",
"@types/upng-js": "^2.1.5",
"apng2gif-bin": "^1.7.1",
"farming-weight": "^0.4.1",
"farming-weight": "^0.7.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.7",
"minecraft-data": "^3.66.0",
"micromatch": "^4.0.8",
"minecraft-data": "^3.78.0",
"mongo-sanitize": "^1.1.0",
"mongodb": "^6.7.0",
"mongodb": "^6.11.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pretty-ms": "^9.2.0",
"prismarine-nbt": "^2.5.0",
"redis": "^4.6.14",
"prismarine-nbt": "^2.6.0",
"redis": "^4.7.0",
"relaxed-json": "^1.0.3",
"sharp": "^0.33.4",
"simple-git": "^3.25.0",
"skyhelper-networth": "^1.20.0",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"skyhelper-networth": "^1.26.0",
"upng-js": "^2.1.0",
"util": "^0.12.5",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit 62cab09

Please sign in to comment.