grafana-sql: update packages (#81344)

This commit is contained in:
Gábor Farkas 2024-01-26 15:27:09 +01:00 committed by GitHub
parent bf47eda6a9
commit f943c27786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"@types/uuid": "9.0.8",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react-use": "17.4.0",
"react-use": "17.5.0",
"react-virtualized-auto-sizer": "1.0.21",
"rxjs": "7.8.1",
"sql-formatter-plus": "^1.3.6",
@ -46,7 +46,7 @@
"react": "18.2.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"peerDependencies": {
"@grafana/runtime": "workspace:*"

View File

@ -3655,14 +3655,14 @@ __metadata:
jest: "npm:^29.6.4"
lodash: "npm:4.17.21"
react: "npm:18.2.0"
react-use: "npm:17.4.0"
react-use: "npm:17.5.0"
react-virtualized-auto-sizer: "npm:1.0.21"
rxjs: "npm:7.8.1"
sql-formatter-plus: "npm:^1.3.6"
ts-jest: "npm:29.1.2"
ts-node: "npm:10.9.2"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.3.3"
uuid: "npm:9.0.1"
peerDependencies:
"@grafana/runtime": "workspace:*"