Skip to content

Commit

Permalink
fix: change react-router-dom to be a dev and peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leventebalogh committed Jan 13, 2025
1 parent e57dabc commit abedd6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/scenes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@leeoniya/ufuzzy": "^1.0.16",
"@tanstack/react-virtual": "^3.9.0",
"react-grid-layout": "1.3.4",
"react-router-dom": "^6.28.0",
"react-use": "17.5.0",
"react-virtualized-auto-sizer": "1.0.24",
"uuid": "^9.0.0"
Expand All @@ -53,7 +52,8 @@
"@grafana/schema": ">=10.4",
"@grafana/ui": ">=10.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react-dom": "^18.0.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@emotion/css": "11.10.5",
Expand Down Expand Up @@ -91,6 +91,7 @@
"jest-matcher-utils": "29.7.0",
"lodash": "4.17.21",
"prettier": "2.5.1",
"react-router-dom": "^6.28.0",
"react-select-event": "^5.5.1",
"rimraf": "^3.0.2",
"rollup": "2.79.1",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3851,6 +3851,7 @@ __metadata:
"@grafana/ui": ">=10.4"
react: ^18.0.0
react-dom: ^18.0.0
react-router-dom: ^6.28.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit abedd6d

Please sign in to comment.