Skip to content

Commit

Permalink
update install constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ALMaclaine authored and adrian-goe committed May 2, 2023
1 parent 688f7a6 commit c4e60c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import {
readWorkspaceConfiguration,
Tree,
updateJson,
runTasksInSerial,
updateWorkspaceConfiguration,
} from '@nx/devkit';
import { jestProjectGenerator } from '@nx/jest';
import { Linter, lintProjectGenerator } from '@nx/linter';
import { runTasksInSerial } from '@nx/workspace/src/utilities/run-tasks-in-serial';

import { ApplicationSchema } from './schema';
import { initGenerator } from '../init/init';
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-v2/src/utils/cdk-shared.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const CDK_VERSION = '^2.51.1';
export const CDK_VERSION = '^2.77.0';
export const CDK_ESLINT_VERSION = '^1.8.0';
export const CDK_CONSTRUCTS_VERSION = '^10.1.164';
export const CDK_CONSTRUCTS_VERSION = '^10.2.10';

0 comments on commit c4e60c1

Please sign in to comment.