Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvullings committed Mar 15, 2022
1 parent fb894a2 commit 9a58918
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 135 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
},
"homepage": "https://github.com/erikvullings/rest-easy-loki#readme",
"dependencies": {
"@koa/cors": "^3.1.0",
"command-line-args": "^5.1.1",
"@koa/cors": "^3.2.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.1",
"dotenv": "^10.0.0",
"koa": "^2.13.1",
"dotenv": "^16.0.0",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-compress": "^5.0.1",
"koa-router": "^10.0.0",
"koa-compress": "^5.1.0",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"lokijs": "^1.5.12",
"rfc6902": "^4.0.2",
"socket.io": "^4.1.2"
"rfc6902": "^5.0.1",
"socket.io": "^4.4.1"
},
"devDependencies": {
"@types/command-line-args": "^5.0.1",
"@types/command-line-args": "^5.2.0",
"@types/koa": "^2.13.4",
"@types/koa-compose": "^3.2.5",
"@types/koa-compress": "^4.0.3",
"@types/koa-router": "^7.4.4",
"@types/koa-static": "^4.0.2",
"@types/lokijs": "^1.5.5",
"@types/node": "^16.3.0",
"@types/lokijs": "^1.5.7",
"@types/node": "^17.0.21",
"rimraf": "^3.0.2",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.5"
"tsc-watch": "^4.6.2",
"typescript": "^4.6.2"
}
}
Loading

0 comments on commit 9a58918

Please sign in to comment.