File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const project = new TypeScriptLibraryProject({
1414 devDependencies : {
1515 '@types/ncp' : Semver . caret ( '2.0.4' ) ,
1616 '@types/fs-extra' : Semver . caret ( '8.1.0' ) ,
17+ 'constructs' : Semver . caret ( '3.0.0' ) ,
1718 } ,
1819 dependencies : {
1920 'jsii' : Semver . caret ( '1.5.0' ) ,
Original file line number Diff line number Diff line change 3333 "devDependencies" : {
3434 "@types/ncp" : " ^2.0.4" ,
3535 "@types/fs-extra" : " ^8.1.0" ,
36+ "constructs" : " ^3.0.0" ,
3637 "projen" : " ^0.3.14" ,
3738 "standard-version" : " ^8.0.1" ,
3839 "typescript" : " ^3.9.5" ,
Original file line number Diff line number Diff line change @@ -1332,6 +1332,11 @@ concat-stream@^2.0.0:
13321332 readable-stream "^3.0.2"
13331333 typedarray "^0.0.6"
13341334
1335+ constructs@^3.0.0 :
1336+ version "3.0.4"
1337+ resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.0.4.tgz#eb1ed5b80f6600b8d50de83971357ae0fe8e29a2"
1338+ integrity sha512-CDvg7gMjphE3DFX4pzkF6j73NREbR8npPFW8Mx/CLRnMR035+Y1o1HrXIsNSss/dq3ZUnNTU9jKyd3fL9EOlfw==
1339+
13351340contains-path@^0.1.0 :
13361341 version "0.1.0"
13371342 resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
You can’t perform that action at this time.
0 commit comments