|
12 | 12 | }, |
13 | 13 | "description": "Common patterns, functions, etc... used when building react applications", |
14 | 14 | "devDependencies": { |
15 | | - "@types/faker": "4.1.12", |
| 15 | + "@types/faker": "5.5.6", |
16 | 16 | "@types/humanize-plus": "1.8.0", |
17 | 17 | "@types/jest": "25.1.5", |
18 | 18 | "@types/lodash": "4.14.108", |
19 | 19 | "@types/node": "13.11.0", |
20 | | - "@types/rosie": "0.0.37", |
21 | | - "andculturecode-javascript-testing": "0.0.1", |
| 20 | + "@types/rosie": "0.0.39", |
| 21 | + "andculturecode-javascript-testing": "0.2.1", |
22 | 22 | "axios": "0.21.1", |
23 | 23 | "cross-env": "6.0.3", |
24 | 24 | "cypress": "3.8.3", |
25 | | - "faker": "4.1.0", |
| 25 | + "faker": "5.5.3", |
26 | 26 | "humanize-plus": "1.8.2", |
27 | 27 | "i18next": "19.4.5", |
28 | 28 | "i18next-browser-languagedetector": "6.0.1", |
|
32 | 32 | "lodash": "4.17.21", |
33 | 33 | "prettier": "1.19.1", |
34 | 34 | "rimraf": "2.6.2", |
35 | | - "rosie": "2.0.1", |
| 35 | + "rosie": "2.1.0", |
36 | 36 | "ts-jest": "25.5.1", |
37 | 37 | "ts-loader": "8.0.4", |
38 | 38 | "tslint": "6.1.2", |
|
72 | 72 | "url": "git+https://github.com/AndcultureCode/AndcultureCode.JavaScript.Core.git" |
73 | 73 | }, |
74 | 74 | "scripts": { |
75 | | - "build": "tsc --pretty && webpack && npm run validate-peer-dependencies", |
| 75 | + "build": "tsc --pretty --project tsconfig.dist.json && webpack && npm run validate-peer-dependencies", |
76 | 76 | "clean": "rimraf dist && rimraf coverage", |
77 | 77 | "configure:git": "echo Ensuring git hooksPath is set to .githooks directory && git config core.hooksPath .githooks && chmod +x .githooks/*", |
78 | 78 | "coverage": "jest ./src --coverage", |
|
0 commit comments