Skip to content

Commit

Permalink
chore(dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Nov 27, 2021
1 parent 39baaf2 commit cb852a5
Show file tree
Hide file tree
Showing 3 changed files with 2,175 additions and 3,911 deletions.
6 changes: 3 additions & 3 deletions actions/open-browser/running-in-docker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test('starting Chrome in a Docker container with Chrome pre-installed', async (t
yarn add --dev link:./puppet-strings &>/dev/null
node index.mjs
`,
`,
],
})
t.teardown(async () => {
Expand All @@ -52,7 +52,7 @@ test('starting Chrome in a Debian Docker container without Chrome pre-installed'
'-c',
dedent`
cd /root
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
echo 'deb http://dl.google.com/linux/chrome/deb/ stable main' >> /etc/apt/sources.list
apt-get update -yq
Expand All @@ -72,7 +72,7 @@ test('starting Chrome in a Debian Docker container without Chrome pre-installed'
yarn add --dev link:./puppet-strings &> /dev/null
node index.mjs
`,
`,
],
})
t.teardown(async () => {
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"release": "semantic-release"
},
"dependencies": {
"puppeteer-core": ">=10.2.0"
"puppeteer-core": ">=11.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"dedent": "^0.7.0",
"fs-extra": "^10.0.0",
"get-stream": "^6.0.1",
"ps-list": "^7.2.0",
"ps-list": "^8.0.0",
"puppet-strings-chrome": "^2.0.3",
"semantic-release": "^17.4.4",
"semantic-release": "^18.0.1",
"sidelifter": "^2.0.1",
"tempy": "^1.0.1",
"xo": "^0.44.0"
"tempy": "^2.0.0",
"xo": "^0.47.0"
},
"ava": {
"verbose": true,
Expand All @@ -43,6 +43,7 @@
"import/no-anonymous-default-export": "off",
"import/no-useless-path-segments": "off",
"unicorn/import-index": "off",
"unicorn/no-await-expression-member": "off",
"unicorn/prefer-text-content": "off"
}
}
Expand Down
Loading

0 comments on commit cb852a5

Please sign in to comment.