Skip to content

Commit

Permalink
move all deps to dev (#1072)
Browse files Browse the repository at this point in the history
* move all deps to dev

* update deps

* added changeset
lukasoppermann authored Oct 8, 2024
1 parent e138ea7 commit 028ad8e
Showing 3 changed files with 1,697 additions and 1,509 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-parrots-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': minor
---

rm peerDep & unused dep
3,193 changes: 1,691 additions & 1,502 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,9 +46,6 @@
"test:integration": "vitest run -r integration"
},
"prettier": "@github/prettier-config",
"dependencies": {
"@prettier/sync": "^0.5.2"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@changesets/changelog-github": "^0.5.0",
@@ -76,16 +73,13 @@
"json5": "^2.2.1",
"markdown-table-ts": "^1.0.3",
"prettier": "^3.3.3",
"style-dictionary": "^4.0.1",
"style-dictionary": "^4.1.3",
"tsx": "^4.19.0",
"typescript": "5.5",
"vitest": "^2.0.3",
"zod": "3.23",
"zod-validation-error": "3.3"
},
"peerDependencies": {
"style-dictionary": "^4.0.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.22.0"
}

0 comments on commit 028ad8e

Please sign in to comment.