Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit a32878b

Browse files
authored
Bump dependency versions (#61)
* upgrade build nodeJs version 8 -> 10 * docu: switch from travis-ci.org -> travis-ci.com * update dependencies
1 parent 7f69fbd commit a32878b

File tree

4 files changed

+1794
-1125
lines changed

4 files changed

+1794
-1125
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 8
3+
- 10
44

55
script:
66
- yarn test

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# AWS Lambda Router [![Build Status](https://travis-ci.org/spring-media/aws-lambda-router.svg?branch=master)](https://travis-ci.org/spring-media/aws-lambda-router)
2+
# AWS Lambda Router [![Build Status](https://travis-ci.com/spring-media/aws-lambda-router.svg?branch=master)](https://travis-ci.com/spring-media/aws-lambda-router)
33

44
[![codecov](https://codecov.io/gh/spring-media/aws-lambda-router/branch/master/graph/badge.svg)](https://codecov.io/gh/spring-media/aws-lambda-router) [![npm version](https://badge.fury.io/js/aws-lambda-router.svg)](https://badge.fury.io/js/aws-lambda-router) [![dependencies](https://david-dm.org/spring-media/aws-lambda-router.svg)](https://www.npmjs.com/package/aws-lambda-router)
55

@@ -444,7 +444,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
444444
445445
It's simple.
446446
447-
Increase version in **package.json** (using [semantic version syntax](https://semver.org/)). After than create an new tag in github (with description, can be the same as of the release history below) with the same version (like v0.98.9). Our build pipeline at [Travis CI](https://travis-ci.org/spring-media/aws-lambda-router) will be started and release an new version at [NPM Repository](https://www.npmjs.com/package/aws-lambda-router).
447+
Increase version in **package.json** (using [semantic version syntax](https://semver.org/)). After than create an new tag in github (with description, can be the same as of the release history below) with the same version (like v0.98.9). Our build pipeline at [Travis CI](https://travis-ci.com/spring-media/aws-lambda-router) will be started and release an new version at [NPM Repository](https://www.npmjs.com/package/aws-lambda-router).
448448
449449
Thats all.
450450

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
"routing",
2424
"s3"
2525
],
26-
"author": "Christian Gohlke <christian.gohlke@spring-media.de> (https://www.welt.de)",
26+
"author": "Christian Gohlke <christian.gohlke@axelspringer.com> (https://www.welt.de)",
2727
"license": "Apache-2.0",
2828
"bugs": {
2929
"url": "https://github.com/spring-media/aws-lambda-router/issues"
3030
},
3131
"homepage": "https://github.com/spring-media/aws-lambda-router#readme",
3232
"devDependencies": {
33-
"@types/jest": "^24.9.0",
33+
"@types/jest": "26.0.20",
3434
"@types/node": "^8.10.59",
35-
"codecov": "3.7.2",
36-
"jest": "24.9.0",
37-
"ts-jest": "24.2.0",
38-
"typescript": "3.7.5"
35+
"codecov": "3.8.1",
36+
"jest": "26.6.3",
37+
"ts-jest": "26.5.2",
38+
"typescript": "4.2.2"
3939
},
4040
"dependencies": {
41-
"@types/aws-lambda": "8.10.59"
41+
"@types/aws-lambda": "8.10.66"
4242
}
4343
}

0 commit comments

Comments
 (0)