Skip to content

Commit

Permalink
Merge pull request #56 from grafana/loosen-grafana-dependency-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Jan 22, 2025
2 parents 20cc5b0 + 932e368 commit 3ec75b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/scenes-ml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"date-fns": "^3.6.0"
},
"peerDependencies": {
"@grafana/data": "^10.0.3",
"@grafana/runtime": "^10.0.3",
"@grafana/data": ">=10.4",
"@grafana/runtime": ">=10.4",
"@grafana/scenes": ">=4.26.1",
"@grafana/schema": "^10.0.3",
"@grafana/ui": "^10.0.3",
"@grafana/schema": ">=10.4",
"@grafana/ui": ">=10.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4899,11 +4899,11 @@ __metadata:
tslib: "npm:2.8.1"
typescript: "npm:5.6.3"
peerDependencies:
"@grafana/data": ^10.0.3
"@grafana/runtime": ^10.0.3
"@grafana/data": ">=10.4"
"@grafana/runtime": ">=10.4"
"@grafana/scenes": ">=4.26.1"
"@grafana/schema": ^10.0.3
"@grafana/ui": ^10.0.3
"@grafana/schema": ">=10.4"
"@grafana/ui": ">=10.4"
react: ^18.0.0
react-dom: ^18.0.0
languageName: unknown
Expand Down

0 comments on commit 3ec75b6

Please sign in to comment.