Skip to content

Commit

Permalink
fix(dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed May 20, 2022
1 parent 9e38e69 commit 76f458f
Show file tree
Hide file tree
Showing 3 changed files with 1,270 additions and 1,976 deletions.
14 changes: 7 additions & 7 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": ">=11.0.0"
"puppeteer-core": ">=14.1.1"
},
"devDependencies": {
"ava": "^3.15.0",
"ava": "^4.2.0",
"dedent": "^0.7.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"get-stream": "^6.0.1",
"ps-list": "^8.0.0",
"ps-list": "^8.1.0",
"puppet-strings-chrome": "^2.0.3",
"semantic-release": "^18.0.1",
"semantic-release": "^19.0.2",
"sidelifter": "^2.0.1",
"tempy": "^2.0.0",
"xo": "^0.47.0"
"tempy": "^3.0.0",
"xo": "^0.49.0"
},
"ava": {
"verbose": true,
Expand Down
4 changes: 2 additions & 2 deletions test/helpers/file-system.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import path from 'node:path'
import tempy from 'tempy'
import {temporaryDirectory} from 'tempy'
import fse from 'fs-extra'

export async function createTemporaryDirectory() {
const directoryPath = tempy.directory()
const directoryPath = temporaryDirectory()
await fse.ensureDir(directoryPath)
return directoryPath
}
Expand Down
Loading

0 comments on commit 76f458f

Please sign in to comment.