Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steambap committed Apr 23, 2024
1 parent f714dbf commit ced9ed1
Show file tree
Hide file tree
Showing 3 changed files with 2,265 additions and 1,873 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
node-version: [14.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@
"homepage": "https://github.com/steambap/koa-tree-router#readme",
"typings": "index.d.ts",
"devDependencies": {
"jest": "^29.5.0",
"koa": "^2.14.1",
"supertest": "^6.2.3"
"jest": "^29.7.0",
"koa": "^2.15.3",
"supertest": "^6.3.4"
},
"dependencies": {
"@types/koa": "^2.13.5",
"@types/koa": "^2.15.0",
"koa-compose": "^4.1.0"
},
"pnpm": {
"overrides": {
"formidable@<3.2.4": ">=3.2.4"
}
}
}
Loading

0 comments on commit ced9ed1

Please sign in to comment.