Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 9c566a9 commit 69118df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions dist/debugger/node/VendorLib/vscode-node-debug2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/source-map": "^0.5.0",
"del": "^6.0.0",
"del": "^7.0.0",
"event-stream": "4.0.1",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^5.0.0",
"gulp-util": "^3.0.5",
"mocha": "^9.0.0",
"mocha": "^10.0.0",
"run-sequence": "^2.0.0",
"tslint": "^5.7.0",
"typescript": "^4.0.0",
"vsce": "^1.33.2",
"vsce": "^2.0.0",
"vscode": "^1.1.9",
"vscode-chrome-debug-core-testsupport": "^4.0.0",
"vscode-debugadapter-testsupport": "^1.25.0",
"vscode-debugprotocol": "^1.25.0",
"vscode-nls-dev": "^3.0.0"
"vscode-nls-dev": "^4.0.0"
},
"main": "./out/src/extension",
"activationEvents": [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
},
"devDependencies": {
"@types/atom": "1.40.11",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"typescript": "^4.2.3",
"tslib": "^2.1.0",
"coffeescript": "^2.5.1",
"@types/jasmine": "^3.6.7",
"@types/jasmine": "^4.0.0",
"atom-jasmine3-test-runner": "^5.2.2",
"prettier": "^2.2.1",
"eslint": "7.32.0",
"eslint": "8.24.0",
"eslint-config-atomic": "^1.12.4",
"rollup": "^2.42.1",
"rollup-plugin-atomic": "^3.0.0",
"shx": "^0.3.3",
"cross-env": "^7.0.3",
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"babel-preset-atomic": "^4.0.0",
"npm-check-updates": "11.8.5",
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"babel-preset-atomic": "^5.0.0",
"npm-check-updates": "16.3.2",
"build-commit": "0.1.4"
},
"providedServices": {
Expand Down
10 changes: 5 additions & 5 deletions src/debugger/node/VendorLib/vscode-node-debug2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/source-map": "^0.5.0",
"del": "^6.0.0",
"del": "^7.0.0",
"event-stream": "4.0.1",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^5.0.0",
"gulp-util": "^3.0.5",
"mocha": "^9.0.0",
"mocha": "^10.0.0",
"run-sequence": "^2.0.0",
"tslint": "^5.7.0",
"typescript": "^4.0.0",
"vsce": "^1.33.2",
"vsce": "^2.0.0",
"vscode": "^1.1.9",
"vscode-chrome-debug-core-testsupport": "^4.0.0",
"vscode-debugadapter-testsupport": "^1.25.0",
"vscode-debugprotocol": "^1.25.0",
"vscode-nls-dev": "^3.0.0"
"vscode-nls-dev": "^4.0.0"
},
"main": "./out/src/extension",
"activationEvents": [
Expand Down

0 comments on commit 69118df

Please sign in to comment.