Skip to content

Commit

Permalink
Merge pull request #175 from stencila/renovate/major-dev
Browse files Browse the repository at this point in the history
chore(dependencies): update dev dependencies (major)
  • Loading branch information
alex-ketch authored May 22, 2020
2 parents 5961571 + 981538f commit cd89dd8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 41 deletions.
61 changes: 23 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@wdio/static-server-service": "6.0.16",
"argos-cli": "0.1.3",
"autoprefixer": "9.8.0",
"chromedriver": "81.0.0",
"chromedriver": "83.0.0",
"css-loader": "3.5.3",
"cssnano": "4.1.10",
"cssnano-preset-default": "4.0.7",
Expand Down Expand Up @@ -120,7 +120,7 @@
"stylelint-declaration-strict-value": "1.4.6",
"stylelint-selector-pattern": "0.0.2",
"stylelint-selector-tag-no-without-class": "2.0.3",
"ts-jest": "25.5.1",
"ts-jest": "26.0.0",
"ts-loader": "7.0.4",
"ts-node": "8.10.1",
"typescript": "3.9.3",
Expand Down
3 changes: 2 additions & 1 deletion test/wdio.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import path from 'path'
const WdioScreenshot = require('wdio-screenshot-v5')
const VisualRegressionCompare = require('wdio-novus-visual-regression-service/compare')
const chromeDriver = require('chromedriver')

export const baseUrl = process.env.BASE_URL || 'http://localhost:3000'

Expand Down Expand Up @@ -36,7 +37,7 @@ const baseServices = [
const browserCapabilities = {
chrome: {
browserName: 'chrome',
browserVersion: '81.0',
browserVersion: chromeDriver.version,
},
firefox: {
browserName: 'firefox',
Expand Down

0 comments on commit cd89dd8

Please sign in to comment.