@launchpad-ui/popover
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@launchpad-ui/popover", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"status": "beta", | ||
"publishConfig": { | ||
@@ -28,9 +29,9 @@ "access": "public" | ||
"dependencies": { | ||
"@floating-ui/core": "^0.7.2", | ||
"@floating-ui/dom": "^0.5.2", | ||
"@launchpad-ui/overlay": "~0.1.10", | ||
"@floating-ui/core": "^1.0.0", | ||
"@floating-ui/dom": "^1.0.0", | ||
"@launchpad-ui/overlay": "~0.1.11", | ||
"@launchpad-ui/tokens": "~0.1.5", | ||
"@react-aria/focus": "^3.6.0", | ||
"clsx": "^1.2.0", | ||
"framer-motion": "^6.4.3", | ||
"framer-motion": "^6.5.1", | ||
"lodash-es": "^4.17.21", | ||
@@ -52,3 +53,3 @@ "uuid": "^8.3.2" | ||
"clean": "rm -rf dist", | ||
"e2e": "exit 0", | ||
"e2e": "playwright test --config=../../playwright.config.ct.ts", | ||
"lint": "eslint '**/*.{ts,tsx,js}' && stylelint '**/*.css' --ignore-path ../../.stylelintignore", | ||
@@ -55,0 +56,0 @@ "test": "vitest run --coverage" |
90383
+ Added@floating-ui/core@1.6.8(transitive)
+ Added@floating-ui/dom@1.6.12(transitive)
+ Added@floating-ui/utils@0.2.8(transitive)
- Removed@floating-ui/core@0.7.3(transitive)
- Removed@floating-ui/dom@0.5.4(transitive)
Updated@floating-ui/core@^1.0.0
Updated@floating-ui/dom@^1.0.0
Updatedframer-motion@^6.5.1