Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 13, 2024
1 parent 0d903be commit f3a9ce7
Show file tree
Hide file tree
Showing 10 changed files with 945 additions and 1,115 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
},
"prettier": "@meteorlxy/prettier-config",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@lerna-lite/cli": "^3.7.1",
"@lerna-lite/publish": "^3.7.1",
"@meteorlxy/eslint-config": "^3.8.0",
"@meteorlxy/prettier-config": "^3.8.0",
"@meteorlxy/tsconfig": "^3.8.0",
"@vitest/coverage-istanbul": "^2.0.4",
"eslint": "^8.57.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"@lerna-lite/cli": "^3.8.0",
"@lerna-lite/publish": "^3.8.0",
"@meteorlxy/eslint-config": "^4.0.0",
"@meteorlxy/prettier-config": "^4.0.0",
"@meteorlxy/tsconfig": "^4.0.0",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"sort-package-json": "^2.10.0",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.7.0"
}
4 changes: 2 additions & 2 deletions packages/plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"test": "vitest"
},
"dependencies": {
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@vue/shared": "^3.4.33"
"@vue/shared": "^3.4.37"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@mdit-vue/types": "workspace:*",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@mdit-vue/shared": "workspace:*",
"@mdit-vue/types": "workspace:*",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@mdit-vue/types": "workspace:*",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@mdit-vue/shared": "workspace:*",
"@mdit-vue/types": "workspace:*",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@mdit-vue/shared": "workspace:*",
"@mdit-vue/types": "workspace:*",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@mdit-vue/types": "workspace:*",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface MarkdownItEnv {
// to be extended with module augmentation
}
Expand Down
Loading

0 comments on commit f3a9ce7

Please sign in to comment.