Tempo: Add webpack to package.json (#81577)

Add webpack to package.json
This commit is contained in:
Joey 2024-01-31 09:08:32 +00:00 committed by GitHub
parent b9f5042044
commit 3517f0075b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,8 @@
"glob": "10.3.10", "glob": "10.3.10",
"react-select-event": "5.5.1", "react-select-event": "5.5.1",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"typescript": "5.3.3" "typescript": "5.3.3",
"webpack": "5.90.0"
}, },
"peerDependencies": { "peerDependencies": {
"@grafana/runtime": "*" "@grafana/runtime": "*"

View File

@ -3195,6 +3195,7 @@ __metadata:
tslib: "npm:2.6.2" tslib: "npm:2.6.2"
typescript: "npm:5.3.3" typescript: "npm:5.3.3"
uuid: "npm:9.0.1" uuid: "npm:9.0.1"
webpack: "npm:5.90.0"
peerDependencies: peerDependencies:
"@grafana/runtime": "*" "@grafana/runtime": "*"
languageName: unknown languageName: unknown