Skip to content

Commit

Permalink
chore: upgrade dev dependencies, fixes #85, fixes #89, fixes #86
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Feb 7, 2023
1 parent c148048 commit 14170fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
"url": "https://github.com/kaelzhang/node-ignore/issues"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"codecov": "^3.8.2",
"debug": "^4.3.4",
"eslint": "^8.30.0",
"eslint": "^8.33.0",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.26.0",
"mkdirp": "^1.0.4",
"eslint-plugin-import": "^2.27.5",
"mkdirp": "^2.1.3",
"pre-suf": "^1.1.1",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"spawn-sync": "^2.0.0",
"tap": "^16.3.2",
"tap": "^16.3.4",
"tmp": "0.2.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit 14170fe

Please sign in to comment.