Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Jan 23, 2025
1 parent 70b073f commit 6a51325
Show file tree
Hide file tree
Showing 5 changed files with 948 additions and 895 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"type": "module",
"version": "0.2.0-beta.22",
"private": "true",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"preview": "vitepress preview src"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.24.4",
"vitepress": "^1.5.0",
"@shikijs/vitepress-twoslash": "^2.1.0",
"vitepress": "^1.6.3",
"zotero-plugin-scaffold": "workspace:^"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.0-beta.22",
"private": true,
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.4",
"author": "northword",
"scripts": {
"dev": "pnpm -r --filter=./packages/* --parallel run dev",
Expand All @@ -18,16 +18,16 @@
"prepare": "husky"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@types/node": "^22.10.2",
"bumpp": "^9.9.2",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"@antfu/eslint-config": "^3.16.0",
"@types/node": "^22.10.9",
"bumpp": "^9.10.2",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"typescript": "^5.7.2",
"unbuild": "^3.0.1",
"vitest": "^2.1.8"
"lint-staged": "^15.4.2",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vitest": "^3.0.3"
},
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.0-beta.22",
"private": "true",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.4",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down
10 changes: 5 additions & 5 deletions packages/scaffold/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.22",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.4",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down Expand Up @@ -71,16 +71,16 @@
"dependencies": {
"@commander-js/extra-typings": "^13.0.0",
"adm-zip": "^0.5.16",
"bumpp": "^9.9.2",
"bumpp": "^9.10.2",
"c12": "^2.0.1",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"commander": "^13.0.0",
"commander": "^13.1.0",
"es-toolkit": "^1.31.0",
"esbuild": "^0.24.2",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"hookable": "^5.5.3",
"octokit": "^4.0.2",
"octokit": "^4.1.0",
"std-env": "^3.8.0",
"tiny-update-notifier": "^2.0.0",
"tinyglobby": "^0.2.10",
Expand Down
Loading

0 comments on commit 6a51325

Please sign in to comment.