Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 5709ebc

Browse files
Merge pull request #51 from technote-space/release/next-v3.1.27
release: v3.1.28
2 parents 0122ccc + c2479f6 commit 5709ebc

File tree

2 files changed

+169
-170
lines changed

2 files changed

+169
-170
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/fast-glob",
3-
"version": "3.1.27",
3+
"version": "3.1.28",
44
"description": "It's a very fast and efficient glob library for Node.js",
55
"keywords": [
66
"glob",
@@ -79,15 +79,15 @@
7979
"@types/merge2": "^1.3.0",
8080
"@types/micromatch": "^4.0.1",
8181
"@types/minimist": "^1.2.1",
82-
"@types/mocha": "^8.0.4",
83-
"@types/node": "^14.14.10",
82+
"@types/mocha": "^8.2.0",
83+
"@types/node": "^14.14.14",
8484
"@types/rimraf": "^3.0.0",
8585
"@types/sinon": "^9.0.9",
86-
"@typescript-eslint/eslint-plugin": "^4.9.1",
87-
"@typescript-eslint/parser": "^4.9.1",
86+
"@typescript-eslint/eslint-plugin": "^4.11.0",
87+
"@typescript-eslint/parser": "^4.11.0",
8888
"compute-stdev": "^1.0.0",
8989
"easy-table": "^1.1.1",
90-
"eslint": "^7.15.0",
90+
"eslint": "^7.16.0",
9191
"eslint-config-mrmlnc": "^1.1.1",
9292
"execa": "^5.0.0",
9393
"fast-glob": "^3.2.4",
@@ -96,10 +96,10 @@
9696
"mocha": "^8.2.1",
9797
"nyc": "^15.1.0",
9898
"rimraf": "^3.0.2",
99-
"sinon": "^9.2.1",
99+
"sinon": "^9.2.2",
100100
"tiny-glob": "^0.2.8",
101101
"ts-node": "^9.1.1",
102-
"typescript": "^4.1.2"
102+
"typescript": "^4.1.3"
103103
},
104104
"engines": {
105105
"node": ">=8"

0 commit comments

Comments
 (0)