Skip to content

Commit

Permalink
chore: upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Aug 7, 2023
1 parent 474eabc commit e36dd28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -51,21 +51,21 @@
"url": "https://github.com/kaelzhang/node-ignore/issues"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"codecov": "^3.8.2",
"debug": "^4.3.4",
"eslint": "^8.33.0",
"eslint": "^8.46.0",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.27.5",
"mkdirp": "^3.0.0",
"eslint-plugin-import": "^2.28.0",
"mkdirp": "^3.0.1",
"pre-suf": "^1.1.1",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"spawn-sync": "^2.0.0",
"tap": "^16.3.4",
"tap": "^16.3.8",
"tmp": "0.2.1",
"typescript": "^5.0.2"
"typescript": "^5.1.6"
},
"engines": {
"node": ">= 4"
Expand Down
5 changes: 3 additions & 2 deletions test/git-check-ignore.js
@@ -1,10 +1,11 @@
const fs = require('fs')
const path = require('path')

const tap = require('tap')
const spawn = require('spawn-sync')
const tmp = require('tmp').dirSync
const mkdirp = require('mkdirp').mkdirp.sync
const rm = require('rimraf').sync
const fs = require('fs')
const path = require('path')
const {removeEnding} = require('pre-suf')
const {
debug,
Expand Down

0 comments on commit e36dd28

Please sign in to comment.