Skip to content

Commit b613ceb

Browse files
authored
fix(deps): pin joystick and color picker (#525)
1 parent b333a28 commit b613ceb

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/four-mangos-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'leva': patch
3+
---
4+
5+
fix(deps): pin joystick and color picker

packages/leva/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"react-dom": ">=16.8.0"
2323
},
2424
"dependencies": {
25-
"@radix-ui/react-portal": "^1.0.2",
26-
"@radix-ui/react-tooltip": "^1.0.5",
25+
"@radix-ui/react-portal": "1.0.2",
26+
"@radix-ui/react-tooltip": "1.0.5",
2727
"@stitches/react": "^1.2.8",
2828
"@use-gesture/react": "^10.2.5",
2929
"colord": "^2.9.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2765,7 +2765,7 @@ __metadata:
27652765
languageName: node
27662766
linkType: hard
27672767

2768-
"@radix-ui/react-portal@npm:1.0.2, @radix-ui/react-portal@npm:^1.0.2":
2768+
"@radix-ui/react-portal@npm:1.0.2":
27692769
version: 1.0.2
27702770
resolution: "@radix-ui/react-portal@npm:1.0.2"
27712771
dependencies:
@@ -2817,7 +2817,7 @@ __metadata:
28172817
languageName: node
28182818
linkType: hard
28192819

2820-
"@radix-ui/react-tooltip@npm:^1.0.5":
2820+
"@radix-ui/react-tooltip@npm:1.0.5":
28212821
version: 1.0.5
28222822
resolution: "@radix-ui/react-tooltip@npm:1.0.5"
28232823
dependencies:
@@ -12727,8 +12727,8 @@ __metadata:
1272712727
version: 0.0.0-use.local
1272812728
resolution: "leva@workspace:packages/leva"
1272912729
dependencies:
12730-
"@radix-ui/react-portal": ^1.0.2
12731-
"@radix-ui/react-tooltip": ^1.0.5
12730+
"@radix-ui/react-portal": 1.0.2
12731+
"@radix-ui/react-tooltip": 1.0.5
1273212732
"@stitches/react": ^1.2.8
1273312733
"@use-gesture/react": ^10.2.5
1273412734
"@welldone-software/why-did-you-render": ^6.2.3

0 commit comments

Comments
 (0)