Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #132 from grafana/jackw/relax-peer-deps
Browse files Browse the repository at this point in the history
Chore: Relax peer dependencies
  • Loading branch information
ivanahuckova authored Oct 8, 2024
2 parents 2be55e7 + 8edb331 commit 7387ed5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"author": "Grafana Labs <[email protected]> (https://grafana.com)",
"license": "Apache-2.0",
"peerDependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "^10.4.0",
"@grafana/e2e-selectors": "^10.0.0",
"@grafana/runtime": "^10.4.0",
"@grafana/ui": "^10.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "5.8.0",
"@emotion/css": "^11.11.2",
"@grafana/data": "^10.4.0 || ^11.0.0",
"@grafana/e2e-selectors": "^10.0.0 || ^11.0.0",
"@grafana/runtime": "^10.4.0 || ^11.0.0",
"@grafana/ui": "^10.4.0 || ^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.8.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7387ed5

Please sign in to comment.