Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 20, 2024
1 parent fa0efa2 commit 07752f6
Show file tree
Hide file tree
Showing 7 changed files with 1,152 additions and 1,031 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
2 changes: 1 addition & 1 deletion docs/.vuepress/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineClientConfig, resolvers } from '@vuepress/client';
import VueShowdownPlugin from 'vue-showdown';
import { defineClientConfig, resolvers } from 'vuepress/client';

export default defineClientConfig({
enhance({ app }) {
Expand Down
6 changes: 4 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { path } from '@vuepress/utils';
import { defaultTheme, defineUserConfig, viteBundler } from 'vuepress';
import { viteBundler } from '@vuepress/bundler-vite';
import { defaultTheme } from '@vuepress/theme-default';
import { defineUserConfig } from 'vuepress';
import { path } from 'vuepress/utils';
import { version } from '../../package.json';

export default defineUserConfig({
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"docs:dev": "vuepress dev docs",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts,.vue . && prettier --check .",
"prepare": "husky install",
"prepare": "husky",
"publish": "git push origin main --tags",
"version": "pnpm lint && pnpm build && conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add dist CHANGELOG.md"
},
Expand All @@ -60,34 +60,34 @@
"dependencies": {
"@types/showdown": "^2.0.6",
"showdown": "^2.1.0",
"vue": "^3.4.5"
"vue": "^3.4.19"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@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.2",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/theme-default": "2.0.0-rc.15",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"sort-package-json": "^2.6.0",
"sort-package-json": "^2.7.0",
"typescript": "^5.3.3",
"vite": "~5.0.11",
"vuepress": "2.0.0-rc.0"
"vite": "~5.1.3",
"vuepress": "2.0.0-rc.8"
},
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.3",
"engines": {
"node": ">=18.16.0"
}
Expand Down

0 comments on commit 07752f6

Please sign in to comment.