Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Nov 16, 2023
1 parent 1cfd813 commit 2a47bdf
Show file tree
Hide file tree
Showing 2 changed files with 1,219 additions and 889 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,36 +58,36 @@
},
"prettier": "@meteorlxy/prettier-config",
"dependencies": {
"@types/showdown": "^2.0.2",
"@types/showdown": "^2.0.4",
"showdown": "^2.1.0",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.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.3",
"@vitejs/plugin-vue": "^4.3.4",
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-vue": "^4.5.0",
"@vuepress/client": "2.0.0-beta.66",
"@vuepress/utils": "2.0.0-beta.66",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.4",
"rollup": "^3.29.3",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"sort-package-json": "^2.5.1",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"rollup": "^4.4.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2",
"vite": "~4.4.9",
"vite": "~5.0.0",
"vuepress": "2.0.0-beta.66"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.10.5",
"engines": {
"node": ">=18.16.0"
}
Expand Down

1 comment on commit 2a47bdf

@vercel
Copy link

@vercel vercel bot commented on 2a47bdf Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-showdown – ./

vue-showdown-meteorlxy.vercel.app
vue-showdown.vercel.app
vue-showdown-git-main-meteorlxy.vercel.app

Please sign in to comment.