Skip to content

Commit

Permalink
fix: bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Feb 5, 2025
1 parent e19342e commit da84808
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 227 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"type": "module",
"version": "0.2.3",
"private": "true",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"preview": "vitepress preview src"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^2.2.0",
"@shikijs/vitepress-twoslash": "^2.3.1",
"vitepress": "^1.6.3",
"zotero-plugin-scaffold": "workspace:^"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.3",
"private": true,
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"author": "northword",
"scripts": {
"dev": "pnpm -r --filter=./packages/* --parallel run dev",
Expand All @@ -18,8 +18,8 @@
"prepare": "husky"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@types/node": "^22.13.0",
"@antfu/eslint-config": "^4.1.1",
"@types/node": "^22.13.1",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"eslint-plugin-format": "^1.0.1",
Expand All @@ -28,7 +28,7 @@
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"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.3",
"private": "true",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 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.3",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@swc/core": "^1.10.12",
"@swc/core": "^1.10.14",
"adm-zip": "^0.5.16",
"bumpp": "^10.0.1",
"c12": "^2.0.1",
Expand Down
Loading

0 comments on commit da84808

Please sign in to comment.