Skip to content

Commit f926787

Browse files
Merge pull request #19 from vuejs/dev
Add macosPrefix to the pubspec s
2 parents 19c0f5e + 197fd92 commit f926787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/patchChromedriver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Appveyor current only ships Chrome 65
1+
// Appveyor current only ships Chrome 72
22
// which is no longer supported by the latest version of Chromedriver.
33

44
const fs = require('fs')
55
const path = require('path')
66
const pkg = require('../package.json')
77

8-
pkg.resolutions.chromedriver = '2.38.0'
8+
pkg.resolutions.chromedriver = '2.45.0'
99

1010
fs.writeFileSync(path.resolve(__dirname, '../package.json'), JSON.stringify(pkg, null, 2))

0 commit comments

Comments
 (0)