From 7e60f8aad12e60315b2fa38cc066f4442f793ff7 Mon Sep 17 00:00:00 2001 From: florian <> Date: Sat, 25 May 2024 21:15:04 +0200 Subject: [PATCH] chore: Updated dependencies --- package.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6855f7f..aa0f04e 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,14 @@ "analyze": "vite-bundle-visualizer" }, "dependencies": { - "@headlessui/react": "^2.0.3", "@heroicons/react": "^2.1.3", "@noble/hashes": "^1.4.0", "@nostr-dev-kit/ndk": "^2.8.2", "@nostr-dev-kit/ndk-cache-dexie": "^2.4.2", - "@tanstack/react-query": "^5.37.1", - "@tanstack/react-query-devtools": "^5.37.1", + "@tanstack/react-query": "^5.39.0", + "@tanstack/react-query-devtools": "^5.39.0", "add": "^2.0.6", - "axios": "^1.6.8", + "axios": "^1.7.2", "blossom-client-sdk": "^0.8.0", "dayjs": "^1.11.11", "id3js": "^2.1.1", @@ -35,14 +34,14 @@ "devDependencies": { "@tanstack/eslint-plugin-query": "^5.35.6", "@types/lodash": "^4.17.4", - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@typescript-eslint/eslint-plugin": "^7.9.0", - "@typescript-eslint/parser": "^7.9.0", - "@vitejs/plugin-react-swc": "^3.6.0", + "@typescript-eslint/eslint-plugin": "^7.10.0", + "@typescript-eslint/parser": "^7.10.0", + "@vitejs/plugin-react-swc": "^3.7.0", "autoprefixer": "^10.4.19", "daisyui": "latest", - "eslint": "^8.0.0", + "eslint": "^9.3.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "postcss": "^8.4.38", @@ -53,6 +52,6 @@ "vite-bundle-visualizer": "^1.2.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.17.2" + "@rollup/rollup-linux-x64-gnu": "4.18.0" } }