Skip to content

Commit

Permalink
chore(deps): upgrade dev dependencies (#2)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade dev dependencies

Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/cdk-multi-az-observability/actions/runs/11963771627

------

*Automatically created by projen via the "upgrade-dev-deps" workflow*

Signed-off-by: github-actions <[email protected]>

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
cdklabs-automation and github-actions authored Nov 22, 2024
1 parent 7f3bf75 commit 5c4078f
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 218 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json

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

16 changes: 16 additions & 0 deletions .npmignore

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

11 changes: 8 additions & 3 deletions .projen/deps.json

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

9 changes: 6 additions & 3 deletions .projen/tasks.json

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

16 changes: 8 additions & 8 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { javascript } from "projen";
import { CdklabsConstructLibrary } from "cdklabs-projen-project-types";
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types';
import { javascript } from 'projen';
const project = new CdklabsConstructLibrary({
author: "AWS",
authorAddress: "[email protected]",
cdkVersion: "2.1.0",
defaultReleaseBranch: "main",
devDeps: ["cdklabs-projen-project-types"],
name: "cdk-multi-az-observability",
author: 'AWS',
authorAddress: '[email protected]',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
devDeps: ['cdklabs-projen-project-types'],
name: 'cdk-multi-az-observability',
npmAccess: javascript.NpmAccess.PUBLIC,
projenrcTs: true,
release: false,
Expand Down
39 changes: 39 additions & 0 deletions API.md

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.

Loading

0 comments on commit 5c4078f

Please sign in to comment.