From e36dd281d41911063ca7b9bdcd72095d8572d367 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Mon, 7 Aug 2023 15:53:55 +0800 Subject: [PATCH] chore: upgrade dev deps --- package.json | 18 +++++++++--------- test/git-check-ignore.js | 5 +++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 6049272..fe7d7ae 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/test/git-check-ignore.js b/test/git-check-ignore.js index 77de102..6aa483b 100644 --- a/test/git-check-ignore.js +++ b/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,