-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove infer S extends L (#1988)
- Loading branch information
1 parent
9cf3bfe
commit 2fad161
Showing
7 changed files
with
83 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
'@react-spring/core': patch | ||
'@react-spring/animated': patch | ||
'@react-spring/parallax': patch | ||
'@react-spring/rafz': patch | ||
'react-spring': patch | ||
'@react-spring/shared': patch | ||
'@react-spring/types': patch | ||
'@react-spring/konva': patch | ||
'@react-spring/native': patch | ||
'@react-spring/three': patch | ||
'@react-spring/web': patch | ||
'@react-spring/zdog': patch | ||
--- | ||
|
||
fix: allow transpile from TS < 4.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"@react-spring/demo": "0.0.1", | ||
"@react-spring/docs": "1.0.7", | ||
"@react-spring/animated": "9.5.4", | ||
"@react-spring/core": "9.5.4", | ||
"@react-spring/parallax": "9.5.4", | ||
"@react-spring/rafz": "9.5.4", | ||
"react-spring": "9.5.4", | ||
"@react-spring/shared": "9.5.4", | ||
"@react-spring/types": "9.5.4", | ||
"@react-spring/konva": "9.5.4", | ||
"@react-spring/native": "9.5.4", | ||
"@react-spring/three": "9.5.4", | ||
"@react-spring/web": "9.5.4", | ||
"@react-spring/zdog": "9.5.4" | ||
}, | ||
"changesets": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters