Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/NomadBlacky/cdk-datadog-resources/actions/runs/5470161385

------

*Automatically created by projen via the "upgrade-master" workflow*

Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Jul 6, 2023
1 parent d4aac4b commit 9300eca
Show file tree
Hide file tree
Showing 3 changed files with 1,353 additions and 1,848 deletions.
20 changes: 10 additions & 10 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/monitors/datadog-monitor.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { CfnResource, Construct } from '@aws-cdk/core';
// eslint-disable-next-line @typescript-eslint/no-require-imports
import camelcaseKeys = require('camelcase-keys');
import { DatadogCredentials } from '../common/properties';
import { MonitorOptions, MonitorType } from './properties';
import { DatadogCredentials } from '../common/properties';

export interface DatadogMonitorProps {
/** Credentials for the Datadog API */
Expand Down
Loading

0 comments on commit 9300eca

Please sign in to comment.