Skip to content

Commit 4fa8223

Browse files
committed
chore: update node-ipc to v12.0.0 and reorder dependencies
1 parent 8b37e63 commit 4fa8223

File tree

2 files changed

+107
-110
lines changed

2 files changed

+107
-110
lines changed

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,13 @@
126126
"markdownPasteImage.cdnType": {
127127
"type": "string",
128128
"default": "qiniu",
129-
"enum": ["qiniu", "github", "s3", "r2", "cloudinary"],
129+
"enum": [
130+
"qiniu",
131+
"github",
132+
"s3",
133+
"r2",
134+
"cloudinary"
135+
],
130136
"description": "the cdn type (qiniu, github, s3, r2, cloudinary)"
131137
}
132138
}
@@ -155,9 +161,9 @@
155161
"@types/node": "^16.11.7",
156162
"@types/vscode": "^1.60.0",
157163
"@vscode/test-electron": "^2.3.8",
164+
"@vscode/vsce": "^2.22.0",
158165
"tslint": "^5.8.0",
159-
"typescript": "^4.9.5",
160-
"@vscode/vsce": "^2.22.0"
166+
"typescript": "^4.9.5"
161167
},
162168
"dependencies": {
163169
"@aws-sdk/client-s3": "^3.450.0",
@@ -170,12 +176,12 @@
170176
"fs": "^0.0.1-security",
171177
"http-proxy-agent": "^7.0.0",
172178
"https-proxy-agent": "^7.0.2",
173-
"node-ipc": "^11.1.0",
174-
"uuid": "^9.0.1",
179+
"node-ipc": "^12.0.0",
175180
"path": "^0.12.7",
176181
"qiniu": "^7.10.1",
177182
"sha1": "^1.1.1",
178183
"tinify": "^1.7.1",
179-
"tunnel": "^0.0.6"
184+
"tunnel": "^0.0.6",
185+
"uuid": "^9.0.1"
180186
}
181187
}

0 commit comments

Comments
 (0)