@grafana/scenes-react 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 +5 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes-react",
|
3
|
-
"version": "
|
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",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"url": "https://github.com/grafana/scenes/issues"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@grafana/scenes": "
|
40
|
+
"@grafana/scenes": "6.0.0--canary.979.12745482012.0",
|
41
41
|
"lru-cache": "^10.2.2",
|
42
42
|
"react-use": "^17.4.0"
|
43
43
|
},
|
@@ -48,7 +48,8 @@
|
|
48
48
|
"@grafana/schema": "^11.0.0",
|
49
49
|
"@grafana/ui": "^11.0.0",
|
50
50
|
"react": "^18.0.0",
|
51
|
-
"react-dom": "^18.0.0"
|
51
|
+
"react-dom": "^18.0.0",
|
52
|
+
"react-router-dom": "^6.28.0"
|
52
53
|
},
|
53
54
|
"devDependencies": {
|
54
55
|
"@emotion/css": "11.10.5",
|
@@ -71,7 +72,6 @@
|
|
71
72
|
"@types/react": "18.2.74",
|
72
73
|
"@types/react-dom": "18.2.24",
|
73
74
|
"@types/react-grid-layout": "1.3.2",
|
74
|
-
"@types/react-router-dom": "5.3.3",
|
75
75
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
76
76
|
"@types/uuid": "8.3.4",
|
77
77
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
@@ -89,7 +89,6 @@
|
|
89
89
|
"jest-matcher-utils": "29.7.0",
|
90
90
|
"lodash": "4.17.21",
|
91
91
|
"prettier": "2.5.1",
|
92
|
-
"react-router-dom": "^5.2.0",
|
93
92
|
"react-select-event": "^5.5.1",
|
94
93
|
"rimraf": "^3.0.2",
|
95
94
|
"rollup": "2.79.1",
|
@@ -113,5 +112,5 @@
|
|
113
112
|
"prettier --write"
|
114
113
|
]
|
115
114
|
},
|
116
|
-
"gitHead": "
|
115
|
+
"gitHead": "eb0bd39e523d79fda7b6c135d4a7e5322b513db5"
|
117
116
|
}
|