@aws-cdk/integ-runner 2.197.13 → 2.197.15

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.
package/package.json CHANGED
@@ -6,27 +6,25 @@
6
6
  "url": "https://github.com/aws/aws-cdk-cli",
7
7
  "directory": "packages/@aws-cdk/integ-runner"
8
8
  },
9
- "bin": {
10
- "integ-runner": "bin/integ-runner"
11
- },
9
+ "bin": "bin/integ-runner",
12
10
  "scripts": {
13
- "build": "npx projen build",
14
- "bump": "npx projen bump",
15
- "check-for-updates": "npx projen check-for-updates",
16
- "check-licenses": "npx projen check-licenses",
17
- "compile": "npx projen compile",
18
- "default": "npx projen default",
19
- "eslint": "npx projen eslint",
20
- "gather-versions": "npx projen gather-versions",
21
- "nx": "npx projen nx",
22
- "package": "npx projen package",
23
- "post-compile": "npx projen post-compile",
24
- "pre-compile": "npx projen pre-compile",
25
- "test": "npx projen test",
26
- "test:watch": "npx projen test:watch",
27
- "unbump": "npx projen unbump",
28
- "watch": "npx projen watch",
29
- "projen": "npx projen"
11
+ "build": "projen build",
12
+ "bump": "projen bump",
13
+ "check-for-updates": "projen check-for-updates",
14
+ "check-licenses": "projen check-licenses",
15
+ "compile": "projen compile",
16
+ "default": "projen default",
17
+ "eslint": "projen eslint",
18
+ "gather-versions": "projen gather-versions",
19
+ "nx": "projen nx",
20
+ "package": "projen package",
21
+ "post-compile": "projen post-compile",
22
+ "pre-compile": "projen pre-compile",
23
+ "test": "projen test",
24
+ "test:watch": "projen test:watch",
25
+ "unbump": "projen unbump",
26
+ "watch": "projen watch",
27
+ "projen": "projen"
30
28
  },
31
29
  "author": {
32
30
  "name": "Amazon Web Services",
@@ -35,12 +33,12 @@
35
33
  },
36
34
  "devDependencies": {
37
35
  "@aws-cdk/integ-tests-alpha": "2.184.1-alpha.0",
38
- "@cdklabs/eslint-plugin": "^1.5.10",
36
+ "@cdklabs/eslint-plugin": "^2.0.0",
39
37
  "@stylistic/eslint-plugin": "^3",
40
- "@types/fs-extra": "^11.0.4",
38
+ "@types/fs-extra": "^11",
41
39
  "@types/jest": "^29.5.14",
42
40
  "@types/mock-fs": "^4",
43
- "@types/node": "^16",
41
+ "@types/node": "^20",
44
42
  "@types/workerpool": "^6",
45
43
  "@types/yargs": "^17.0.35",
46
44
  "@typescript-eslint/eslint-plugin": "^8",
@@ -52,36 +50,37 @@
52
50
  "eslint-config-prettier": "^10.1.8",
53
51
  "eslint-import-resolver-typescript": "^4.4.4",
54
52
  "eslint-plugin-import": "^2.32.0",
55
- "eslint-plugin-jest": "^29.15.1",
53
+ "eslint-plugin-jest": "^29.15.2",
56
54
  "eslint-plugin-jsdoc": "^62.9.0",
57
- "eslint-plugin-prettier": "^5.5.5",
55
+ "eslint-plugin-prettier": "^4.2.5",
58
56
  "jest": "^29.7.0",
59
57
  "jest-junit": "^16",
60
58
  "license-checker": "^25.0.1",
61
59
  "mock-fs": "^5",
62
60
  "node-backpack": "^1.1.28",
61
+ "nx": "^22.6.4",
63
62
  "prettier": "^2.8",
63
+ "projen": "^0.99.48",
64
64
  "ts-jest": "^29.4.9",
65
65
  "typescript": "5.9",
66
- "@aws-cdk/aws-service-spec": "^0.1.169",
67
- "@aws-cdk/cdk-assets-lib": "1.4.2",
68
- "@aws-cdk/cloud-assembly-api": "2.2.1",
69
- "@aws-cdk/cloud-assembly-schema": ">=53.14.0",
70
- "@aws-cdk/cloudformation-diff": "2.187.0",
71
- "@aws-cdk/cx-api": "^2",
72
- "@aws-cdk/toolkit-lib": "1.21.2",
66
+ "@aws-cdk/aws-service-spec": "^0.1.171",
67
+ "@aws-cdk/cdk-assets-lib": "1.4.3",
68
+ "@aws-cdk/cloud-assembly-api": "2.2.2",
69
+ "@aws-cdk/cloud-assembly-schema": ">=53.16.0",
70
+ "@aws-cdk/cloudformation-diff": "2.187.1",
71
+ "@aws-cdk/toolkit-lib": "1.22.0",
73
72
  "@aws-sdk/client-cloudformation": "^3",
74
- "aws-cdk": "2.1118.0",
73
+ "aws-cdk": "2.1118.2",
75
74
  "chalk": "^4",
76
75
  "chokidar": "^4",
77
- "fs-extra": "^9",
76
+ "fs-extra": "^11",
78
77
  "proxy-agent": "^6.5.0",
79
78
  "workerpool": "^6",
80
79
  "yargs": "^16"
81
80
  },
82
81
  "dependencies": {
83
- "@aws-cdk/aws-service-spec": "0.1.169",
84
- "aws-cdk": "2.1118.0"
82
+ "@aws-cdk/aws-service-spec": "0.1.171",
83
+ "aws-cdk": "2.1118.2"
85
84
  },
86
85
  "keywords": [
87
86
  "aws",
@@ -93,7 +92,7 @@
93
92
  "devEngines": {
94
93
  "packageManager": {
95
94
  "name": "yarn",
96
- "version": "1.22.22",
95
+ "version": ">=4",
97
96
  "onFail": "ignore"
98
97
  }
99
98
  },
@@ -103,7 +102,8 @@
103
102
  "publishConfig": {
104
103
  "access": "public"
105
104
  },
106
- "version": "2.197.13",
105
+ "version": "2.197.15",
106
+ "packageManager": "yarn@4.13.0",
107
107
  "types": "lib/index.d.ts",
108
- "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
108
+ "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
109
109
  }