Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 9c566a9 commit ff62a2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dist/debugger/node/VendorLib/vscode-node-debug2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"license": "MIT",
"private": true,
"dependencies": {
"vscode-chrome-debug-core": "^3.20.2",
"vscode-chrome-debug-core": "^6.0.0",
"vscode-debugadapter": "^1.25.0",
"vscode-nls": "^2.0.2"
"vscode-nls": "^5.0.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^6.0.0",
"@atom-ide-community/nuclide-commons-atom": "0.8.2",
"@atom-ide-community/nuclide-debugger-common": "0.8.2",
"react": "16.6.3",
"vscode-chrome-debug-core": "3.17.10",
"vscode-debugadapter": "1.24.0",
"vscode-nls": "2.0.2"
"atom-package-deps": "^8.0.0",
"@atom-ide-community/nuclide-commons-atom": "0.8.3",
"@atom-ide-community/nuclide-debugger-common": "0.8.3",
"react": "18.2.0",
"vscode-chrome-debug-core": "6.8.11",
"vscode-debugadapter": "1.51.0",
"vscode-nls": "5.2.0"
},
"devDependencies": {
"@types/atom": "1.40.11",
Expand Down
4 changes: 2 additions & 2 deletions src/debugger/node/VendorLib/vscode-node-debug2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"license": "MIT",
"private": true,
"dependencies": {
"vscode-chrome-debug-core": "^3.20.2",
"vscode-chrome-debug-core": "^6.0.0",
"vscode-debugadapter": "^1.25.0",
"vscode-nls": "^2.0.2"
"vscode-nls": "^5.0.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down

0 comments on commit ff62a2e

Please sign in to comment.