Skip to content

Commit 175df58

Browse files
authored
Fix/next link image (#649)
* fix(ui-parts): next link and image * chore(common): install deps
1 parent 3ab6200 commit 175df58

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -699,9 +699,9 @@ __metadata:
699699
peerDependencies:
700700
"@vanilla-extract/css": "*"
701701
"@vanilla-extract/dynamic": "*"
702-
next: "*"
703-
react: "*"
704-
react-dom: "*"
702+
next: ^15 || ^16
703+
react: ^19
704+
react-dom: ^19
705705
languageName: unknown
706706
linkType: soft
707707

@@ -752,8 +752,9 @@ __metadata:
752752
peerDependencies:
753753
"@vanilla-extract/css": "*"
754754
"@vanilla-extract/dynamic": "*"
755-
react: "*"
756-
react-dom: "*"
755+
next: ^15 || ^16
756+
react: ^19
757+
react-dom: ^19
757758
languageName: unknown
758759
linkType: soft
759760

0 commit comments

Comments
 (0)