Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlei3166 committed Jun 29, 2021
1 parent 97b13da commit 7098503
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,26 @@
"register:components": "node bin/vitepress-register-components.js",
"test": "jest",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue",
"deploy": "git push origin --tags && npm run build && npm publish"
"release": "yunque-release",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"camelcase": "^6.2.0",
"clipboard-copy": "^4.0.1",
"globby": "^11.0.2",
"kolorist": "^1.5.0",
"lodash-es": "^4.17.20",
"markdown-it": "^12.0.4",
"minimist": "^1.2.5",
"kolorist": "^1.5.0",
"yaml": "^2.0.0-6",
"vitepress": "^0.15.5"
"vitepress": "^0.15.5",
"yaml": "^2.0.0-6"
},
"devDependencies": {
"@types/jest": "^26.0.12",
"@types/node": "^14.14.39",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@yunquejs/release": "^0.1.3",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,17 @@
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.2.tgz#1069c0bc7d6f4bd15ccf3a5f3be29450aca368f9"
integrity sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg==

"@yunquejs/release@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@yunquejs/release/-/release-0.1.3.tgz#054654235c01744fea2304a66cda9d53cf8ed9c4"
integrity sha512-EcXYd8VxSNNft2+b4qj4NVqnaBXDVpNRmloHbMnjoxqFRyzN8wqW5kvDUpPGq8gwi+KdKbjNRBK5ah0kBQdzug==
dependencies:
cac "^6.7.3"
enquirer "^2.3.6"
execa "^5.1.0"
kolorist "^1.4.1"
semver "^7.3.5"

abab@^2.0.3, abab@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
Expand Down Expand Up @@ -1405,7 +1416,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=

cac@^6.7.2:
cac@^6.7.2, cac@^6.7.3:
version "6.7.3"
resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.3.tgz#10410b8611677990cc2e3c8b576d471c1d71b768"
integrity sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg==
Expand Down Expand Up @@ -2195,7 +2206,7 @@ execa@^4.0.0, execa@^4.1.0:
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

execa@^5.0.0:
execa@^5.0.0, execa@^5.1.0:
version "5.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
Expand Down Expand Up @@ -3556,7 +3567,7 @@ kleur@^3.0.3:
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==

kolorist@^1.5.0:
kolorist@^1.4.1, kolorist@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.5.0.tgz#a06f7dd11d1b5fdb743d79c8acd4e1ecbcbd89b3"
integrity sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==
Expand Down

0 comments on commit 7098503

Please sign in to comment.