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-verified-permissions/actions/runs/7704311462

------

*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 Jan 30, 2024
1 parent be5542d commit 7c21e08
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { CdklabsConstructLibrary } from "cdklabs-projen-project-types";
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types';
const project = new CdklabsConstructLibrary({
author: "AWS",
authorAddress: "[email protected]",
cdkVersion: "2.1.0",
defaultReleaseBranch: "main",
devDeps: ["cdklabs-projen-project-types"],
name: "cdk-verified-permissions",
author: 'AWS',
authorAddress: '[email protected]',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
devDeps: ['cdklabs-projen-project-types'],
name: 'cdk-verified-permissions',
projenrcTs: true,
release: false,
repositoryUrl: "https://github.com/cdklabs/cdk-verified-permissions.git",
repositoryUrl: 'https://github.com/cdklabs/cdk-verified-permissions.git',

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
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.

6 changes: 3 additions & 3 deletions yarn.lock

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

0 comments on commit 7c21e08

Please sign in to comment.