build: update deps to latest
This commit is contained in:
parent
185dadcd6f
commit
84faa40883
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.28",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.14.1",
|
||||
"packageManager": "pnpm@8.14.3",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
@ -38,8 +38,8 @@
|
||||
"release:version": "bumpp package.json plugins/*/package.json theme/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.4.4",
|
||||
"@commitlint/config-conventional": "^18.4.4",
|
||||
"@commitlint/cli": "^18.5.0",
|
||||
"@commitlint/config-conventional": "^18.5.0",
|
||||
"@pengzhanbo/eslint-config-vue": "^1.5.4",
|
||||
"@pengzhanbo/stylelint-config": "^1.5.4",
|
||||
"@types/lodash.merge": "^4.6.9",
|
||||
|
||||
@ -1,56 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.0.0-beta.8](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-06)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.6](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-05)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.5](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-05)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.4](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-05)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.3](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-05)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.2](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-05)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 1.0.0-beta.1 (2022-04-05)
|
||||
|
||||
**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse
|
||||
@ -48,14 +48,14 @@
|
||||
"chalk": "^5.3.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"cpx2": "^7.0.1",
|
||||
"dotenv": "^16.3.2",
|
||||
"esbuild": "^0.19.11",
|
||||
"dotenv": "^16.4.1",
|
||||
"esbuild": "^0.19.12",
|
||||
"execa": "^8.0.1",
|
||||
"netlify-cli": "^17.15.1",
|
||||
"netlify-cli": "^17.15.3",
|
||||
"portfinder": "^1.0.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.5"
|
||||
"@types/node": "^20.11.6"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
512
pnpm-lock.yaml
generated
512
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -78,7 +78,7 @@
|
||||
"@vuepress/shared": "2.0.0-rc.0",
|
||||
"@vuepress/utils": "2.0.0-rc.0",
|
||||
"@vueuse/core": "^10.7.2",
|
||||
"date-fns": "^3.3.0",
|
||||
"date-fns": "^3.3.1",
|
||||
"katex": "^0.16.9",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"nanoid": "^5.0.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user