Skip to content

Commit

Permalink
upgrade all devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Jan 10, 2022
1 parent ce2d810 commit 39e2f9a
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 632 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"author": "netroy <aditya@netroy.in> (http://netroy.in/)",
"license": "MIT",
"devDependencies": {
"@types/chai": "4.2.16",
"@types/glob": "7.1.3",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"@types/sinon": "10.0.0",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@types/chai": "4.3.0",
"@types/glob": "7.2.0",
"@types/mocha": "9.0.0",
"@types/node": "17.0.8",
"@types/sinon": "10.0.6",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"chai": "4.3.4",
"eslint": "7.24.0",
"glob": "7.1.6",
"mocha": "8.3.2",
"eslint": "8.6.0",
"glob": "7.2.0",
"mocha": "9.1.3",
"nyc": "15.1.0",
"sinon": "10.0.0",
"ts-node": "9.1.1",
"typedoc": "0.20.35",
"typescript": "4.2.4"
"sinon": "12.0.1",
"ts-node": "10.4.0",
"typedoc": "0.22.10",
"typescript": "4.5.4"
},
"dependencies": {
"queue": "6.0.2"
Expand Down

0 comments on commit 39e2f9a

Please sign in to comment.