Skip to content

Commit

Permalink
fix: dependency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Feb 4, 2021
1 parent 08e262e commit f116672
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"docs": "typedoc src/index.ts"
},
"peerDependencies": {
"@types/react": "^17.0.0",
"@types/react": ">=17",
"react": ">=17"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"docs": "typedoc src/index.ts"
},
"peerDependencies": {
"@types/react": "^17.0.0",
"@types/react": ">=17",
"@types/react-table": "^7.0.26",
"react": "^17.0.1",
"react": ">=17",
"react-table": "^7.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"docs": "typedoc src/index.ts"
},
"peerDependencies": {
"@types/react": "^17.0.0",
"@types/react": ">=17",
"react": ">=17"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ __metadata:
typedoc: ^0.20.16
typescript: ^4.1.3
peerDependencies:
"@types/react": ^17.0.0
"@types/react": ">=17"
react: ">=17"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2918,9 +2918,9 @@ __metadata:
typedoc: ^0.20.16
typescript: ^4.1.3
peerDependencies:
"@types/react": ^17.0.0
"@types/react": ">=17"
"@types/react-table": ^7.0.26
react: ^17.0.1
react: ">=17"
react-table: ^7.6.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2970,7 +2970,7 @@ __metadata:
typedoc: ^0.20.16
typescript: ^4.1.3
peerDependencies:
"@types/react": ^17.0.0
"@types/react": ">=17"
react: ">=17"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit f116672

Please sign in to comment.