Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

fix: refarch stacks refactor and deps upgrade #616

Merged
merged 8 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/.eslintrc.json

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

39 changes: 18 additions & 21 deletions core/.projen/deps.json

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

76 changes: 47 additions & 29 deletions core/.projen/tasks.json

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

4 changes: 2 additions & 2 deletions core/.projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const glob = require('glob');

const { awscdk } = require('projen');

const CDK_VERSION = '2.51.0';
const CDK_VERSION = '2.72.1';
const project = new awscdk.AwsCdkConstructLibrary({
majorVersion: 2,
authorName: 'Amazon Web Services',
Expand All @@ -25,7 +25,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
],

cdkVersion: CDK_VERSION,
constructsVersion: '10.1.152',
constructsVersion: '10.1.308',
defaultReleaseBranch: 'main',
license: 'MIT-0',
name: 'aws-analytics-reference-architecture',
Expand Down
Loading