Skip to content

Commit

Permalink
chore: cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Sep 21, 2019
1 parent 3fc18bf commit c3ea6e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"dependencies": {
"amphtml-validator": "^1.0.23",
"chalk": "^2.4.2",
"consola": "^2.10.1",
"nuxt-i18n": "^6.2.1",
"qs": "^6.8.0"
"consola": "^2.10.1"
},
"devDependencies": {
"@babel/core": "^7.6.0",
Expand All @@ -54,9 +52,9 @@
"jest": "^24.9.0",
"jest-puppeteer": "^4.3.0",
"nuxt-edge": "^2.10.0-26150413.e9c4bcfe",
"nuxt-i18n": "^6.2.1",
"puppeteer": "^1.20.0",
"request": "latest",
"standard-version": "^7.0.0",
"vue-tweet-embed": "^2.3.0"
"standard-version": "^7.0.0"
}
}
20 changes: 0 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,14 +659,6 @@
"@babel/helper-regex" "^7.4.4"
regexpu-core "^4.5.4"

"@babel/polyfill@^7.0.0":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.4.tgz#78801cf3dbe657844eeabf31c1cae3828051e893"
integrity sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==
dependencies:
core-js "^2.6.5"
regenerator-runtime "^0.13.2"

"@babel/preset-env@^7.5.5", "@babel/preset-env@^7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
Expand Down Expand Up @@ -8703,11 +8695,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==

qs@^6.8.0:
version "6.8.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.8.0.tgz#87b763f0d37ca54200334cd57bb2ef8f68a1d081"
integrity sha512-tPSkj8y92PfZVbinY1n84i1Qdx75lZjMQYx9WZhnkofyxzw2r7Ho39G3/aEvSUdebxpnnM4LZJCtvE/Aq3+s9w==

qs@~6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
Expand Down Expand Up @@ -10617,13 +10604,6 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue-tweet-embed@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/vue-tweet-embed/-/vue-tweet-embed-2.3.0.tgz#127079eeacf85eba10dbea46b6fe1c7256f2847a"
integrity sha512-x7HjTwmxnhEspJefO+F6qLwZQeSoA6Xf+ySylNVRv46aDgjCfSqYHMgo+sSnt7MJlVaULWZwKiE2Q3G6ftYZwA==
dependencies:
"@babel/polyfill" "^7.0.0"

vue@^2.6.10:
version "2.6.10"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
Expand Down

0 comments on commit c3ea6e8

Please sign in to comment.