Skip to content

Commit

Permalink
Update libs and documentation. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
russelporosky authored Oct 28, 2023
1 parent 2efe17f commit 7eb5c5a
Show file tree
Hide file tree
Showing 8 changed files with 330 additions and 298 deletions.
2 changes: 1 addition & 1 deletion coverage/lcov-report/HelloWorld.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1><a href="index.html">All files</a> HelloWorld.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-28T01:22:42.314Z
at 2023-10-28T03:19:59.517Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-28T01:22:42.314Z
at 2023-10-28T03:19:59.517Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion documentation/assets/main.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions documentation/classes/HelloWorld.html

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions documentation/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions documentation/modules.html

Large diffs are not rendered by default.

567 changes: 298 additions & 269 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-boilerplate",
"version": "2.5.1",
"version": "2.5.2",
"description": "TypeScript boilerplate for TDD development.",
"scripts": {
"build": "tsc --project src/tsconfig.app.json",
Expand Down Expand Up @@ -28,20 +28,20 @@
},
"homepage": "https://github.com/russelporosky/ts-boilerplate#readme",
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
}
}

0 comments on commit 7eb5c5a

Please sign in to comment.