Skip to content

Commit

Permalink
Bump deps (#331)
Browse files Browse the repository at this point in the history
In anticipation of a v3.12.0 release.
  • Loading branch information
72636c authored Jan 26, 2021
1 parent d7aca2a commit 359a9be
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 77 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-kings-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**template:** Bump caret ranges
5 changes: 5 additions & 0 deletions .changeset/twelve-doors-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**deps:** Bump minor and patch versions
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/supertest": "2.0.10",
"express": "4.17.1",
"koa": "2.13.1",
"supertest": "6.1.1",
"supertest": "6.1.3",
"type-fest": "0.20.2"
},
"dependencies": {
Expand All @@ -57,33 +57,33 @@
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.19",
"@types/jest": "^26.0.20",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"chalk": "^4.1.0",
"concurrently": "^5.3.0",
"ejs": "^3.1.5",
"enquirer": "^2.3.6",
"eslint": "^7.16.0",
"eslint": "^7.18.0",
"eslint-config-skuba": "1.0.10",
"execa": "^5.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"get-port": "^5.1.1",
"ignore": "^5.1.8",
"is-installed-globally": "^0.4.0",
"jest": "^26.6.3",
"latest-version": "^5.1.0",
"lodash.mergewith": "^4.6.2",
"module-alias": "^2.2.2",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"normalize-package-data": "^3.0.0",
"npm-run-path": "^4.0.1",
"npm-which": "^3.0.1",
"prettier": "2.2.1",
"read-pkg-up": "^7.0.1",
"runtypes": "^5.0.1",
"semantic-release": "^17.3.1",
"serialize-error": "^8.0.0",
"semantic-release": "^17.3.7",
"serialize-error": "^8.0.1",
"source-map-support": "^0.5.19",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
Expand Down
8 changes: 4 additions & 4 deletions template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"dependencies": {
"@seek/logger": "^4.4.5",
"express": "^4.17.1",
"skuba-dive": "^1.1.1"
"skuba-dive": "^1.1.2"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/node": "^14.14.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.22",
"@types/supertest": "^2.0.10",
"pino-pretty": "^4.3.0",
"skuba": "*",
"supertest": "^6.0.0"
"supertest": "^6.1.3"
},
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions template/greeter/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"skuba-dive": "^1.1.1"
"skuba-dive": "^1.1.2"
},
"devDependencies": {
"@types/node": "^14.14.0",
"@types/node": "^14.14.22",
"skuba": "*"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"dependencies": {
"@seek/logger": "^4.4.4",
"aws-sdk": "^2.775.0",
"@seek/logger": "^4.4.5",
"aws-sdk": "^2.831.0",
"seek-datadog-custom-metrics": "^4.0.0",
"skuba-dive": "^1.1.1",
"skuba-dive": "^1.1.2",
"runtypes": "^5.0.1",
"runtypes-filter": "^0.4.0"
"runtypes-filter": "^0.4.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.64",
"@types/chance": "^1.1.0",
"@types/node": "^14.14.0",
"@types/aws-lambda": "^8.10.71",
"@types/chance": "^1.1.1",
"@types/node": "^14.14.22",
"chance": "^1.1.7",
"pino-pretty": "^4.3.0",
"serverless": "^2.8.0",
"serverless": "^2.20.1",
"serverless-plugin-canary-deployments": "^0.4.8",
"serverless-prune-plugin": "^1.4.3",
"skuba": "*"
Expand Down
Loading

0 comments on commit 359a9be

Please sign in to comment.