Skip to content

Commit

Permalink
chore: update configuration to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent ec6e29a commit 2baf406
Show file tree
Hide file tree
Showing 51 changed files with 3,772 additions and 3,723 deletions.
2 changes: 1 addition & 1 deletion examples/app-basic/.config/.cprc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.3.11"
"version": "5.4.1"
}
429 changes: 216 additions & 213 deletions examples/app-basic/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/app-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-e2e": "^1.7.2",
"@grafana/plugin-e2e": "^1.8.2",
"@grafana/plugin-meta-extractor": "^0.0.2",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.41.2",
Expand Down Expand Up @@ -62,10 +62,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^11.2.0",
"@grafana/runtime": "^11.2.0",
"@grafana/data": "^11.2.1",
"@grafana/runtime": "^11.2.1",
"@grafana/schema": "^10.4.0",
"@grafana/ui": "^11.2.0",
"@grafana/ui": "^11.2.1",
"@types/lodash": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-backend/.config/.cprc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.3.11"
"version": "5.4.1"
}
423 changes: 213 additions & 210 deletions examples/app-with-backend/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/app-with-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-e2e": "^1.7.2",
"@grafana/plugin-e2e": "^1.8.2",
"@grafana/plugin-meta-extractor": "^0.0.2",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.42.1",
Expand Down Expand Up @@ -66,10 +66,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^11.2.0",
"@grafana/runtime": "^11.2.0",
"@grafana/data": "^11.2.1",
"@grafana/runtime": "^11.2.1",
"@grafana/schema": "^10.4.0",
"@grafana/ui": "^11.2.0",
"@grafana/ui": "^11.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-dashboards/.config/.cprc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.3.11"
"version": "5.4.1"
}
423 changes: 213 additions & 210 deletions examples/app-with-dashboards/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/app-with-dashboards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-e2e": "^1.7.2",
"@grafana/plugin-e2e": "^1.8.2",
"@grafana/plugin-meta-extractor": "^0.0.2",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.43.0",
Expand Down Expand Up @@ -64,10 +64,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^11.2.0",
"@grafana/runtime": "^11.2.0",
"@grafana/data": "^11.2.1",
"@grafana/runtime": "^11.2.1",
"@grafana/schema": "^10.4.0",
"@grafana/ui": "^11.2.0",
"@grafana/ui": "^11.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-with-extension-point/.config/.cprc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.3.11"
"version": "5.4.1"
}
Loading

0 comments on commit 2baf406

Please sign in to comment.