mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-09 00:39:29 -05:00
test: revert puppeteer to 1.11.0
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
"lint-staged": "^8.1.4",
|
||||
"memfs": "^2.15.2",
|
||||
"minimist": "^1.2.0",
|
||||
"puppeteer": "^1.12.2",
|
||||
"request": "^2.83.0",
|
||||
"request-promise-native": "^1.0.7",
|
||||
"rimraf": "^2.6.2",
|
||||
@@ -76,6 +75,7 @@
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"ps-tree": "^1.1.1",
|
||||
"puppeteer": "1.11.0",
|
||||
"vue": "^2.6.7",
|
||||
"vue-template-compiler": "^2.6.7",
|
||||
"vue-server-renderer": "^2.6.7"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"execa": "^1.0.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"json-server": "^0.14.0",
|
||||
"puppeteer": "^1.12.2",
|
||||
"puppeteer": "^1.11.0",
|
||||
"strip-ansi": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -6676,7 +6676,7 @@ eslint-plugin-vue@^4.5.0, eslint-plugin-vue@^4.7.1:
|
||||
dependencies:
|
||||
vue-eslint-parser "^2.0.3"
|
||||
|
||||
eslint-plugin-vue@^5.2.2:
|
||||
eslint-plugin-vue@^5.0.0, eslint-plugin-vue@^5.2.2:
|
||||
version "5.2.2"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz#86601823b7721b70bc92d54f1728cfc03b36283c"
|
||||
integrity sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA==
|
||||
@@ -14199,10 +14199,10 @@ punycode@^1.2.4, punycode@^1.4.1:
|
||||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
|
||||
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
|
||||
|
||||
puppeteer@^1.12.2:
|
||||
version "1.12.2"
|
||||
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.12.2.tgz#dbc36afc3ba2d7182b1a37523c0081a0e8507c9a"
|
||||
integrity sha512-xWSyCeD6EazGlfnQweMpM+Hs6X6PhUYhNTHKFj/axNZDq4OmrVERf70isBf7HsnFgB3zOC1+23/8+wCAZYg+Pg==
|
||||
puppeteer@1.11.0, puppeteer@^1.11.0:
|
||||
version "1.11.0"
|
||||
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.11.0.tgz#63cdbe12b07275cd6e0b94bce41f3fcb20305770"
|
||||
integrity sha512-iG4iMOHixc2EpzqRV+pv7o3GgmU2dNYEMkvKwSaQO/vMZURakwSOn/EYJ6OIRFYOque1qorzIBvrytPIQB3YzQ==
|
||||
dependencies:
|
||||
debug "^4.1.0"
|
||||
extract-zip "^1.6.6"
|
||||
|
||||
Reference in New Issue
Block a user