Skip to content

Commit

Permalink
➖ (deps) remove terser & pify
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 7, 2021
1 parent 0a9de94 commit bcaf9d8
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -118,16 +118,14 @@
"@types/fs-extra": "^9.0.11",
"@types/graceful-fs": "^4.1.5",
"@types/node-fetch": "^2.5.10",
"@types/pify": "^5.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"siroc": "^0.11.0",
"standard-version": "^9.3.0",
"terser": "^5.7.0"
"standard-version": "^9.3.0"
},
"peerDependencies": {
"vuex": "^3.6.2"
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2121,11 +2121,6 @@
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109"
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==

"@types/pify@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/pify/-/pify-5.0.0.tgz#50eac92722df9ae02caa9f514609cb8d18f9acd7"
integrity sha512-Y7rZv5LH4WqWXiCBDp+OqMG43XekhABHsUoWnfWcpy2TE4YxekicDMxt95aQsRgGYWAZ21ab7IxOQj0pHhVKsQ==

"@types/[email protected]":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.4.tgz#8772fcd0418e3cd2cc171555d73007415051f4b2"
@@ -12625,7 +12620,7 @@ terser@^4.1.2, terser@^4.6.13, terser@^4.6.3:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^5.3.4, terser@^5.7.0:
terser@^5.3.4:
version "5.7.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.0.tgz#a761eeec206bc87b605ab13029876ead938ae693"
integrity sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==

0 comments on commit bcaf9d8

Please sign in to comment.