Skip to content

Commit

Permalink
fix(react): change react version to be >= 16.13.1
Browse files Browse the repository at this point in the history
also move to peer dependency

Signed-off-by: Ashley Ryan <asryan@vmware.com>
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Dec 16, 2021
1 parent 5acebdc commit 0dae848
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/react/package.json
Expand Up @@ -23,12 +23,12 @@
"url": "https://github.com/vmware/clarity.git"
},
"dependencies": {
"@lit-labs/react": "^1.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"@lit-labs/react": "^1.0.1"
},
"peerDependencies": {
"@cds/core": "./dist/core"
"@cds/core": "./dist/core",
"react":">= 16.13.1",
"react-dom": ">= 16.13.1"
},
"devDependencies": {
"@cds/core": "./dist/core",
Expand Down Expand Up @@ -57,6 +57,8 @@
"parcel": "^2.0.0-beta.1",
"prettier": "2.0.5",
"pretty-quick": "1.11.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"replace": "1.1.0",
"ts-jest": "^26.1.0",
"typescript": "^4.4.2"
Expand Down

0 comments on commit 0dae848

Please sign in to comment.