jsii-rosetta 5.5.8-dev.2 → 5.5.9-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
"organization": false
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@actions/core": "^1.
|
37
|
+
"@actions/core": "^1.11.1",
|
38
38
|
"@actions/github": "^5.1.1",
|
39
39
|
"@types/commonmark": "^0.27.9",
|
40
40
|
"@types/jest": "^29.5.13",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"eslint": "^8",
|
52
52
|
"eslint-config-prettier": "^8.10.0",
|
53
53
|
"eslint-import-resolver-typescript": "^3.6.3",
|
54
|
-
"eslint-plugin-import": "^2.
|
54
|
+
"eslint-plugin-import": "^2.31.0",
|
55
55
|
"eslint-plugin-prettier": "^4.2.1",
|
56
56
|
"eslint-plugin-unicorn": "^46.0.1",
|
57
57
|
"fs-monkey": "^1.0.6",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"publishConfig": {
|
89
89
|
"access": "public"
|
90
90
|
},
|
91
|
-
"version": "5.5.
|
91
|
+
"version": "5.5.9-dev.0",
|
92
92
|
"types": "lib/index.d.ts",
|
93
93
|
"exports": {
|
94
94
|
".": "./lib/index.js",
|