Skip to content

Commit

Permalink
Merge pull request #16 from williamthorsen/issue-7/move-types-to-dev
Browse files Browse the repository at this point in the history
Remove unneeded package; move types packages to devDependencies
  • Loading branch information
Yuyz0112 authored Apr 21, 2021
2 parents 4c2ee0e + ce2c6a2 commit 718a55a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
],
"typings": "typings/index.d.ts",
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/eslint": "^7.2.0",
"@types/glob": "^7.1.3",
"@types/minimist": "^1.2.0",
"@types/prettier": "^2.0.2",
"@types/progress": "^2.0.3",
"chalk": "^4.1.0",
"glob": "^7.1.6",
"minimist": "^1.2.5",
Expand All @@ -49,6 +43,11 @@
"typescript": "^3.9.6"
},
"devDependencies": {
"@types/eslint": "^7.2.0",
"@types/glob": "^7.1.3",
"@types/minimist": "^1.2.0",
"@types/prettier": "^2.0.2",
"@types/progress": "^2.0.3",
"typescript": "^3.9.6",
"vue": "^2.6.10"
}
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@
dependencies:
defer-to-connect "^1.0.1"

"@types/chalk@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@types/chalk/-/chalk-2.2.0.tgz#b7f6e446f4511029ee8e3f43075fb5b73fbaa0ba"
integrity sha512-1zzPV9FDe1I/WHhRkf9SNgqtRJWZqrBWgu7JGveuHmmyR9CnAPCie2N/x+iHrgnpYBIcCJWHBoMRv2TRWktsvw==
dependencies:
chalk "*"

"@types/color-name@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
Expand Down Expand Up @@ -643,14 +636,6 @@ ccount@^1.0.0, ccount@^1.0.4:
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.5.tgz#ac82a944905a65ce204eb03023157edf29425c17"
integrity sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw==

chalk@*, chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

[email protected], chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
Expand All @@ -671,6 +656,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.0, chalk@^2.4
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

character-entities-html4@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125"
Expand Down

0 comments on commit 718a55a

Please sign in to comment.