Skip to content

Commit

Permalink
chore: catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 14, 2025
1 parent 4c63f42 commit 8b4d949
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitest/coverage-v8": "catalog:",
"ansi-sequence-parser": "catalog:",
"bumpp": "catalog:",
"diff-match-patch-es": "^1.0.1",
"diff-match-patch-es": "catalog:",
"eslint": "catalog:",
"eslint-plugin-format": "catalog:",
"esno": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"test": "vitest"
},
"dependencies": {
"cac": "^6.7.14",
"prettier": "^3.4.2",
"cac": "catalog:",
"prettier": "catalog:",
"shiki": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/engine-oniguruma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"@shikijs/vscode-textmate": "catalog:"
},
"devDependencies": {
"vscode-oniguruma": "^1.7.0"
"vscode-oniguruma": "catalog:"
}
}
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ catalog:
'@vueuse/core': ^12.4.0
ansi-sequence-parser: ^1.1.1
bumpp: ^9.10.0
cac: ^6.7.14
chalk: ^5.4.1
diff-match-patch-es: ^1.0.1
eslint: ^9.18.0
eslint-plugin-format: ^1.0.1
esno: ^4.8.0
Expand Down Expand Up @@ -86,7 +88,7 @@ catalog:
vitepress: ^1.5.0
vitepress-plugin-mermaid: ^2.0.17
vitest: ^2.1.8
vscode-oniguruma: ^1.7.0
vscode-oniguruma: 1.7.0
vue: ^3.5.13
vue-tsc: ^2.2.0
wrangler: ^3.101.0

0 comments on commit 8b4d949

Please sign in to comment.