Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minecrawler committed Jul 7, 2023
1 parent 00fd039 commit cd235f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"node": ">=14.16"
},
"dependencies": {
"tslib": "^2.5.0"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/chai": "~4.3.5",
"@types/mocha": "~10.0.1",
"chai": "~4.3.7",
"esbuild": "~0.17.18",
"madge": "~6.0.0",
"esbuild": "~0.18.11",
"madge": "~6.1.0",
"mocha": "~10.2.0",
"nyc": "~15.1.0",
"ts-node": "~10.9.1",
"typedoc": "~0.24.7",
"typescript": "^5.0.4"
"typedoc": "~0.24.8",
"typescript": "^5.1.6"
},
"files": [
"dist"
Expand Down

0 comments on commit cd235f0

Please sign in to comment.