Skip to content

Commit

Permalink
PMM-12314 Update grafana packages to 10.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jan 16, 2024
1 parent 5eedad9 commit 490399a
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 189 deletions.
10 changes: 5 additions & 5 deletions pmm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coverage": "codecov",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
"jest": "jest",
"lint": "npm run lint:dev",
"lint": "yarn lint:dev",
"lint:dev": "eslint --ext .tsx,.ts --fix src/",
"lint:fix": "yarn run lint --fix",
"server": "docker-compose up --build",
Expand All @@ -36,10 +36,10 @@
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@emotion/css": "11.10.6",
"@grafana/data": "10.2.0",
"@grafana/runtime": "10.2.0",
"@grafana/schema": "10.2.0",
"@grafana/ui": "10.2.0",
"@grafana/data": "10.2.3",
"@grafana/runtime": "10.2.3",
"@grafana/schema": "10.2.3",
"@grafana/ui": "10.2.3",
"@tippyjs/react": "^4.2.6",
"antd": "^3.24.3",
"axios": "^0.26.0",
Expand Down
Loading

0 comments on commit 490399a

Please sign in to comment.