Skip to content

Commit

Permalink
Move Vanilla Extract deps to peerDeps (#16)
Browse files Browse the repository at this point in the history
* Move Vanilla Extract deps to peerDeps

* changeset

* pnpm i

Co-authored-by: Rogin Farrer <rfarrer@wayfair.com>
  • Loading branch information
roginfarrer and Rogin Farrer committed May 2, 2022
1 parent e12fcc5 commit b1a10d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-bulldogs-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'rainbow-sprinkles': patch
---

Move vanilla-extract dependencies to peer dependencies
6 changes: 4 additions & 2 deletions packages/rainbow-sprinkles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"@types/jest": "^27.4.0",
"jest": "^27.4.7"
},
"dependencies": {
"peerDependencies": {
"@vanilla-extract/css": "^1.7",
"@vanilla-extract/dynamic": "^2",
"@vanilla-extract/dynamic": "^2"
},
"dependencies": {
"lodash.merge": "^4.6.2"
},
"publishConfig": {
Expand Down
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1a10d9

Please sign in to comment.