fedorovvvv / svelte-floating-ui

Svelte✨ Floating UI 🎈
MIT License
151 stars 8 forks source link

@floating-ui/dom now has `react` among its dependencies #19

Open fsoft72 opened 1 month ago

fsoft72 commented 1 month ago

The @floating-ui/dom dependency now has these devDependencies:

  "devDependencies": {
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.18",
    "@vitejs/plugin-react": "^4.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.21.1",
    "config": "0.0.0"
  }

Adding all these files in node_modules, even if they are not useful for a Svelte project