Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 11, 2021
1 parent 3dc8c3e commit b89f169
Show file tree
Hide file tree
Showing 3 changed files with 1,944 additions and 2,091 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"dependencies": {
"@types/minimatch": "^3.0.3",
"ensure-posix-path": "^1.1.0",
"matcher-collection": "^2.0.0",
"matcher-collection": "^2.0.1",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"glob": "^7.1.4",
"jest": "^24.8.0",
"memfs": "^3.1.2",
"rimraf": "^2.4.3",
"ts-jest": "^24.0.2",
"typescript": "~3.8.3"
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"glob": "^7.1.6",
"jest": "^26.1.0",
"memfs": "^3.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"typescript": "~3.9.5"
},
"scripts": {
"prepare": "tsc -b .",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b89f169

Please sign in to comment.