chore: Updated dependencies

This commit is contained in:
florian 2024-05-25 21:15:04 +02:00
parent 4b93c15267
commit 7e60f8aad1

View File

@ -12,15 +12,14 @@
"analyze": "vite-bundle-visualizer" "analyze": "vite-bundle-visualizer"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3", "@heroicons/react": "^2.1.3",
"@noble/hashes": "^1.4.0", "@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "^2.8.2", "@nostr-dev-kit/ndk": "^2.8.2",
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.2", "@nostr-dev-kit/ndk-cache-dexie": "^2.4.2",
"@tanstack/react-query": "^5.37.1", "@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.37.1", "@tanstack/react-query-devtools": "^5.39.0",
"add": "^2.0.6", "add": "^2.0.6",
"axios": "^1.6.8", "axios": "^1.7.2",
"blossom-client-sdk": "^0.8.0", "blossom-client-sdk": "^0.8.0",
"dayjs": "^1.11.11", "dayjs": "^1.11.11",
"id3js": "^2.1.1", "id3js": "^2.1.1",
@ -35,14 +34,14 @@
"devDependencies": { "devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6", "@tanstack/eslint-plugin-query": "^5.35.6",
"@types/lodash": "^4.17.4", "@types/lodash": "^4.17.4",
"@types/react": "^18.3.2", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0", "@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.9.0", "@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react-swc": "^3.6.0", "@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"daisyui": "latest", "daisyui": "latest",
"eslint": "^8.0.0", "eslint": "^9.3.0",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7", "eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38", "postcss": "^8.4.38",
@ -53,6 +52,6 @@
"vite-bundle-visualizer": "^1.2.1" "vite-bundle-visualizer": "^1.2.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.17.2" "@rollup/rollup-linux-x64-gnu": "4.18.0"
} }
} }