Skip to content

Commit d64fc47

Browse files
committed
fix(shared): add rafz as a package
resolves #2173
1 parent a755bd8 commit d64fc47

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/young-rockets-marry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-spring': patch
3+
---
4+
5+
fix: declare rafz as a package of react-spring/shared

packages/shared/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Josh Ellis (https://github.com/joshuaellis)"
3838
],
3939
"dependencies": {
40+
"@react-spring/rafz": "~9.7.3",
4041
"@react-spring/types": "~9.7.3"
4142
},
4243
"peerDependencies": {

yarn.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -5074,7 +5074,7 @@ __metadata:
50745074
languageName: node
50755075
linkType: hard
50765076

5077-
"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz":
5077+
"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz, @react-spring/rafz@~9.7.3":
50785078
version: 0.0.0-use.local
50795079
resolution: "@react-spring/rafz@workspace:packages/rafz"
50805080
languageName: unknown
@@ -5096,6 +5096,7 @@ __metadata:
50965096
version: 0.0.0-use.local
50975097
resolution: "@react-spring/shared@workspace:packages/shared"
50985098
dependencies:
5099+
"@react-spring/rafz": ~9.7.3
50995100
"@react-spring/types": ~9.7.3
51005101
peerDependencies:
51015102
react: ^16.8.0 || ^17.0.0 || ^18.0.0

0 commit comments

Comments
 (0)