Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,46 @@
},
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "13.1.1",
"@grafana/i18n": "13.1.1",
"@grafana/plugin-ui": "0.17.3",
"@grafana/runtime": "13.1.1",
"@grafana/schema": "13.1.1",
"@grafana/ui": "13.1.1",
"@grafana/data": "13.2.0",
"@grafana/i18n": "13.2.0",
"@grafana/plugin-ui": "0.17.4",
"@grafana/runtime": "13.2.0",
"@grafana/schema": "13.2.0",
"@grafana/ui": "13.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",
"@babel/core": "7.29.6",
"@changesets/cli": "2.31.0",
"@grafana/e2e-selectors": "13.1.1",
"@axe-core/playwright": "4.13.0",
"@babel/core": "7.29.7",
"@changesets/cli": "2.31.1",
"@grafana/e2e-selectors": "13.2.0",
"@grafana/eslint-config": "9.0.0",
"@grafana/plugin-e2e": "3.11.0",
"@grafana/plugin-e2e": "3.11.1",
"@grafana/plugin-meta-extractor": "0.13.0",
"@grafana/sign-plugin": "3.3.3",
"@grafana/tsconfig": "2.2.0",
"@openfeature/web-sdk": "1.9.0",
"@playwright/test": "1.61.1",
"@openfeature/web-sdk": "1.10.0",
"@playwright/test": "1.62.1",
"@stylistic/eslint-plugin-ts": "4.4.1",
"@swc/core": "1.15.43",
"@swc/core": "1.16.1",
"@swc/helpers": "0.5.23",
"@swc/jest": "0.2.39",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@testing-library/react": "16.3.3",
"@testing-library/user-event": "14.6.6",
"@types/jest": "30.0.0",
"@types/lodash": "4.17.24",
"@types/lodash": "4.17.25",
"@types/node": "25.9.5",
"@types/react": "18.3.31",
"@types/react-dom": "18.3.7",
"@typescript-eslint/eslint-plugin": "8.63.0",
"@typescript-eslint/parser": "8.63.0",
"@typescript-eslint/eslint-plugin": "8.68.0",
"@typescript-eslint/parser": "8.68.0",
"copy-webpack-plugin": "14.0.0",
"cspell": "10.0.1",
"css-loader": "7.1.4",
"cspell": "10.1.1",
"css-loader": "7.1.5",
"eslint": "9.39.5",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsdoc": "62.9.0",
Expand All @@ -72,37 +72,37 @@
"glob": "13.0.6",
"identity-obj-proxy": "3.0.0",
"imports-loader": "5.0.0",
"jest": "30.4.2",
"jest-environment-jsdom": "30.4.1",
"prettier": "3.9.5",
"jest": "30.5.0",
"jest-environment-jsdom": "30.5.0",
"prettier": "3.9.6",
"replace-in-file-webpack-plugin": "1.0.6",
"rxjs": "7.8.2",
"sass": "1.101.0",
"sass-loader": "17.0.0",
"sass": "1.103.1",
"sass-loader": "17.0.1",
"semver": "7.8.5",
"style-loader": "4.0.0",
"swc-loader": "0.2.7",
"terser-webpack-plugin": "5.6.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "6.0.3",
"webpack": "5.108.4",
"webpack-cli": "7.2.1",
"webpack": "5.110.2",
"webpack-cli": "7.2.3",
"webpack-livereload-plugin": "3.0.2",
"webpack-subresource-integrity": "5.1.0",
"webpack-virtual-modules": "0.6.2"
},
"overrides": {
"react-router": "6.30.4",
"@remix-run/router": "1.23.3",
"@openfeature/core": "1.11.0",
"serialize-javascript": "7.0.7",
"i18next": "26.3.6",
"dompurify": "3.4.11"
"@remix-run/router": "1.23.4",
"@openfeature/core": "1.12.0",
"serialize-javascript": "7.1.1",
"i18next": "26.4.0",
"dompurify": "3.4.13"
},
"engines": {
"node": ">=24",
"npm": ">=11.17.0"
},
"packageManager": "npm@11.17.0"
"packageManager": "npm@11.19.1"
}
Loading