Skip to content

Commit

Permalink
Merge 917fd93 into dfc7913
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Oct 18, 2024
2 parents dfc7913 + 917fd93 commit 7ef25da
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-houses-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/css': minor
---

Move prod @primer/\* dependencies to dev
37 changes: 28 additions & 9 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@
"build:storybook": "cd docs && npm i && npm run build:storybook"
},
"dependencies": {
"@primer/primitives": "^9.0.3",
"@primer/view-components": "^0.34.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@csstools/postcss-sass": "^5.1.1",
"@github/prettier-config": "^0.0.6",
"@primer/stylelint-config": "^13.0.0-rc.af5663d",
"@primer/view-components": "^0.34.0",
"autoprefixer": "^10.4.18",
"chokidar-cli": "^3.0.0",
"cssstats": "^4.0.5",
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 7ef25da

Please sign in to comment.