Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
1.3.5
  • Loading branch information
r3wt committed Aug 25, 2023
2 parents 36e5665 + 1bfb548 commit 82a2ed0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
7 changes: 2 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-models",
"homepage": "https://r3wt.github.io/use-models",
"version": "1.3.4",
"version": "1.3.5",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,20 +32,14 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0",
"@types/node": "^14.0.26",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.8"
"react": "^16.0.0"
},
"devDependencies": {
"@testing-library/dom": "^7.24.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.8",
"@types/react-syntax-highlighter": "^11.0.5",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
Expand All @@ -63,7 +57,10 @@
"react-syntax-highlighter": "^12.2.1",
"tslib": "^2.0.1",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
"typescript": "^4.0.3",
"@types/node": "^14.0.26",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.8"
},
"files": [
"dist"
Expand All @@ -72,10 +69,10 @@
"jest": {
"coverageThreshold": {
"global": {
"functions": 80,
"lines": 80,
"statements": 80,
"branches": 75
"functions": 90,
"lines": 90,
"statements": 90,
"branches": 80
}
},
"collectCoverageFrom": [
Expand Down

0 comments on commit 82a2ed0

Please sign in to comment.