Skip to content

Commit

Permalink
Bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 5, 2022
1 parent d397527 commit 6db3279
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
},
"devDependencies": {
"depcheck": "^1.4.2",
"git-pull-or-clone": "^2.0.1",
"git-pull-or-clone": "^2.0.2",
"standard": "^17.0.0",
"tape": "^5.3.2",
"tempy": "^2.0.0"
"tape": "^5.5.3",
"tempy": "^3.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions test/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'tape'
import tempy from 'tempy'
import { temporaryDirectory } from 'tempy'
import fs from 'fs'
import path from 'path'
import { execFileSync } from 'child_process'
Expand Down Expand Up @@ -38,7 +38,7 @@ test('fixes various', function (t) {
})

function run (inputFixture, outputFixture, method, opts, test) {
const cwd = tempy.directory()
const cwd = temporaryDirectory()
const inputFile = new URL('./fixture/' + inputFixture + '.md', import.meta.url)
const outputFile = new URL('./fixture/' + outputFixture + '.md', import.meta.url)
const pkgFile = path.join(cwd, 'package.json')
Expand Down

0 comments on commit 6db3279

Please sign in to comment.