chore: bump @grafana/create-plugin configuration to 5.26.4 (#2082)

Bumps
[`@grafana/create-plugin`](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin)
configuration from 4.2.1 to 5.26.4.

**Notes for reviewer:**
This is an auto-generated PR which ran `@grafana/create-plugin update`.
Please consult the create-plugin
[CHANGELOG.md](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/CHANGELOG.md)
to understand what may have changed.
Please review the changes thoroughly before merging.

---------

Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
github-actions[bot]
2025-09-17 20:33:12 +02:00
committed by GitHub
parent e76741b453
commit b13d567eee
54 changed files with 15452 additions and 10339 deletions

View File

@@ -15,9 +15,9 @@
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
"dev": "webpack -w -c ./webpack.config.ts --env development",
"e2e": "yarn playwright test",
"e2e": "playwright test",
"lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "yarn run lint --fix",
"lint:fix": "yarn run lint --fix && prettier --write --list-different .",
"server": "docker compose up --build",
"server:down": "docker compose --file ./devenv/default/docker-compose.yml down",
"server:stop": "docker compose --file ./devenv/default/docker-compose.yml stop",
@@ -29,24 +29,27 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "10.4.8",
"@grafana/plugin-ui": "^0.9.1",
"@grafana/runtime": "10.4.8",
"@grafana/schema": "10.4.8",
"@grafana/ui": "10.4.2",
"@grafana/data": "^12.1.0",
"@grafana/i18n": "^12.1.0",
"@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "^12.1.0",
"@grafana/schema": "^12.1.0",
"@grafana/ui": "^12.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^5.2.0",
"rxjs": "7.8.1",
"react-router-dom": "^6.22.0",
"rxjs": "7.8.2",
"tslib": "2.5.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@changesets/cli": "^2.27.12",
"@grafana/eslint-config": "^6.0.0",
"@grafana/plugin-e2e": "^1.17.1",
"@grafana/tsconfig": "^1.2.0-rc1",
"@playwright/test": "^1.50.1",
"@changesets/cli": "^2.29.7",
"@grafana/e2e-selectors": "12.1.0",
"@grafana/eslint-config": "^8.0.0",
"@grafana/plugin-e2e": "^2.1.12",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.52.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",
@@ -57,16 +60,18 @@
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.8.7",
"@types/react": "^18.2.25",
"@types/react-router-dom": "^5.2.0",
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "10.4.7",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^11.0.0",
"cspell": "6.13.3",
"css-loader": "^6.7.3",
"eslint": "8.42.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^5.0.0",
@@ -76,6 +81,7 @@
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lodash": "4.17.21",
@@ -92,21 +98,19 @@
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"semver": "7.5.4",
"semver": "^7.6.3",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "4.8.4",
"typescript": "5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack-remove-empty-scripts": "^1.0.1"
"webpack-remove-empty-scripts": "^1.0.1",
"webpack-subresource-integrity": "^5.1.0",
"webpack-virtual-modules": "^0.6.2"
},
"resolutions": {
"uplot": "1.6.31",
"prismjs": "1.30.0",
"jackspeak": "2.1.1"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@4.9.4"
}