@grafana/scenes 5.36.4 → 6.0.0--canary.979.12745482012.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.36.4",
3
+ "version": "6.0.0--canary.979.12745482012.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,9 @@
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-use": "17.5.0",
45
+ "react-virtualized-auto-sizer": "1.0.24",
46
46
  "uuid": "^9.0.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -52,7 +52,8 @@
52
52
  "@grafana/schema": ">=10.4",
53
53
  "@grafana/ui": ">=10.4",
54
54
  "react": "^18.0.0",
55
- "react-dom": "^18.0.0"
55
+ "react-dom": "^18.0.0",
56
+ "react-router-dom": "^6.28.0"
56
57
  },
57
58
  "devDependencies": {
58
59
  "@emotion/css": "11.10.5",
@@ -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,7 @@
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",
94
+ "react-router-dom": "^6.28.0",
95
95
  "react-select-event": "^5.5.1",
96
96
  "rimraf": "^3.0.2",
97
97
  "rollup": "2.79.1",
@@ -115,5 +115,5 @@
115
115
  "prettier --write"
116
116
  ]
117
117
  },
118
- "gitHead": "a870c91ab8ce101caa9db656b8e4cbf978aee969"
118
+ "gitHead": "eb0bd39e523d79fda7b6c135d4a7e5322b513db5"
119
119
  }