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

Commit 0122ccc

Browse files
Merge pull request #50 from technote-space/release/next-v3.1.26
release: v3.1.27
2 parents 8685dec + b8ee475 commit 0122ccc

File tree

2 files changed

+141
-152
lines changed

2 files changed

+141
-152
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/fast-glob",
3-
"version": "3.1.26",
3+
"version": "3.1.27",
44
"description": "It's a very fast and efficient glob library for Node.js",
55
"keywords": [
66
"glob",
@@ -83,13 +83,13 @@
8383
"@types/node": "^14.14.10",
8484
"@types/rimraf": "^3.0.0",
8585
"@types/sinon": "^9.0.9",
86-
"@typescript-eslint/eslint-plugin": "^4.9.0",
87-
"@typescript-eslint/parser": "^4.9.0",
86+
"@typescript-eslint/eslint-plugin": "^4.9.1",
87+
"@typescript-eslint/parser": "^4.9.1",
8888
"compute-stdev": "^1.0.0",
8989
"easy-table": "^1.1.1",
90-
"eslint": "^7.14.0",
90+
"eslint": "^7.15.0",
9191
"eslint-config-mrmlnc": "^1.1.1",
92-
"execa": "^4.1.0",
92+
"execa": "^5.0.0",
9393
"fast-glob": "^3.2.4",
9494
"glob": "^7.1.6",
9595
"minimist": "^1.2.5",
@@ -98,7 +98,7 @@
9898
"rimraf": "^3.0.2",
9999
"sinon": "^9.2.1",
100100
"tiny-glob": "^0.2.8",
101-
"ts-node": "^9.0.0",
101+
"ts-node": "^9.1.1",
102102
"typescript": "^4.1.2"
103103
},
104104
"engines": {

0 commit comments

Comments
 (0)