diff --git a/client/package-lock.json b/client/package-lock.json index c8098a9843..b1b53d1a37 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -52,7 +52,6 @@ "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-supersub": "^1.0.0", - "swr": "^2.0.3", "tailwind-merge": "^1.9.1", "tailwindcss-animate": "^1.0.5", "tailwindcss-radix": "^2.8.0", @@ -12518,19 +12517,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/swr": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "use-sync-external-store": "^1.2.0" - }, - "engines": { - "pnpm": "7" - }, - "peerDependencies": { - "react": "^16.11.0 || ^17.0.0 || ^18.0.0" - } - }, "node_modules/tailwind-merge": { "version": "1.11.0", "license": "MIT", @@ -21521,12 +21507,6 @@ "supports-preserve-symlinks-flag": { "version": "1.0.0" }, - "swr": { - "version": "2.1.1", - "requires": { - "use-sync-external-store": "^1.2.0" - } - }, "tailwind-merge": { "version": "1.11.0" }, diff --git a/client/package.json b/client/package.json index 147601d874..290d52500c 100644 --- a/client/package.json +++ b/client/package.json @@ -63,7 +63,6 @@ "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-supersub": "^1.0.0", - "swr": "^2.0.3", "tailwind-merge": "^1.9.1", "tailwindcss-animate": "^1.0.5", "tailwindcss-radix": "^2.8.0",