Skip to content

Commit

Permalink
chore: use pnpm catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 31, 2024
1 parent 2ee4b3b commit 980bbcf
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 25 deletions.
8 changes: 4 additions & 4 deletions packages/gulp-diffable-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@ntnyq/logger": "^0.0.4",
"@types/through2": "^2.0.41",
"@ntnyq/logger": "catalog:",
"@types/through2": "catalog:",
"diffable-html": "^5.0.0",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
"plugin-error": "catalog:",
"through2": "catalog:"
},
"engines": {
"node": ">=18.18.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gulp-format-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@ntnyq/logger": "^0.0.4",
"@ntnyq/logger": "catalog:",
"@types/js-beautify": "^1.14.3",
"@types/through2": "^2.0.41",
"@types/through2": "catalog:",
"js-beautify": "^1.15.1",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
"plugin-error": "catalog:",
"through2": "catalog:"
},
"engines": {
"node": ">=18.18.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gulp-prettyhtml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@ntnyq/logger": "^0.0.4",
"@ntnyq/logger": "catalog:",
"@starptech/prettyhtml": "^0.10.0",
"@types/through2": "^2.0.41",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
"@types/through2": "catalog:",
"plugin-error": "catalog:",
"through2": "catalog:"
},
"engines": {
"node": ">=18.18.0"
Expand Down
41 changes: 28 additions & 13 deletions pnpm-lock.yaml

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

8 changes: 8 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# eslint yml/sort-keys: error

catalog:
'@ntnyq/logger': ^0.0.4
'@types/through2': ^2.0.41
plugin-error: ^2.0.1
through2: ^4.0.2

packages:
- packages/*

0 comments on commit 980bbcf

Please sign in to comment.