Skip to content

Commit 5082d40

Browse files
feat: upgrade to cdk8s v2
closes #11
1 parent f842b18 commit 5082d40

File tree

5 files changed

+226
-220
lines changed

5 files changed

+226
-220
lines changed

.projen/deps.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ const { ConstructLibraryCdk8s } = require('projen/lib/cdk8s');
33
const project = new ConstructLibraryCdk8s({
44
author: 'Gagan Singh',
55
authorAddress: 'gaganpreet.singh@smallcase.com',
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

Comments
 (0)