Skip to content

Commit

Permalink
update koa-base and test
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Dec 12, 2023
1 parent 118771c commit cd82d35
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2,984 deletions.
2 changes: 1 addition & 1 deletion coverage/cobertura-coverage.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage lines-valid="95" lines-covered="95" line-rate="1" branches-valid="11" branches-covered="11" branch-rate="1" timestamp="1700184043453" complexity="0" version="0.1">
<coverage lines-valid="95" lines-covered="95" line-rate="1" branches-valid="11" branches-covered="11" branch-rate="1" timestamp="1702387312178" complexity="0" version="0.1">
<sources>
<source>/Users/lagden/_dev/old/htdocs/lab/boilerplate/rest</source>
</sources>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@koa/router": "12.0.1",
"@tadashi/common": "4.2.0",
"@tadashi/common": "4.2.1",
"@tadashi/debug": "4.0.0",
"@tadashi/ee": "1.0.0",
"@tadashi/koa-base": "5.2.0",
"@tadashi/koa-base": "5.3.0",
"@tadashi/local-access": "1.1.1",
"@xet/log-google": "1.0.0",
"koa": "2.14.2",
Expand All @@ -25,12 +25,12 @@
"devDependencies": {
"@tadashi/hex-id": "3.0.2",
"c8": "8.0.1",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-sonarjs": "0.23.0",
"got": "13.0.0",
"got": "14.0.0",
"hash-to-port": "1.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.1.0"
"prettier": "3.1.1"
}
}
Loading

0 comments on commit cd82d35

Please sign in to comment.