Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 3c1b05e commit 7999167
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 43 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"first-mate": "^7.4.3",
"fs-plus": "3.x",
"git-utils": "^5.7.3",
"glob": "^7.1.7",
"hosted-git-info": "^3.0.8",
"glob": "^8.0.0",
"hosted-git-info": "^6.0.0",
"keytar": "^7.7.0",
"mv": "2.1.1",
"ncp": "~2.0.0",
"node-gyp": "^9.0.0",
"npm": "^7.24.2",
"open": "7.4.2",
"pnpm": "^6.32.23",
"npm": "^9.0.0",
"open": "8.4.0",
"pnpm": "^7.0.0",
"q": "~1.5.1",
"read": "~1.0.7",
"request": "^2.88.2",
Expand All @@ -71,7 +71,7 @@
"temp": "^0.9.4",
"wordwrap": "1.0.0",
"wrench": "~1.5.1",
"yargs": "^3.32.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"@types/async": "^3.2.7",
Expand Down
123 changes: 87 additions & 36 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion spec/fixtures/test-module-with-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "test-module-with-dependencies",
"version": "1.1.0",
"dependencies": {
"test-module": "^1.1.0"
"test-module": "^0.0.0"
}
}

0 comments on commit 7999167

Please sign in to comment.