Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 5, 2023
1 parent 42b9ea2 commit 1ed3981
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 325 deletions.
1 change: 1 addition & 0 deletions bin/bumpp.js
@@ -1,4 +1,5 @@
#!/usr/bin/env node
'use strict'
const { main } = require('../dist/cli')

main()
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.1.0",
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.6.0",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand Down Expand Up @@ -58,26 +58,26 @@
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.2.0",
"c12": "^1.4.1",
"cac": "^6.7.14",
"fast-glob": "^3.2.12",
"prompts": "^2.4.2",
"semver": "^7.3.8"
"semver": "^7.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.0",
"@types/node": "^18.15.11",
"@types/prompts": "^2.4.3",
"@types/semver": "^7.3.13",
"@antfu/eslint-config": "^0.39.5",
"@types/node": "^18.16.16",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.37.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"log-symbols": "^5.1.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^4.4.1",
"rimraf": "^5.0.1",
"tsup": "^6.7.0",
"typescript": "^5.0.2"
"typescript": "^5.1.3"
}
}

0 comments on commit 1ed3981

Please sign in to comment.