Skip to content

Commit

Permalink
#94: upgrade mkdirp -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Apr 10, 2023
1 parent 66fe91b commit 474eabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"eslint": "^8.33.0",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.27.5",
"mkdirp": "^2.1.3",
"mkdirp": "^3.0.0",
"pre-suf": "^1.1.1",
"rimraf": "^5.0.0",
"spawn-sync": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/git-check-ignore.js
@@ -1,7 +1,7 @@
const tap = require('tap')
const spawn = require('spawn-sync')
const tmp = require('tmp').dirSync
const mkdirp = require('mkdirp').sync
const mkdirp = require('mkdirp').mkdirp.sync
const rm = require('rimraf').sync
const fs = require('fs')
const path = require('path')
Expand Down

0 comments on commit 474eabc

Please sign in to comment.