Skip to content

Commit

Permalink
deps: @types/jest ^27.0.0 (#489)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2021
1 parent 3ca9796 commit 66059b6
Show file tree
Hide file tree
Showing 4 changed files with 1,021 additions and 948 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-pets-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**deps:** @types/jest ^27.0.0
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.23",
"@types/jest": "^27.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"chalk": "^4.1.0",
Expand Down Expand Up @@ -101,5 +101,8 @@
"skuba-dive": {
"optional": true
}
},
"resolutions": {
"**/@jest/types/@types/node": "^14.17.9"
}
}
30 changes: 15 additions & 15 deletions template/koa-rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"dependencies": {
"@koa/router": "^10.0.0",
"@seek/logger": "^4.4.5",
"skuba-dive": "^1.1.1",
"hot-shots": "^8.2.1",
"koa": "^2.13.0",
"@koa/router": "^10.1.0",
"@seek/logger": "^4.4.7",
"skuba-dive": "^1.2.0",
"hot-shots": "^8.5.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.2.0",
"runtypes": "^6.0.0",
"runtypes": "^6.3.2",
"runtypes-filter": "^0.6.0",
"seek-datadog-custom-metrics": "^4.0.0",
"seek-koala": "^5.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chance": "^1.1.1",
"@types/koa": "^2.11.6",
"@types/chance": "^1.1.3",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa__router": "^8.0.3",
"@types/node": "^15.0.0",
"@types/supertest": "^2.0.10",
"@types/uuid": "^8.3.0",
"@types/koa__router": "^8.0.7",
"@types/node": "^15.14.7",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1",
"chance": "^1.1.7",
"pino-pretty": "^5.0.0",
"pino-pretty": "^5.1.3",
"skuba": "*",
"supertest": "^6.0.1"
"supertest": "^6.1.4"
},
"engines": {
"node": ">=14"
},
"license": "UNLICENSED",
"private": true,
"resolutions": {
"**/@jest/types/@types/node": "^15.0.0"
"**/@jest/types/@types/node": "^15.14.7"
},
"scripts": {
"build": "skuba build",
Expand Down
Loading

0 comments on commit 66059b6

Please sign in to comment.