Skip to content

Commit

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

[Workflow Run]: https://github.com/projen/projen/actions/runs/1339746659

------

*Automatically created by projen via the "upgrade-main" workflow*
  • Loading branch information
github-actions[bot] authored Oct 14, 2021
1 parent b9a3f9c commit eeebed1
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 125 deletions.
10 changes: 5 additions & 5 deletions package.json

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

4 changes: 2 additions & 2 deletions src/__tests__/new.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test('can choose from one of multiple external project types', () => {
withProjectDir(projectdir => {

// execute `projen new --from cdk-appsync-project` in the project directory
execProjenCLI(projectdir, ['new', '--from', '@taimos/projen@0.0.121', 'taimos-ts-lib', '--no-post', MIN_NODE_VERSION_OPTION]);
execProjenCLI(projectdir, ['new', '--from', '@taimos/projen@0.0.126', 'taimos-ts-lib', '--no-post', MIN_NODE_VERSION_OPTION]);

// patch the projen version in package.json to match the current version
// otherwise, every bump would need to update these snapshots.
Expand All @@ -153,7 +153,7 @@ test('can choose from one of multiple external project types', () => {
],
});

expect(actual['.projenrc.js']).toContain('@taimos/projen@0.0.121');
expect(actual['.projenrc.js']).toContain('@taimos/projen@0.0.126');
});
});

Expand Down
Loading

0 comments on commit eeebed1

Please sign in to comment.