Skip to content

Commit 10a3de8

Browse files
author
Elad Ben-Israel
committed
chore: add constructs as a dev dependency for tests
1 parent f2bf726 commit 10a3de8

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'),

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
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",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
13351340
contains-path@^0.1.0:
13361341
version "0.1.0"
13371342
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"

0 commit comments

Comments
 (0)