Skip to content

Commit 4ea1095

Browse files
authored
Chore: Update dep version (grafana#97507)
* update dep versions * run gen-cue
1 parent c9cba4a commit 4ea1095

File tree

55 files changed

+207
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+207
-207
lines changed

e2e/test-plugins/grafana-extensionstest-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@test-plugins/extensions-test-app",
3-
"version": "11.4.0-pre",
3+
"version": "11.5.0-pre",
44
"private": true,
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",
@@ -11,7 +11,7 @@
1111
"author": "Grafana Labs",
1212
"license": "Apache-2.0",
1313
"devDependencies": {
14-
"@grafana/plugin-configs": "11.4.0-pre",
14+
"@grafana/plugin-configs": "workspace:*",
1515
"@types/lodash": "4.17.7",
1616
"@types/node": "20.14.14",
1717
"@types/prismjs": "1.26.4",

e2e/test-plugins/grafana-test-datasource/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@test-plugins/grafana-e2etest-datasource",
3-
"version": "11.4.0-pre",
3+
"version": "11.5.0-pre",
44
"private": true,
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",
@@ -11,7 +11,7 @@
1111
"author": "Grafana",
1212
"license": "Apache-2.0",
1313
"devDependencies": {
14-
"@grafana/plugin-configs": "11.4.0-pre",
14+
"@grafana/plugin-configs": "11.5.0-pre",
1515
"@types/lodash": "4.17.7",
1616
"@types/node": "20.14.14",
1717
"@types/prismjs": "1.26.4",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"version": "11.4.0-pre"
4+
"version": "11.5.0-pre"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "AGPL-3.0-only",
44
"private": true,
55
"name": "grafana",
6-
"version": "11.4.0-pre",
6+
"version": "11.5.0-pre",
77
"repository": "github:grafana/grafana",
88
"scripts": {
99
"build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js --progress",

packages/grafana-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/data",
5-
"version": "11.4.0-pre",
5+
"version": "11.5.0-pre",
66
"description": "Grafana Data Library",
77
"keywords": [
88
"typescript"
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@braintree/sanitize-url": "7.0.1",
39-
"@grafana/schema": "11.4.0-pre",
39+
"@grafana/schema": "11.5.0-pre",
4040
"@types/d3-interpolate": "^3.0.0",
4141
"@types/string-hash": "1.1.3",
4242
"d3-interpolate": "3.0.1",

packages/grafana-e2e-selectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/e2e-selectors",
5-
"version": "11.4.0-pre",
5+
"version": "11.5.0-pre",
66
"description": "Grafana End-to-End Test Selectors Library",
77
"keywords": [
88
"cli",

packages/grafana-eslint-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grafana/eslint-plugin",
33
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
4-
"version": "11.4.0-pre",
4+
"version": "11.5.0-pre",
55
"main": "./index.cjs",
66
"author": "Grafana Labs",
77
"license": "Apache-2.0",

packages/grafana-flamegraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/flamegraph",
5-
"version": "11.4.0-pre",
5+
"version": "11.5.0-pre",
66
"description": "Grafana flamegraph visualization component",
77
"keywords": [
88
"grafana",
@@ -44,8 +44,8 @@
4444
],
4545
"dependencies": {
4646
"@emotion/css": "11.13.5",
47-
"@grafana/data": "11.4.0-pre",
48-
"@grafana/ui": "11.4.0-pre",
47+
"@grafana/data": "11.5.0-pre",
48+
"@grafana/ui": "11.5.0-pre",
4949
"@leeoniya/ufuzzy": "1.0.17",
5050
"d3": "^7.8.5",
5151
"lodash": "4.17.21",

packages/grafana-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/saga-icons",
3-
"version": "11.4.0-pre",
3+
"version": "11.5.0-pre",
44
"private": true,
55
"description": "Icons for Grafana",
66
"author": "Grafana Labs",

packages/grafana-o11y-ds-frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "AGPL-3.0-only",
44
"name": "@grafana/o11y-ds-frontend",
55
"private": true,
6-
"version": "11.4.0-pre",
6+
"version": "11.5.0-pre",
77
"description": "Library to manage traces in Grafana.",
88
"sideEffects": false,
99
"repository": {
@@ -18,12 +18,12 @@
1818
},
1919
"dependencies": {
2020
"@emotion/css": "11.13.5",
21-
"@grafana/data": "11.4.0-pre",
22-
"@grafana/e2e-selectors": "11.4.0-pre",
21+
"@grafana/data": "11.5.0-pre",
22+
"@grafana/e2e-selectors": "11.5.0-pre",
2323
"@grafana/experimental": "2.1.4",
24-
"@grafana/runtime": "11.4.0-pre",
25-
"@grafana/schema": "11.4.0-pre",
26-
"@grafana/ui": "11.4.0-pre",
24+
"@grafana/runtime": "11.5.0-pre",
25+
"@grafana/schema": "11.5.0-pre",
26+
"@grafana/ui": "11.5.0-pre",
2727
"react-select": "5.8.3",
2828
"react-use": "17.5.1",
2929
"rxjs": "7.8.1",

0 commit comments

Comments
 (0)