Skip to content

Commit 82a2ed0

Browse files
authored
1.3.5
1.3.5
2 parents 36e5665 + 1bfb548 commit 82a2ed0

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

package-lock.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-models",
33
"homepage": "https://r3wt.github.io/use-models",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -32,20 +32,14 @@
3232
"deploy": "gh-pages -d example/build"
3333
},
3434
"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"
3936
},
4037
"devDependencies": {
4138
"@testing-library/dom": "^7.24.3",
4239
"@testing-library/jest-dom": "^5.11.4",
4340
"@testing-library/react": "^11.0.4",
4441
"@testing-library/user-event": "^12.1.6",
4542
"@types/jest": "^26.0.14",
46-
"@types/node": "^14.11.2",
47-
"@types/react": "^16.9.50",
48-
"@types/react-dom": "^16.9.8",
4943
"@types/react-syntax-highlighter": "^11.0.5",
5044
"coveralls": "^3.1.0",
5145
"cross-env": "^7.0.2",
@@ -63,7 +57,10 @@
6357
"react-syntax-highlighter": "^12.2.1",
6458
"tslib": "^2.0.1",
6559
"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"
6764
},
6865
"files": [
6966
"dist"
@@ -72,10 +69,10 @@
7269
"jest": {
7370
"coverageThreshold": {
7471
"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
7976
}
8077
},
8178
"collectCoverageFrom": [

0 commit comments

Comments
 (0)