Skip to content

Commit

Permalink
Revert stricter TypeScript peer dependency.
Browse files Browse the repository at this point in the history
This is not necessary.
  • Loading branch information
Eyas committed Dec 4, 2020
1 parent c9855fc commit c7afe73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-schemaorg",
"version": "1.3.0",
"version": "1.3.1",
"displayName": "React: Schema.org",
"description": "Typed Schema.org JSON-LD in React",
"authors": [
Expand All @@ -24,11 +24,11 @@
"react": "^16.13.1",
"react-test-renderer": "^16.13.1",
"schema-dts": ">=0.7.4",
"typescript": "4.1.2"
"typescript": "^4.1.2"
},
"peerDependencies": {
"schema-dts": ">=0.7.4",
"typescript": "^4.1.2"
"typescript": ">=3.1.6"
},
"keywords": [
"react",
Expand Down

0 comments on commit c7afe73

Please sign in to comment.