Skip to content

Commit

Permalink
Update CDK to 2.117.0 and projen to 0.81.6 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo authored May 6, 2024
1 parent d081d0b commit 6ca06b7
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 182 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"aws-cdk": "^2.95.0",
"aws-cdk-lib": "2.95.0",
"aws-cdk": "^2.117.0",
"aws-cdk-lib": "2.117.0",
"axios": "1.6.0",
"constructs": "10.0.5",
"cross-env": "7.0.3",
Expand All @@ -64,10 +64,10 @@
"husky": "8.0.3",
"jest": "29.5.0",
"jest-dynalite": "3.6.1",
"lint-staged": "12.1.2",
"patch-package": "6.5.1",
"lint-staged": "15.2.2",
"patch-package": "8.0.0",
"prettier": "2.8.4",
"projen": "0.56.19",
"projen": "0.81.6",
"replace-in-file": "6.3.5",
"rimraf": "5.0.1",
"ts-jest": "29.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@pwrdrvr/microapps-app-nextjs-demo-cdk": "0.7.0",
"@pwrdrvr/microapps-app-release-cdk": "0.5.3",
"source-map-support": "0.5.21",
"aws-cdk-lib": "2.95.0",
"aws-cdk-lib": "2.117.0",
"constructs": "10.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/microapps-cdk/.projen/deps.json

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

2 changes: 1 addition & 1 deletion packages/microapps-cdk/.projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorOrganization: true,
description:
'MicroApps framework, by PwrDrvr LLC, delivered as an AWS CDK construct that provides the DynamoDB, Router service, Deploy service, API Gateway, and CloudFront distribution.',
cdkVersion: '2.95.0',
cdkVersion: '2.117.0',
cdkVersionPinning: false,
copyrightOwner: 'PwrDrvr LLC',
copyrightPeriod: '2020',
Expand Down
4 changes: 2 additions & 2 deletions packages/microapps-cdk/package.json

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

24 changes: 12 additions & 12 deletions packages/microapps-cdk/yarn.lock

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

Loading

0 comments on commit 6ca06b7

Please sign in to comment.