cdk8s-cli 2.198.138 → 2.198.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -11
package/package.json CHANGED
@@ -49,14 +49,15 @@
49
49
  "organization": false
50
50
  },
51
51
  "devDependencies": {
52
- "@cdk8s/projen-common": "^0.0.522",
52
+ "@cdk8s/projen-common": "^0.0.527",
53
53
  "@types/fs-extra": "^8",
54
54
  "@types/glob": "^7.2.0",
55
55
  "@types/jest": "^27",
56
56
  "@types/json-schema": "^7.0.15",
57
57
  "@types/semver": "^7.5.8",
58
- "@typescript-eslint/eslint-plugin": "^6",
59
- "@typescript-eslint/parser": "^6",
58
+ "@typescript-eslint/eslint-plugin": "^7",
59
+ "@typescript-eslint/parser": "^7",
60
+ "backport": "8.9.9",
60
61
  "constructs": "^10.0.0",
61
62
  "eslint": "^8",
62
63
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -64,7 +65,7 @@
64
65
  "glob": "^7.2.3",
65
66
  "jest": "^27",
66
67
  "jest-junit": "^15",
67
- "projen": "^0.82.4",
68
+ "projen": "^0.82.5",
68
69
  "standard-version": "^9",
69
70
  "ts-jest": "^27",
70
71
  "ts-node": "^10.9.2",
@@ -74,7 +75,7 @@
74
75
  "dependencies": {
75
76
  "@types/node": "^16",
76
77
  "ajv": "^8.16.0",
77
- "cdk8s": "^2.68.75",
78
+ "cdk8s": "^2.68.76",
78
79
  "cdk8s-plus-25": "^2.22.79",
79
80
  "codemaker": "^1.99.0",
80
81
  "colors": "1.4.0",
@@ -82,8 +83,8 @@
82
83
  "fs-extra": "^8",
83
84
  "jsii-pacmak": "^1.99.0",
84
85
  "jsii-rosetta": "^5.4.21",
85
- "jsii-srcmak": "^0.1.1145",
86
- "json2jsii": "^0.4.3",
86
+ "jsii-srcmak": "^0.1.1147",
87
+ "json2jsii": "^0.4.4",
87
88
  "semver": "^7.6.2",
88
89
  "sscaff": "^1.2.274",
89
90
  "table": "^6.8.2",
@@ -106,7 +107,7 @@
106
107
  "publishConfig": {
107
108
  "access": "public"
108
109
  },
109
- "version": "2.198.138",
110
+ "version": "2.198.140",
110
111
  "jest": {
111
112
  "coverageProvider": "v8",
112
113
  "testMatch": [
@@ -150,9 +151,6 @@
150
151
  }
151
152
  }
152
153
  },
153
- "optionalDependencies": {
154
- "backport": "8.5.0"
155
- },
156
154
  "exports": {
157
155
  "./plugins": "./lib/plugins/index.js",
158
156
  "./package.json": "./package.json"