Skip to content

Commit

Permalink
fix(deps): update depsynky
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 9b43dcd commit d937c65
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 145 deletions.
6 changes: 3 additions & 3 deletions depsynky/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/depsynky",
"version": "0.0.5",
"version": "0.0.6",
"description": "CLI to synchronize dependencies accross a pnpm mono-repo",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "^0.0.8",
"@bpinternal/yargs-extra": "^0.0.11",
"chalk": "^4.1.2",
"glob": "^9.3.4",
"prettier": "^2.8.1",
Expand All @@ -29,7 +29,7 @@
"@types/prettier": "^2.7.3",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.11",
"esbuild": "^0.21.0",
"esbuild": "^0.23.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
Expand Down
Loading

0 comments on commit d937c65

Please sign in to comment.