Skip to content

Commit 51efb99

Browse files
committed
test: revert puppeteer to 1.11.0
1 parent 5306c37 commit 51efb99

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"lint-staged": "^8.1.4",
6363
"memfs": "^2.15.2",
6464
"minimist": "^1.2.0",
65-
"puppeteer": "^1.12.2",
6665
"request": "^2.83.0",
6766
"request-promise-native": "^1.0.7",
6867
"rimraf": "^2.6.2",
@@ -76,6 +75,7 @@
7675
"@babel/preset-env": "^7.0.0",
7776
"babel-core": "7.0.0-bridge.0",
7877
"ps-tree": "^1.1.1",
78+
"puppeteer": "1.11.0",
7979
"vue": "^2.6.7",
8080
"vue-template-compiler": "^2.6.7",
8181
"vue-server-renderer": "^2.6.7"

packages/@vue/cli-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"execa": "^1.0.0",
2626
"fs-extra": "^7.0.1",
2727
"json-server": "^0.14.0",
28-
"puppeteer": "^1.12.2",
28+
"puppeteer": "^1.11.0",
2929
"strip-ansi": "^5.0.0"
3030
}
3131
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6676,7 +6676,7 @@ eslint-plugin-vue@^4.5.0, eslint-plugin-vue@^4.7.1:
66766676
dependencies:
66776677
vue-eslint-parser "^2.0.3"
66786678

6679-
eslint-plugin-vue@^5.2.2:
6679+
eslint-plugin-vue@^5.0.0, eslint-plugin-vue@^5.2.2:
66806680
version "5.2.2"
66816681
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz#86601823b7721b70bc92d54f1728cfc03b36283c"
66826682
integrity sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA==
@@ -14199,10 +14199,10 @@ punycode@^1.2.4, punycode@^1.4.1:
1419914199
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
1420014200
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
1420114201

14202-
puppeteer@^1.12.2:
14203-
version "1.12.2"
14204-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.12.2.tgz#dbc36afc3ba2d7182b1a37523c0081a0e8507c9a"
14205-
integrity sha512-xWSyCeD6EazGlfnQweMpM+Hs6X6PhUYhNTHKFj/axNZDq4OmrVERf70isBf7HsnFgB3zOC1+23/8+wCAZYg+Pg==
14202+
puppeteer@1.11.0, puppeteer@^1.11.0:
14203+
version "1.11.0"
14204+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.11.0.tgz#63cdbe12b07275cd6e0b94bce41f3fcb20305770"
14205+
integrity sha512-iG4iMOHixc2EpzqRV+pv7o3GgmU2dNYEMkvKwSaQO/vMZURakwSOn/EYJ6OIRFYOque1qorzIBvrytPIQB3YzQ==
1420614206
dependencies:
1420714207
debug "^4.1.0"
1420814208
extract-zip "^1.6.6"

0 commit comments

Comments
 (0)