Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dbg/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"name": "@nevware21/ts-debug",
"description": "Provides helper functions to support adding configurable debugging logging and support to your application or libraries.",
"version": "0.1.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-typescript": "^5.5.3",
"karma-coverage": "^2.2.0",
"mocha": "^10.0.0",
"mocha": "^11.4.0",
"nyc": "^17.0.0",
"puppeteer": "24.34.0",
"rollup": "^4.54.0",
Expand All @@ -103,3 +103,4 @@
"copyfiles": "^2.4.1"
}
}

2 changes: 1 addition & 1 deletion providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-typescript": "^5.5.3",
"karma-coverage": "^2.2.0",
"mocha": "^10.0.0",
"mocha": "^11.4.0",
"nyc": "^17.0.0",
"puppeteer": "24.34.0",
"rollup": "^4.54.0",
Expand Down
Loading