Skip to content

Commit

Permalink
refactor: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Apr 16, 2024
1 parent 7b1f466 commit 56c7200
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/nervous-timers-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@siafoundation/design-system': minor
'@siafoundation/fonts': minor
'@siafoundation/react-core': minor
---

Peer dependencies now limited to react and next.
8 changes: 4 additions & 4 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"version": "4.0.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.1.0",
"@siafoundation/units": "^3.0.0",
"@siafoundation/types": "^0.2.0",
"@siafoundation/next": "^0.1.3",
"@siafoundation/sia-central-react": "^3.0.0",
"react": "^18.2.0",
"swr": "^2.1.1",
"class-variance-authority": "^0.7.0",
"bignumber.js": "^9.0.2",
Expand All @@ -22,9 +24,7 @@
"tailwindcss-text-fill": "^0.2.0",
"tailwindcss-shadow-fill": "^1.0.1",
"@tailwindcss/container-queries": "^0.1.1",
"@technically/lodash": "^4.17.0"
},
"dependencies": {
"@technically/lodash": "^4.17.0",
"@visx/group": "2.17.0",
"@visx/react-spring": "2.18.0",
"@visx/glyph": "2.17.0",
Expand Down
4 changes: 3 additions & 1 deletion libs/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"version": "0.4.1",
"license": "MIT",
"peerDependencies": {
"class-variance-authority": "^0.7.0",
"next": "^14.0.4"
},
"dependencies": {
"class-variance-authority": "^0.7.0"
},
"types": "./src/index.d.ts"
}

0 comments on commit 56c7200

Please sign in to comment.