File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ import { DataLakeEnrollment } from '../lib/constructs/data-lake-enrollment';
99import { DataSetTemplateStack , CrawlerTemplateStack } from '../lib/stacks/dataset-stack' ;
1010import { ExampleS3DataSet } from '../lib/ExampleS3DataSet-stack' ;
1111import { ExamplePgRdsDataSet } from '../lib/ExamplePgRdsDataSet-stack' ;
12- import { BaselineStack } from '../lib/Baseline-stack' ;
13-
12+
1413
1514const app = new App ( ) ;
1615
Original file line number Diff line number Diff line change 1616 },
1717 "devDependencies" : {
1818 "@aws-cdk/assert" : " ^2.0.0-rc.3" ,
19- "@types/node" : " ^15.3.0 " ,
19+ "@types/node" : " ^15.14.9 " ,
2020 "aws-cdk-lib" : " ^2.0.0-rc.3" ,
2121 "constructs" : " ^10.0.0" ,
2222 "typescript" : " ^3.9.0"
2323 },
2424 "dependencies" : {
25- "aws-cdk-lib" : " ^2.0.0-rc.3" ,
2625 "@aws-cdk/assert" : " ^2.0.0-rc.3" ,
27- "source-map-support" : " ^0.5.19" ,
28- "constructs" : " ^10.0.0"
26+ "aws-cdk-lib" : " ^2.0.0-rc.3" ,
27+ "constructs" : " ^10.0.0" ,
28+ "source-map-support" : " ^0.5.19"
2929 }
3030}
You can’t perform that action at this time.
0 commit comments