File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @siafoundation/design-system ' : minor
3
+ ' @siafoundation/fonts ' : minor
4
+ ' @siafoundation/react-core ' : minor
5
+ ---
6
+
7
+ Peer dependencies now limited to react and next.
Original file line number Diff line number Diff line change 4
4
"version" : " 4.0.0" ,
5
5
"license" : " MIT" ,
6
6
"peerDependencies" : {
7
+ "react" : " ^18.2.0"
8
+ },
9
+ "dependencies" : {
7
10
"@siafoundation/react-icons" : " ^0.2.3" ,
8
11
"@siafoundation/react-core" : " ^1.1.0" ,
9
12
"@siafoundation/units" : " ^3.0.0" ,
10
13
"@siafoundation/types" : " ^0.2.0" ,
11
14
"@siafoundation/next" : " ^0.1.3" ,
12
15
"@siafoundation/sia-central-react" : " ^3.0.0" ,
13
- "react" : " ^18.2.0" ,
14
16
"swr" : " ^2.1.1" ,
15
17
"class-variance-authority" : " ^0.7.0" ,
16
18
"bignumber.js" : " ^9.0.2" ,
22
24
"tailwindcss-text-fill" : " ^0.2.0" ,
23
25
"tailwindcss-shadow-fill" : " ^1.0.1" ,
24
26
"@tailwindcss/container-queries" : " ^0.1.1" ,
25
- "@technically/lodash" : " ^4.17.0"
26
- },
27
- "dependencies" : {
27
+ "@technically/lodash" : " ^4.17.0" ,
28
28
"@visx/group" : " 2.17.0" ,
29
29
"@visx/react-spring" : " 2.18.0" ,
30
30
"@visx/glyph" : " 2.17.0" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.4.1" ,
5
5
"license" : " MIT" ,
6
6
"peerDependencies" : {
7
- "class-variance-authority" : " ^0.7.0" ,
8
7
"next" : " ^14.0.4"
9
8
},
9
+ "dependencies" : {
10
+ "class-variance-authority" : " ^0.7.0"
11
+ },
10
12
"types" : " ./src/index.d.ts"
11
13
}
You can’t perform that action at this time.
0 commit comments