Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit a4908f9

Browse files
authored
Update to version v1.0.13
- Node module updates. - Bug fix - address front-end document upload errors being experienced by some users.
2 parents d6b23d1 + aaf3859 commit a4908f9

File tree

6 files changed

+1733
-1646
lines changed

6 files changed

+1733
-1646
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.13] - 2023-06-15
9+
10+
### Changed
11+
12+
- Node module updates
13+
- Bug fix - address front-end document upload errors being experienced by some users
14+
815
## [1.0.12] - 2023-06-07
916

1017
### Changed

source/.viperlightignore

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
[node-yarnoutdated]
2+
@babel/helper-validator-identifier=7.18.6
23
aws-amplify=4.3.46
34
aws-cdk=1.203.0
5+
aws-sdk=2.1397.0
46
date-fns=1.30.1
5-
next=12.2.4
6-
next-redux-wrapper=5.0.0
7-
query-string=7.1.3
8-
react=17.0.2
9-
react-pdf=4.2.0
10-
redux-actions=2.6.5
117
dotenv=16.0.1
128
eslint=8.33.0
139
eslint-config-prettier=8.6.0
1410
inquirer=9.0.2
11+
next=12.2.4
12+
next-redux-wrapper=5.0.0
1513
node-fetch=3.2.10
14+
query-string=7.1.3
1615
ramda=0.28.0
16+
react=17.0.2
17+
react-dom=17.0.2
18+
react-pdf=4.2.0
19+
react-redux=8.0.7
1720
react-webcam=7.0.1
21+
redux-actions=2.6.5
1822
sass=1.54.0
19-
@babel/helper-validator-identifier=7.18.6
20-
typescript=4.9.5
21-
aws-sdk=2.1392.0
23+
typescript=4.9.5

source/app/pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import App, { Container } from "next/app";
1717
import getConfig from "next/config";
1818
import Head from "next/head";
1919
import Router from "next/router";
20-
import Amplify, { Auth } from "aws-amplify";
20+
import { Amplify, Auth } from 'aws-amplify'
2121
import { times, reject, isNil } from "ramda";
2222
import { Provider } from "react-redux";
2323
import withRedux from "next-redux-wrapper";

0 commit comments

Comments
 (0)