Merged in fix/popover-with-design-system-trigger-not-showing (pull request #2276)
Fix popovers using triggers from design-system not working * Fix peer dependency in design-system package Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19.1.0",
|
||||
"react-aria-components": "^1.7.1",
|
||||
"react-aria-components": "^1.8.0",
|
||||
"react-dom": "^19.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -164,7 +164,6 @@
|
||||
"motion": "^12.10.0",
|
||||
"prettier": "^3.5.3",
|
||||
"react": "^19.1.0",
|
||||
"react-aria-components": "^1.8.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"rollup": "^4.40.2",
|
||||
"rollup-preserve-directives": "^1.1.3",
|
||||
|
||||
@@ -6844,7 +6844,6 @@ __metadata:
|
||||
motion: "npm:^12.10.0"
|
||||
prettier: "npm:^3.5.3"
|
||||
react: "npm:^19.1.0"
|
||||
react-aria-components: "npm:^1.8.0"
|
||||
react-dom: "npm:^19.1.0"
|
||||
rollup: "npm:^4.40.2"
|
||||
rollup-preserve-directives: "npm:^1.1.3"
|
||||
@@ -6856,7 +6855,7 @@ __metadata:
|
||||
vitest: "npm:^3.1.3"
|
||||
peerDependencies:
|
||||
react: ^19.1.0
|
||||
react-aria-components: ^1.7.1
|
||||
react-aria-components: ^1.8.0
|
||||
react-dom: ^19.1.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
Reference in New Issue
Block a user