jsii-rosetta 5.2.1 → 5.2.2-dev.1

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 +8 -6
package/package.json CHANGED
@@ -23,6 +23,7 @@
23
23
  "test": "npx projen test",
24
24
  "test:watch": "npx projen test:watch",
25
25
  "upgrade": "npx projen upgrade",
26
+ "upgrade-jsii": "npx projen upgrade-jsii",
26
27
  "watch": "npx projen watch",
27
28
  "projen": "npx projen"
28
29
  },
@@ -35,7 +36,7 @@
35
36
  "@actions/core": "^1.10.1",
36
37
  "@actions/github": "^5.1.1",
37
38
  "@types/commonmark": "^0.27.8",
38
- "@types/jest": "^29.5.6",
39
+ "@types/jest": "^29.5.7",
39
40
  "@types/mock-fs": "^4.13.3",
40
41
  "@types/node": "^16",
41
42
  "@types/stream-json": "^1.7.5",
@@ -43,25 +44,26 @@
43
44
  "@types/workerpool": "^6.4.5",
44
45
  "@typescript-eslint/eslint-plugin": "^6",
45
46
  "@typescript-eslint/parser": "^6",
47
+ "constructs": "^10.0.0",
46
48
  "eslint": "^8",
47
49
  "eslint-config-prettier": "^8.10.0",
48
50
  "eslint-import-resolver-node": "^0.3.9",
49
51
  "eslint-import-resolver-typescript": "^3.6.1",
50
- "eslint-plugin-import": "^2.28.1",
52
+ "eslint-plugin-import": "^2.29.0",
51
53
  "eslint-plugin-prettier": "^4.2.1",
52
54
  "eslint-plugin-unicorn": "^46.0.1",
53
55
  "jest": "^29.7.0",
54
56
  "mock-fs": "^5.2.0",
55
57
  "npm-check-updates": "^16",
56
58
  "prettier": "^2.8.8",
57
- "projen": "^0.76.1",
59
+ "projen": "^0.76.15",
58
60
  "tar": "^6.2.0",
59
61
  "ts-jest": "^29.1.1",
60
62
  "ts-node": "^10.9.1"
61
63
  },
62
64
  "dependencies": {
63
- "@jsii/check-node": "1.90.0",
64
- "@jsii/spec": "^1.90.0",
65
+ "@jsii/check-node": "1.91.0",
66
+ "@jsii/spec": "^1.91.0",
65
67
  "@xmldom/xmldom": "^0.8.10",
66
68
  "chalk": "^4",
67
69
  "commonmark": "^0.30.0",
@@ -80,7 +82,7 @@
80
82
  "main": "lib/index.js",
81
83
  "license": "Apache-2.0",
82
84
  "homepage": "https://aws.github.io/jsii",
83
- "version": "5.2.1",
85
+ "version": "5.2.2-dev.1",
84
86
  "types": "lib/index.d.ts",
85
87
  "exports": {
86
88
  ".": "./lib/index.js",