Skip to content

Commit

Permalink
fix: update deps (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 26, 2021
1 parent 21201a4 commit f83828a
Show file tree
Hide file tree
Showing 3 changed files with 968 additions and 950 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -20,24 +20,24 @@
]
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.15",
"babel-jest": "^26.6.3",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-jest": "^27.0.1",
"conventional-github-releaser": "^3.1.5",
"cross-env": "^7.0.3",
"eslint": "^7.25.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.3",
"express": "^4.17.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest": "^27.0.1",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"puppeteer": "^9.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"puppeteer": "^9.1.1",
"rimraf": "^3.0.2"
}
}
Expand Up @@ -114,7 +114,8 @@ class PuppeteerEnvironment extends NodeEnvironment {

if (config.browserContext === 'incognito') {
// Using this, pages will be created in a pristine context.
this.global.context = await this.global.browser.createIncognitoBrowserContext()
this.global.context =
await this.global.browser.createIncognitoBrowserContext()
} else if (
config.browserContext === 'default' ||
!config.browserContext
Expand Down

0 comments on commit f83828a

Please sign in to comment.