Skip to content

Commit

Permalink
updated DEV dependencies
Browse files Browse the repository at this point in the history
* @types/mocha v10.0.1 => v10.0.2
* @types/node v18.17.18 => v18.18.0
* @typescript-eslint/eslint-plugin v6.7.2 => v6.7.3
* @typescript-eslint/parser v6.7.2 => v6.7.3
* chai v4.3.8 => v4.3.10
  • Loading branch information
friedemannsommer committed Sep 28, 2023
1 parent 3258769 commit 347d9ce
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 102 deletions.
197 changes: 100 additions & 97 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@mxssfd/typedoc-theme": "1.1.3",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/chai": "4.3.6",
"@types/mocha": "10.0.1",
"@types/node": "18.17.18",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/mocha": "10.0.2",
"@types/node": "18.18.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"c8": "8.0.1",
"chai": "4.3.8",
"chai": "4.3.10",
"eslint": "8.50.0",
"eslint-plugin-tsdoc": "0.2.17",
"mocha": "10.2.0",
Expand Down

0 comments on commit 347d9ce

Please sign in to comment.