Skip to content

Commit ff62a2e

Browse files
fix(deps): update dependencies
1 parent 9c566a9 commit ff62a2e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: dist/debugger/node/VendorLib/vscode-node-debug2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"license": "MIT",
1515
"private": true,
1616
"dependencies": {
17-
"vscode-chrome-debug-core": "^3.20.2",
17+
"vscode-chrome-debug-core": "^6.0.0",
1818
"vscode-debugadapter": "^1.25.0",
19-
"vscode-nls": "^2.0.2"
19+
"vscode-nls": "^5.0.0"
2020
},
2121
"devDependencies": {
2222
"@types/mocha": "^9.0.0",

Diff for: package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"atom": ">=0.174.0 <2.0.0"
3333
},
3434
"dependencies": {
35-
"atom-package-deps": "^6.0.0",
36-
"@atom-ide-community/nuclide-commons-atom": "0.8.2",
37-
"@atom-ide-community/nuclide-debugger-common": "0.8.2",
38-
"react": "16.6.3",
39-
"vscode-chrome-debug-core": "3.17.10",
40-
"vscode-debugadapter": "1.24.0",
41-
"vscode-nls": "2.0.2"
35+
"atom-package-deps": "^8.0.0",
36+
"@atom-ide-community/nuclide-commons-atom": "0.8.3",
37+
"@atom-ide-community/nuclide-debugger-common": "0.8.3",
38+
"react": "18.2.0",
39+
"vscode-chrome-debug-core": "6.8.11",
40+
"vscode-debugadapter": "1.51.0",
41+
"vscode-nls": "5.2.0"
4242
},
4343
"devDependencies": {
4444
"@types/atom": "1.40.11",

Diff for: src/debugger/node/VendorLib/vscode-node-debug2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"license": "MIT",
1515
"private": true,
1616
"dependencies": {
17-
"vscode-chrome-debug-core": "^3.20.2",
17+
"vscode-chrome-debug-core": "^6.0.0",
1818
"vscode-debugadapter": "^1.25.0",
19-
"vscode-nls": "^2.0.2"
19+
"vscode-nls": "^5.0.0"
2020
},
2121
"devDependencies": {
2222
"@types/mocha": "^9.0.0",

0 commit comments

Comments
 (0)