Skip to content

Commit

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

[Workflow Run]:
https://github.com/cdklabs/cdk-watchful/actions/runs/5340096605

------

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

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Otavio Macedo <[email protected]>
  • Loading branch information
3 people authored Jun 22, 2023
1 parent 2b9a732 commit 995db91
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 114 deletions.
4 changes: 4 additions & 0 deletions .projen/deps.json

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

7 changes: 4 additions & 3 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 rosetta/default.ts-fixture
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
aws_lambda as lambda,
aws_apigateway as apigw,
} from 'aws-cdk-lib';
import { Watchful } from './src';
import { Watchful } from 'cdk-watchful';

class Fixture extends Stack {
constructor(scope: Construct, id: string) {
Expand Down
Loading

0 comments on commit 995db91

Please sign in to comment.