Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 6, 2024
1 parent 1615a43 commit 474805c
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 700 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,34 +63,34 @@
"dependencies": {
"@types/showdown": "^2.0.6",
"showdown": "^2.1.0",
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@meteorlxy/eslint-config-prettier": "^2.27.3",
"@meteorlxy/eslint-config-prettier-typescript-vue": "^2.28.1",
"@meteorlxy/prettier-config": "^2.11.0",
"@meteorlxy/tsconfig": "^2.29.0",
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/theme-default": "2.0.0-rc.15",
"@vuepress/theme-default": "2.0.0-rc.18",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"sort-package-json": "^2.7.0",
"sort-package-json": "^2.8.0",
"typescript": "^5.3.3",
"vite": "~5.1.3",
"vite": "~5.1.5",
"vuepress": "2.0.0-rc.8"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=18.16.0"
}
Expand Down

0 comments on commit 474805c

Please sign in to comment.