Skip to content

Commit ff68b2b

Browse files
author
Akash Satheesan
committed
fix(lib/vscode): fix conflicts in package.json
1 parent a042b88 commit ff68b2b

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

lib/vscode/package.json

+4-26
Original file line numberDiff line numberDiff line change
@@ -61,33 +61,21 @@
6161
},
6262
"dependencies_comment": "Move rimraf to dependencies because it is used in the postinstall script.",
6363
"dependencies": {
64-
"@coder/logger": "1.1.16",
64+
"@coder/logger": "^1.1.16",
6565
"applicationinsights": "1.0.8",
6666
"chokidar": "3.5.1",
6767
"graceful-fs": "4.2.3",
6868
"http-proxy-agent": "^2.1.0",
6969
"https-proxy-agent": "^2.2.3",
7070
"iconv-lite-umd": "0.6.8",
71-
<<<<<<< HEAD
72-
"jschardet": "2.2.1",
73-
"minimist": "^1.2.5",
74-
"native-is-elevated": "0.4.1",
75-
"native-watchdog": "1.3.0",
76-
"node-pty": "0.10.0-beta19",
77-
"proxy-agent": "^4.0.0",
78-
"proxy-from-env": "^1.1.0",
79-
"rimraf": "^2.2.8",
80-
"nsfw": "^2.1.1",
81-
=======
8271
"jschardet": "2.3.0",
83-
"keytar": "7.2.0",
8472
"minimist": "^1.2.5",
8573
"native-is-elevated": "0.4.3",
86-
"native-keymap": "2.2.1",
8774
"native-watchdog": "1.3.0",
8875
"node-pty": "0.10.1",
8976
"nsfw": "2.1.2",
90-
>>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
77+
"proxy-agent": "^4.0.1",
78+
"proxy-from-env": "^1.1.0",
9179
"spdlog": "^0.11.1",
9280
"sudo-prompt": "9.2.1",
9381
"tas-client-umd": "0.1.4",
@@ -118,12 +106,7 @@
118106
"@types/http-proxy-agent": "^2.0.1",
119107
"@types/minimist": "^1.2.1",
120108
"@types/mocha": "^8.2.0",
121-
<<<<<<< HEAD
122-
"@types/node": "^12.19.9",
123-
"@types/proxy-from-env": "^1.0.1",
124-
=======
125109
"@types/node": "^14.14.37",
126-
>>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
127110
"@types/sinon": "^1.16.36",
128111
"@types/trusted-types": "^1.0.6",
129112
"@types/vscode-windows-registry": "^1.0.0",
@@ -146,10 +129,6 @@
146129
"cssnano": "^4.1.11",
147130
"debounce": "^1.0.0",
148131
"deemon": "^1.4.0",
149-
<<<<<<< HEAD
150-
=======
151-
"electron": "12.0.4",
152-
>>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
153132
"eslint": "6.8.0",
154133
"eslint-plugin-jsdoc": "^19.1.0",
155134
"event-stream": "3.3.4",
@@ -206,7 +185,7 @@
206185
"queue": "3.0.6",
207186
"rcedit": "^1.1.0",
208187
"request": "^2.85.0",
209-
"rimraf": "^2.2.8",
188+
"rimraf": "^3.0.2",
210189
"sinon": "^1.17.2",
211190
"source-map": "0.6.1",
212191
"source-map-support": "^0.3.2",
@@ -241,7 +220,6 @@
241220
"windows-process-tree": "0.3.0"
242221
},
243222
"resolutions": {
244-
"minimist": "^1.2.5",
245223
"elliptic": "^6.5.3",
246224
"nwmatcher": "^1.4.4"
247225
}

lib/vscode/test/smoke/package.json

-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@
1717
"@types/ncp": "2.0.1",
1818
"@types/node": "^12.19.9",
1919
"@types/rimraf": "^2.0.4",
20-
<<<<<<< HEAD
21-
"cpx": "^1.5.0",
22-
"htmlparser2": "^3.9.3",
23-
"mkdirp": "^0.5.1",
24-
=======
2520
"htmlparser2": "^3.9.2",
2621
"mkdirp": "^1.0.4",
27-
>>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
2822
"ncp": "^2.0.0",
2923
"npm-run-all": "^4.1.5",
3024
"portastic": "^1.0.1",

0 commit comments

Comments
 (0)