Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 15, 2024
1 parent 4efc276 commit 23f5b5f
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 818 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,35 @@
"dependencies": {
"@types/showdown": "^2.0.6",
"showdown": "^2.1.0",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@meteorlxy/eslint-config": "^3.7.0",
"@meteorlxy/prettier-config": "^3.2.0",
"@meteorlxy/tsconfig": "^3.0.0",
"@meteorlxy/eslint-config": "^3.8.0",
"@meteorlxy/prettier-config": "^3.8.0",
"@meteorlxy/tsconfig": "^3.8.0",
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vuepress/bundler-vite": "2.0.0-rc.12",
"@vuepress/theme-default": "2.0.0-rc.32",
"@vitejs/plugin-vue": "^5.0.5",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/theme-default": "2.0.0-rc.38",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"sort-package-json": "^2.10.0",
"typescript": "^5.4.5",
"vite": "~5.2.12",
"vue-eslint-parser": "^9.4.2",
"vuepress": "2.0.0-rc.12"
"typescript": "^5.5.3",
"vite": "~5.3.3",
"vue-eslint-parser": "^9.4.3",
"vuepress": "2.0.0-rc.14"
},
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
Loading

0 comments on commit 23f5b5f

Please sign in to comment.