Skip to content

Commit

Permalink
chore: move development deps to workspace that uses them
Browse files Browse the repository at this point in the history
Make the lockfile reflect the true usage of the packages
  • Loading branch information
ludofischer committed Jun 3, 2023
1 parent ebbc585 commit e58a9f1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@
"@changesets/cli": "^2.26.1",
"@types/node": "^20.2.5",
"c8": "^7.14.0",
"diff": "^5.1.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"nanospy": "^0.5.0",
"picocolors": "^1.0.0",
"pleeease-filters": "^4.0.0",
"postcss": "^8.4.24",
"postcss-font-magician": "^3.0.0",
"postcss-value-parser": "^4.2.0",
"prettier": "^2.8.8",
"typescript": "~5.0.4",
"uvu": "^0.5.6"
Expand Down
3 changes: 2 additions & 1 deletion packages/cssnano-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"license": "MIT",
"devDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.2.15",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.2.15"
Expand Down
2 changes: 2 additions & 0 deletions packages/postcss-discard-overridden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"node": "^14 || ^16 || >=18.0"
},
"devDependencies": {
"diff": "^5.1.0",
"picocolors": "^1.0.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/postcss-reduce-initial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@types/caniuse-api": "^3.0.2",
"html-to-text": "^8.2.0",
"nanospy": "^0.5.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/postcss-svgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"node": "^14 || ^16 || >= 18"
},
"devDependencies": {
"pleeease-filters": "^4.0.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
Expand Down
30 changes: 15 additions & 15 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 e58a9f1

Please sign in to comment.