From 27301651be1538f76f0476808cf07078d231d323 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 08:58:58 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump @types/jest from 26.0.4 to 26.0.5 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.4 to 26.0.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 743a17d..b4bbfbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1648,9 +1648,9 @@ } }, "@types/jest": { - "version": "26.0.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.4.tgz", - "integrity": "sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==", + "version": "26.0.5", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.5.tgz", + "integrity": "sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/package.json b/package.json index f938b11..2cdaef2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "license": "ISC", "devDependencies": { "@types/isomorphic-fetch": "0.0.35", - "@types/jest": "^26.0.4", + "@types/jest": "^26.0.5", "cp": "^0.2.0", "jest": "^25.5.4", "path": "^0.12.7", From 785b27674147c47d49ea7e2a782199a8d78a39cf Mon Sep 17 00:00:00 2001 From: Allan Bowe <> Date: Wed, 22 Jul 2020 23:34:41 +0200 Subject: [PATCH 2/2] chore: doc update --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 547516a..47ef0f1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ You now have a simple web app with a backend service! # More resources -For more information specific to this adapter you can check out this [user guide](https://sasjs.io/sasjs/sasjs-adapter/) or the [technical](http://adapter.sasjs.io/) documentation. +For more information specific to this adapter you can check out this [user guide](https://sasjs.io/sasjs-adapter/) or the [technical](http://adapter.sasjs.io/) documentation. For more information on building web apps in general, check out these [resources](https://sasjs.io/training/resources/) or contact the [author](https://www.linkedin.com/in/allanbowe/) directly. diff --git a/docs/index.html b/docs/index.html index a2c67d6..a3514df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -199,7 +199,7 @@ parmcards4;

For more information specific to this adapter you can check out this - user guide or + user guide or the technical documentation.