@grafana/scenes 5.34.0--canary.1004.12360255549.0 → 6.0.0--canary.979.12373078054.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.34.0--canary.1004.12360255549.0",
3
+ "version": "6.0.0--canary.979.12373078054.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -40,9 +40,10 @@
40
40
  "@floating-ui/react": "^0.26.16",
41
41
  "@leeoniya/ufuzzy": "^1.0.16",
42
42
  "@tanstack/react-virtual": "^3.9.0",
43
- "react-grid-layout": "^1.3.4",
44
- "react-use": "^17.5.0",
45
- "react-virtualized-auto-sizer": "^1.0.24",
43
+ "react-grid-layout": "1.3.4",
44
+ "react-router-dom": "^6.28.0",
45
+ "react-use": "17.5.0",
46
+ "react-virtualized-auto-sizer": "1.0.24",
46
47
  "uuid": "^9.0.0"
47
48
  },
48
49
  "peerDependencies": {
@@ -73,7 +74,6 @@
73
74
  "@types/react": "18.2.74",
74
75
  "@types/react-dom": "18.2.24",
75
76
  "@types/react-grid-layout": "1.3.2",
76
- "@types/react-router-dom": "5.3.3",
77
77
  "@types/react-virtualized-auto-sizer": "1.0.1",
78
78
  "@types/uuid": "8.3.4",
79
79
  "@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -91,7 +91,6 @@
91
91
  "jest-matcher-utils": "29.7.0",
92
92
  "lodash": "4.17.21",
93
93
  "prettier": "2.5.1",
94
- "react-router-dom": "^5.2.0",
95
94
  "react-select-event": "^5.5.1",
96
95
  "rimraf": "^3.0.2",
97
96
  "rollup": "2.79.1",
@@ -115,5 +114,5 @@
115
114
  "prettier --write"
116
115
  ]
117
116
  },
118
- "gitHead": "8a61ff27d9a7230fd7dc09c13bade7f6062c37b3"
117
+ "gitHead": "99ebcf736e874c71987580d8a0ac6d91ef28bdd7"
119
118
  }