Skip to content

Commit

Permalink
fix(shared): add rafz as a package
Browse files Browse the repository at this point in the history
resolves #2173
  • Loading branch information
joshuaellis committed Jul 21, 2024
1 parent a755bd8 commit d64fc47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-rockets-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-spring': patch
---

fix: declare rafz as a package of react-spring/shared
1 change: 1 addition & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/rafz": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5074,7 +5074,7 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz":
"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz, @react-spring/rafz@~9.7.3":
version: 0.0.0-use.local
resolution: "@react-spring/rafz@workspace:packages/rafz"
languageName: unknown
Expand All @@ -5096,6 +5096,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/shared@workspace:packages/shared"
dependencies:
"@react-spring/rafz": ~9.7.3
"@react-spring/types": ~9.7.3
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down

0 comments on commit d64fc47

Please sign in to comment.