Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ntnyq committed Aug 11, 2023
1 parent 444c2e2 commit ce335b2
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 140 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-plugins",
"private": true,
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.6.12",
"scripts": {
"build": "turbo run --filter=\"./packages/*\" --parallel build",
"clean": "rimraf packages/*/dist packages/*/*.tsbuildinfo",
Expand All @@ -20,14 +20,14 @@
"@ntnyq/prettier-config": "^1.12.2",
"@types/vinyl": "^2.0.7",
"@vitest/coverage-v8": "^0.34.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"fast-glob": "^3.3.1",
"husky": "8.0.3",
"nano-staged": "^0.8.0",
"pnpm": "^8.6.11",
"prettier": "^3.0.0",
"pnpm": "^8.6.12",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"tsup": "^7.1.0",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-diffable-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@ntnyq/logger": "^0.0.2",
"@ntnyq/logger": "^0.0.3",
"@types/through2": "^2.0.38",
"diffable-html": "^5.0.0",
"plugin-error": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-format-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@ntnyq/logger": "^0.0.2",
"@ntnyq/logger": "^0.0.3",
"@types/js-beautify": "^1.14.0",
"@types/through2": "^2.0.38",
"js-beautify": "^1.14.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-prettyhtml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@ntnyq/logger": "^0.0.2",
"@ntnyq/logger": "^0.0.3",
"@starptech/prettyhtml": "^0.10.0",
"@types/through2": "^2.0.38",
"plugin-error": "^2.0.1",
Expand Down
Loading

0 comments on commit ce335b2

Please sign in to comment.