asv-hlps 1.2.72 → 1.2.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export declare type VariantType = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
1
+ export type VariantType = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
@@ -13,7 +13,7 @@ export interface IPath {
13
13
  state?: string | number;
14
14
  Content?: any;
15
15
  }
16
- export declare type HeaderTableColumnType = {
16
+ export type HeaderTableColumnType = {
17
17
  thLabel: any;
18
18
  content?: any;
19
19
  accessor?: any;
@@ -1,4 +1,4 @@
1
- declare type opDatesType = "currentDate" | "currentMonth" | "subCurrentMonth" | "currentYear" | "subCurrentYear" | "after16March";
1
+ type opDatesType = "currentDate" | "currentMonth" | "subCurrentMonth" | "currentYear" | "subCurrentYear" | "after16March";
2
2
  /**
3
3
  *
4
4
  * @param qb typeorm queryselectoer
@@ -1,47 +1,35 @@
1
1
  import * as yup from "yup";
2
- export declare const schemaNaCoSh: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
3
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
4
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
5
- shortname: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
6
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
7
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
8
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
9
- shortname: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
10
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
11
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
12
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
13
- shortname: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
14
- }>>>;
15
- export declare const schemaNaCo: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
16
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
17
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
18
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
19
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
20
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
21
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
22
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
23
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
24
- }>>>;
25
- export declare const schemaNa: (url: string, tob: any) => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
26
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
27
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
28
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
29
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
30
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
31
- }>>>;
32
- export declare const schemaLogin: () => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
33
- username: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
34
- password: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
35
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
36
- username: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
37
- password: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
38
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
39
- username: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
40
- password: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
41
- }>>>;
42
- export declare const yupValideUniqName: (url: string, tob: any) => import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
43
- export declare const yupValideUniqEmail: (url: string, tob: any, isRequired?: boolean) => yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
44
- export declare const yupValideUniqNumber: (url: string, tob: any, isRequired?: boolean) => yup.NumberSchema<number, import("yup/lib/types").AnyObject, number>;
45
- export declare const yupValideUniqCode: (url: string, max: number, tob: any) => import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
46
- export declare const yupValidateNoRequiredNumber: () => yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
2
+ export declare const schemaNaCoSh: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<{
3
+ name: string;
4
+ code: string;
5
+ shortname: string;
6
+ }, yup.AnyObject, {
7
+ name: undefined;
8
+ code: undefined;
9
+ shortname: undefined;
10
+ }, "">;
11
+ export declare const schemaNaCo: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<{
12
+ name: string;
13
+ code: string;
14
+ }, yup.AnyObject, {
15
+ name: undefined;
16
+ code: undefined;
17
+ }, "">;
18
+ export declare const schemaNa: (url: string, tob: any) => yup.ObjectSchema<{
19
+ name: string;
20
+ }, yup.AnyObject, {
21
+ name: undefined;
22
+ }, "">;
23
+ export declare const schemaLogin: () => yup.ObjectSchema<{
24
+ username: string;
25
+ password: string;
26
+ }, yup.AnyObject, {
27
+ username: undefined;
28
+ password: undefined;
29
+ }, "">;
30
+ export declare const yupValideUniqName: (url: string, tob: any) => yup.StringSchema<string, yup.AnyObject, undefined, "">;
31
+ export declare const yupValideUniqEmail: (url: string, tob: any, isRequired?: boolean) => yup.StringSchema<string, yup.AnyObject, undefined, "">;
32
+ export declare const yupValideUniqNumber: (url: string, tob: any, isRequired?: boolean) => yup.NumberSchema<number, yup.AnyObject, undefined, "">;
33
+ export declare const yupValideUniqCode: (url: string, max: number, tob: any) => yup.StringSchema<string, yup.AnyObject, undefined, "">;
34
+ export declare const yupValidateNoRequiredNumber: () => yup.StringSchema<string, yup.AnyObject, undefined, "">;
47
35
  export declare const formatSelectOptions: (objs: any[], propLabel?: string, propValue?: string) => any[];
@@ -86,7 +86,8 @@ const yupValideUniqEmail = (url, tob, isRequired = true) => {
86
86
  });
87
87
  }
88
88
  return yup.string().when((val) => {
89
- if (val !== "") {
89
+ // if (val !== "") {
90
+ if (val) {
90
91
  return yup
91
92
  .string()
92
93
  .email()
@@ -1,5 +1,5 @@
1
1
  import { AuthParam } from "../auth";
2
- declare type LoginType = {
2
+ type LoginType = {
3
3
  username: string;
4
4
  password: string;
5
5
  };
@@ -86,6 +86,7 @@ export declare const absFromSequence: (arr: number[]) => number[];
86
86
  export declare const fillStartWithZero: (num: string | number, targetLength: number) => string;
87
87
  export declare const fillEndWithZero: (num: string | number, targetLength: number) => string;
88
88
  export declare const sumAmount: (tobs: any[], property: string) => number;
89
+ export declare const reduceSum: (tobs: any[], property: string) => number;
89
90
  export declare const formatAmountToString: (amount: number, opt?: {
90
91
  math?: "ceil" | "floor";
91
92
  currency?: "cfa";
package/lib/cjs/utils.js CHANGED
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.validEmail = exports.convertToCfa = exports.packAndUnit = exports.unCheckedAll = exports.inputChecked = exports.arrayMultiChecked = exports.getColorAccordingToDate = exports.genRandomColour = exports.formatNgbDate = exports.dateToString = exports.replaceSpacesWith = exports.replaceAllIn = exports.sesStorageGet = exports.sesStorageSet = exports.genSequenceRef = exports.removeBackSlashOccurences = exports.removeString = exports.deepClone = exports.findFirstSequenceMissing = exports.fillNumWithZero = exports.findSequencesMissing = exports.sequencesToNumbers = exports.notInSequence = exports.reformatDates = exports.formatToStringCfa = exports.formatToString = exports.wakeUp = exports.sleep = exports.limitTo = exports.titleCase = exports.toObjectDate = exports.removeDuplicatesByKey = exports.removeDuplicates = exports.getRandomColor = exports.getNbOfDaysBetweenTwoDates = exports.displayDateRangeFr = exports.calPercent = exports.percentOf = exports.genDateMinutesStep = exports.convertFrDateToEnDate = exports.convertEnDateToFr = exports.formatDateMd = exports.formatDateYm = exports.formatDateYmFirstDay = exports.formatDateYmd = exports.formatFromAndToDate = exports.formatDateYmHypen = exports.formatDateFirstDayFr = exports.formatDateYmdHypenFr = exports.formatDateYmdHypen = void 0;
7
- exports.monthStringName = exports.returnBool = exports.formatAmountToString = exports.sumAmount = exports.fillEndWithZero = exports.fillStartWithZero = exports.absFromSequence = exports.returnDates = exports.displayFrDatePeriode = exports.getArrayOfRandomColor = exports.randomHslColor = exports.randomHexColor = exports.randomRgbColor = exports.randomInteger = exports.insertAtInArray = exports.isBirthday = exports.padEndWithZero = exports.padStartWithZero = exports.formatMonthYearToLocaleString = exports.calculPercent = void 0;
7
+ exports.monthStringName = exports.returnBool = exports.formatAmountToString = exports.reduceSum = exports.sumAmount = exports.fillEndWithZero = exports.fillStartWithZero = exports.absFromSequence = exports.returnDates = exports.displayFrDatePeriode = exports.getArrayOfRandomColor = exports.randomHslColor = exports.randomHexColor = exports.randomRgbColor = exports.randomInteger = exports.insertAtInArray = exports.isBirthday = exports.padEndWithZero = exports.padStartWithZero = exports.formatMonthYearToLocaleString = exports.calculPercent = void 0;
8
8
  const dayjs_1 = __importDefault(require("dayjs"));
9
9
  require("dayjs/locale/fr");
10
10
  const formatDateYmdHypen = (date) => {
@@ -501,6 +501,12 @@ const sumAmount = (tobs, property) => {
501
501
  }, 0);
502
502
  };
503
503
  exports.sumAmount = sumAmount;
504
+ const reduceSum = (tobs, property) => {
505
+ return tobs.reduce((prev, curr) => {
506
+ return +prev + +curr[property];
507
+ }, 0);
508
+ };
509
+ exports.reduceSum = reduceSum;
504
510
  const formatAmountToString = (amount, opt) => {
505
511
  let getAmount = amount;
506
512
  switch (opt === null || opt === void 0 ? void 0 : opt.math) {
@@ -1 +1 @@
1
- export declare type VariantType = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
1
+ export type VariantType = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
@@ -13,7 +13,7 @@ export interface IPath {
13
13
  state?: string | number;
14
14
  Content?: any;
15
15
  }
16
- export declare type HeaderTableColumnType = {
16
+ export type HeaderTableColumnType = {
17
17
  thLabel: any;
18
18
  content?: any;
19
19
  accessor?: any;
@@ -1,4 +1,4 @@
1
- declare type opDatesType = "currentDate" | "currentMonth" | "subCurrentMonth" | "currentYear" | "subCurrentYear" | "after16March";
1
+ type opDatesType = "currentDate" | "currentMonth" | "subCurrentMonth" | "currentYear" | "subCurrentYear" | "after16March";
2
2
  /**
3
3
  *
4
4
  * @param qb typeorm queryselectoer
@@ -1,47 +1,35 @@
1
1
  import * as yup from "yup";
2
- export declare const schemaNaCoSh: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
3
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
4
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
5
- shortname: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
6
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
7
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
8
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
9
- shortname: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
10
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
11
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
12
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
13
- shortname: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
14
- }>>>;
15
- export declare const schemaNaCo: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
16
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
17
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
18
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
19
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
20
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
21
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
22
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
23
- code: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
24
- }>>>;
25
- export declare const schemaNa: (url: string, tob: any) => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
26
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
27
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
28
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
29
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
30
- name: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
31
- }>>>;
32
- export declare const schemaLogin: () => yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
33
- username: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
34
- password: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
35
- }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
36
- username: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
37
- password: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
38
- }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
39
- username: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
40
- password: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
41
- }>>>;
42
- export declare const yupValideUniqName: (url: string, tob: any) => import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
43
- export declare const yupValideUniqEmail: (url: string, tob: any, isRequired?: boolean) => yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
44
- export declare const yupValideUniqNumber: (url: string, tob: any, isRequired?: boolean) => yup.NumberSchema<number, import("yup/lib/types").AnyObject, number>;
45
- export declare const yupValideUniqCode: (url: string, max: number, tob: any) => import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>;
46
- export declare const yupValidateNoRequiredNumber: () => yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
2
+ export declare const schemaNaCoSh: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<{
3
+ name: string;
4
+ code: string;
5
+ shortname: string;
6
+ }, yup.AnyObject, {
7
+ name: undefined;
8
+ code: undefined;
9
+ shortname: undefined;
10
+ }, "">;
11
+ export declare const schemaNaCo: (url: string, tob: any, codeMaxLenth?: number) => yup.ObjectSchema<{
12
+ name: string;
13
+ code: string;
14
+ }, yup.AnyObject, {
15
+ name: undefined;
16
+ code: undefined;
17
+ }, "">;
18
+ export declare const schemaNa: (url: string, tob: any) => yup.ObjectSchema<{
19
+ name: string;
20
+ }, yup.AnyObject, {
21
+ name: undefined;
22
+ }, "">;
23
+ export declare const schemaLogin: () => yup.ObjectSchema<{
24
+ username: string;
25
+ password: string;
26
+ }, yup.AnyObject, {
27
+ username: undefined;
28
+ password: undefined;
29
+ }, "">;
30
+ export declare const yupValideUniqName: (url: string, tob: any) => yup.StringSchema<string, yup.AnyObject, undefined, "">;
31
+ export declare const yupValideUniqEmail: (url: string, tob: any, isRequired?: boolean) => yup.StringSchema<string, yup.AnyObject, undefined, "">;
32
+ export declare const yupValideUniqNumber: (url: string, tob: any, isRequired?: boolean) => yup.NumberSchema<number, yup.AnyObject, undefined, "">;
33
+ export declare const yupValideUniqCode: (url: string, max: number, tob: any) => yup.StringSchema<string, yup.AnyObject, undefined, "">;
34
+ export declare const yupValidateNoRequiredNumber: () => yup.StringSchema<string, yup.AnyObject, undefined, "">;
47
35
  export declare const formatSelectOptions: (objs: any[], propLabel?: string, propValue?: string) => any[];
@@ -52,7 +52,8 @@ export const yupValideUniqEmail = (url, tob, isRequired = true) => {
52
52
  });
53
53
  }
54
54
  return yup.string().when((val) => {
55
- if (val !== "") {
55
+ // if (val !== "") {
56
+ if (val) {
56
57
  return yup
57
58
  .string()
58
59
  .email()
@@ -1,5 +1,5 @@
1
1
  import { AuthParam } from "../auth";
2
- declare type LoginType = {
2
+ type LoginType = {
3
3
  username: string;
4
4
  password: string;
5
5
  };
@@ -86,6 +86,7 @@ export declare const absFromSequence: (arr: number[]) => number[];
86
86
  export declare const fillStartWithZero: (num: string | number, targetLength: number) => string;
87
87
  export declare const fillEndWithZero: (num: string | number, targetLength: number) => string;
88
88
  export declare const sumAmount: (tobs: any[], property: string) => number;
89
+ export declare const reduceSum: (tobs: any[], property: string) => number;
89
90
  export declare const formatAmountToString: (amount: number, opt?: {
90
91
  math?: "ceil" | "floor";
91
92
  currency?: "cfa";
package/lib/esm/utils.js CHANGED
@@ -427,6 +427,11 @@ export const sumAmount = (tobs, property) => {
427
427
  return +prev + +curr[property];
428
428
  }, 0);
429
429
  };
430
+ export const reduceSum = (tobs, property) => {
431
+ return tobs.reduce((prev, curr) => {
432
+ return +prev + +curr[property];
433
+ }, 0);
434
+ };
430
435
  export const formatAmountToString = (amount, opt) => {
431
436
  let getAmount = amount;
432
437
  switch (opt === null || opt === void 0 ? void 0 : opt.math) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -17,19 +17,19 @@
17
17
  "license": "ISC",
18
18
  "devDependencies": {
19
19
  "@types/bcryptjs": "^2.4.2",
20
- "@types/pdfmake": "^0.2.1",
20
+ "@types/pdfmake": "^0.2.2",
21
21
  "@types/randomatic": "^3.1.3",
22
- "@types/react": "^18.0.19",
23
- "typescript": "^4.8.3"
22
+ "@types/react": "^18.2.0",
23
+ "typescript": "^5.0.4"
24
24
  },
25
25
  "dependencies": {
26
- "axios": "^0.27.2",
26
+ "axios": "^1.3.6",
27
27
  "bcryptjs": "^2.4.3",
28
- "classnames": "^2.3.1",
28
+ "classnames": "^2.3.2",
29
29
  "dayjs": "^1.11.7",
30
30
  "jwt-decode": "^3.1.2",
31
- "pdfmake": "^0.2.6",
31
+ "pdfmake": "^0.2.7",
32
32
  "randomatic": "^3.1.1",
33
- "yup": "^0.32.11"
33
+ "yup": "^1.1.1"
34
34
  }
35
35
  }