|
1 | 1 | {
|
2 | 2 | "name": "use-models",
|
3 | 3 | "homepage": "https://r3wt.github.io/use-models",
|
4 |
| - "version": "1.3.4", |
| 4 | + "version": "1.3.5", |
5 | 5 | "private": false,
|
6 | 6 | "publishConfig": {
|
7 | 7 | "access": "public"
|
|
32 | 32 | "deploy": "gh-pages -d example/build"
|
33 | 33 | },
|
34 | 34 | "peerDependencies": {
|
35 |
| - "react": "^16.0.0", |
36 |
| - "@types/node": "^14.0.26", |
37 |
| - "@types/react": "^16.9.27", |
38 |
| - "@types/react-dom": "^16.9.8" |
| 35 | + "react": "^16.0.0" |
39 | 36 | },
|
40 | 37 | "devDependencies": {
|
41 | 38 | "@testing-library/dom": "^7.24.3",
|
42 | 39 | "@testing-library/jest-dom": "^5.11.4",
|
43 | 40 | "@testing-library/react": "^11.0.4",
|
44 | 41 | "@testing-library/user-event": "^12.1.6",
|
45 | 42 | "@types/jest": "^26.0.14",
|
46 |
| - "@types/node": "^14.11.2", |
47 |
| - "@types/react": "^16.9.50", |
48 |
| - "@types/react-dom": "^16.9.8", |
49 | 43 | "@types/react-syntax-highlighter": "^11.0.5",
|
50 | 44 | "coveralls": "^3.1.0",
|
51 | 45 | "cross-env": "^7.0.2",
|
|
63 | 57 | "react-syntax-highlighter": "^12.2.1",
|
64 | 58 | "tslib": "^2.0.1",
|
65 | 59 | "tslint": "^6.1.3",
|
66 |
| - "typescript": "^4.0.3" |
| 60 | + "typescript": "^4.0.3", |
| 61 | + "@types/node": "^14.0.26", |
| 62 | + "@types/react": "^16.9.27", |
| 63 | + "@types/react-dom": "^16.9.8" |
67 | 64 | },
|
68 | 65 | "files": [
|
69 | 66 | "dist"
|
|
72 | 69 | "jest": {
|
73 | 70 | "coverageThreshold": {
|
74 | 71 | "global": {
|
75 |
| - "functions": 80, |
76 |
| - "lines": 80, |
77 |
| - "statements": 80, |
78 |
| - "branches": 75 |
| 72 | + "functions": 90, |
| 73 | + "lines": 90, |
| 74 | + "statements": 90, |
| 75 | + "branches": 80 |
79 | 76 | }
|
80 | 77 | },
|
81 | 78 | "collectCoverageFrom": [
|
|
0 commit comments