Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 11, 2021
1 parent 7f0dddb commit c7dcff6
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 1,446 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"index.js.map"
],
"dependencies": {
"@types/minimatch": "^3.0.3",
"@types/minimatch": "^3.0.4",
"ensure-posix-path": "^1.1.0",
"matcher-collection": "^2.0.1",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"glob": "^7.1.6",
"jest": "^26.1.0",
"memfs": "^3.2.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"glob": "^7.1.7",
"jest": "^27.0.4",
"memfs": "^3.2.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"typescript": "~3.9.5"
"ts-jest": "^27.0.3",
"typescript": "~4.3.2"
},
"scripts": {
"prepare": "tsc -b .",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/contains-cycle/is-cycle
Loading

0 comments on commit c7dcff6

Please sign in to comment.