Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 19, 2023
1 parent 312a214 commit eb0eb11
Show file tree
Hide file tree
Showing 9 changed files with 680 additions and 771 deletions.
24 changes: 12 additions & 12 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.1.1",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.12",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand All @@ -28,8 +28,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
Expand Down Expand Up @@ -58,26 +58,26 @@
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.4.1",
"c12": "^1.4.2",
"cac": "^6.7.14",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.1",
"prompts": "^2.4.2",
"semver": "^7.5.1"
"semver": "^7.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@types/node": "^18.16.16",
"@antfu/eslint-config": "^0.40.2",
"@types/node": "^20.5.1",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"eslint": "^8.47.0",
"esno": "^0.17.0",
"log-symbols": "^5.1.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^5.0.1",
"tsup": "^6.7.0",
"typescript": "^5.1.3"
"tsup": "^7.2.0",
"typescript": "^5.1.6"
}
}

0 comments on commit eb0eb11

Please sign in to comment.