Skip to content

Commit

Permalink
fix(deps): unlock bumpp version, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Dec 13, 2024
1 parent d499ed0 commit d5cbfaf
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 224 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zotero-plugin-scaffold",
"type": "module",
"version": "0.2.0-beta.6",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down Expand Up @@ -70,33 +70,33 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@inquirer/prompts": "^7.0.0",
"@inquirer/prompts": "^7.2.0",
"adm-zip": "^0.5.16",
"bumpp": "9.8.1",
"bumpp": "^9.9.1",
"c12": "^2.0.1",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"commander": "^12.1.0",
"es-toolkit": "^1.25.2",
"es-toolkit": "^1.29.0",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"hookable": "^5.5.3",
"mime": "^4.0.4",
"octokit": "^4.0.2",
"replace-in-file": "^8.2.0",
"std-env": "^3.7.0",
"std-env": "^3.8.0",
"update-notifier": "^7.3.1",
"xvfb-ts": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.11.2",
"@types/adm-zip": "^0.5.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.0.0",
"@types/node": "^22.10.2",
"@types/update-notifier": "^6.0.8",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
},
Expand Down
Loading

0 comments on commit d5cbfaf

Please sign in to comment.