grafana/emails/package.json
Jack Westbrook 17f6b1f95c
Chore: Bump grunt to 1.5.3 (#63209)
chore(emails): bump grunt to stop dependabot complaining
2023-02-10 11:18:20 +01:00

18 lines
454 B
JSON

{
"name": "grafana-email-campaign",
"version": "1.0.0",
"description": "Grafana Email templates based on MJML",
"author": "Grafana Labs",
"devDependencies": {
"grunt": "1.5.3",
"grunt-assemble": "0.6.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-text-replace": "0.4.0",
"load-grunt-config": "3.0.1",
"mjml": "^4.13.0"
}
}