@@ -3,7 +3,8 @@ const { ConstructLibraryCdk8s } = require('projen/lib/cdk8s');
33const project = new ConstructLibraryCdk8s ( {
44 author : 'Gagan Singh' ,
55 authorAddress :
'[email protected] ' , 6- cdk8sVersion : '1.0.0-beta.11' ,
6+ cdk8sVersion : '2.2.74' ,
7+ constructsVersion : '10.0.5' ,
78 defaultReleaseBranch : 'main' ,
89 jsiiFqn : 'projen.ConstructLibraryCdk8s' ,
910 name : '@opencdk8s/cdk8s-argoworkflow-resources' ,
@@ -14,10 +15,8 @@ const project = new ConstructLibraryCdk8s({
1415 module : 'cdk8s_argoworkflow_resources' ,
1516 } ,
1617 peerDeps : [
17- 'constructs@^3.3.71' ,
1818 ] ,
1919 devDeps : [
20- 'constructs@^3.3.71' ,
2120 ] ,
2221 releaseEveryCommit : true ,
2322 dependabot : false ,
@@ -55,7 +54,7 @@ const project = new ConstructLibraryCdk8s({
5554 // bin: undefined, /* Binary programs vended with your module. */
5655 // bundledDeps: undefined, /* List of dependencies to bundle into this module. */
5756 // deps: [], /* Runtime dependencies of this module. */
58- // description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
57+ // description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
5958 // devDeps: [], /* Build dependencies for this module. */
6059 // entrypoint: 'lib/index.js', /* Module entrypoint (`main` in `package.json`). */
6160 // homepage: undefined, /* Package's Homepage / Website. */
0 commit comments