Skip to content

Commit

Permalink
chore: update dependencies (#767)
Browse files Browse the repository at this point in the history
- Update the `@listr2/prompt-adapter-enquirer`, `branch-diff`,
`changelog-maker`, `listr2`, `ora`, and `undici` dependencies and the
`c8` developer dependency to their new major versions.
- Update the other dependencies and developer dependencies to their
latest versions.
  • Loading branch information
VoltrexKeyva committed Jan 9, 2024
1 parent 4572e78 commit 4ec3b0e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,35 @@
],
"license": "MIT",
"dependencies": {
"@listr2/prompt-adapter-enquirer": "^1.0.2",
"@node-core/caritat": "^1.2.1",
"@listr2/prompt-adapter-enquirer": "^2.0.1",
"@node-core/caritat": "^1.3.0",
"@pkgjs/nv": "^0.2.2",
"branch-diff": "^2.1.5",
"branch-diff": "^3.0.2",
"chalk": "^5.3.0",
"changelog-maker": "^3.2.6",
"changelog-maker": "^4.0.1",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^4.0.0",
"core-validate-commit": "^4.0.0",
"figures": "^6.0.1",
"ghauth": "^6.0.0",
"inquirer": "^9.2.11",
"ghauth": "^6.0.1",
"inquirer": "^9.2.12",
"js-yaml": "^4.1.0",
"listr2": "^7.0.2",
"listr2": "^8.0.1",
"lodash": "^4.17.21",
"log-symbols": "^6.0.0",
"ora": "^7.0.1",
"replace-in-file": "^7.0.2",
"undici": "^5.27.2",
"ora": "^8.0.1",
"replace-in-file": "^7.1.0",
"undici": "^6.3.0",
"which": "^4.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@reporters/github": "^1.5.3",
"c8": "^8.0.1",
"eslint": "^8.53.0",
"@reporters/github": "^1.5.4",
"c8": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"sinon": "^17.0.1"
}
Expand Down

0 comments on commit 4ec3b0e

Please sign in to comment.