Skip to content

Commit

Permalink
Move primitives to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Oct 18, 2024
1 parent 94d29b9 commit 917fd93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@changesets/cli": "^2.27.1",
"@csstools/postcss-sass": "^5.1.1",
"@github/prettier-config": "^0.0.6",
"@primer/primitives": "^9.0.3",
"@primer/stylelint-config": "^13.0.0-rc.af5663d",
"@primer/view-components": "^0.34.0",
"autoprefixer": "^10.4.18",
Expand All @@ -74,6 +73,9 @@
"stylelint": "^16.9.0",
"table": "^6.8.1"
},
"peerDependencies": {
"@primer/primitives": "^9.0.3"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 917fd93

Please sign in to comment.