Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 10, 2024
1 parent dbd1f50 commit 46aabdc
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,73 +1481,73 @@
},
"dependencies": {
"@iarna/toml": "2.2.5",
"arch": "2.1.0",
"arch": "3.0.0",
"fs-extra": "11.2.0",
"glob": "7.2.0",
"glob": "11.0.0",
"hash.js": "1.1.7",
"iconv-lite": "0.6.3",
"inversify": "6.0.2",
"jsonc-parser": "3.0.0",
"jsonc-parser": "3.3.1",
"lodash": "4.17.21",
"minimatch": "5.0.1",
"named-js-regexp": "1.3.3",
"node-stream-zip": "1.6.0",
"reflect-metadata": "0.1.12",
"rxjs": "6.5.4",
"rxjs-compat": "6.5.4",
"semver": "7.5.2",
"minimatch": "10.0.1",
"named-js-regexp": "1.3.5",
"node-stream-zip": "1.15.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"rxjs-compat": "6.6.7",
"semver": "7.6.3",
"stack-trace": "0.0.10",
"sudo-prompt": "9.2.1",
"tmp": "0.0.33",
"tmp": "0.2.3",
"uint64be": "3.0.0",
"unicode": "14.0.0",
"which": "2.0.2",
"winreg": "1.2.4",
"xml2js": "0.5.0"
"which": "5.0.0",
"winreg": "1.2.5",
"xml2js": "0.6.2"
},
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
"devDependencies": {
"@types/bent": "7.3.0",
"@types/chai": "4.1.2",
"@types/chai-arrays": "2.0.0",
"@types/chai-as-promised": "7.1.0",
"@types/download": "8.0.1",
"@types/bent": "7.3.8",
"@types/chai": "5.0.0",
"@types/chai-arrays": "2.0.3",
"@types/chai-as-promised": "8.0.1",
"@types/download": "8.0.5",
"@types/fs-extra": "11.0.4",
"@types/glob": "7.2.0",
"@types/lodash": "4.14.104",
"@types/node": "22.5.0",
"@types/semver": "5.5.0",
"@types/shortid": "0.0.29",
"@types/glob": "8.1.0",
"@types/lodash": "4.17.10",
"@types/node": "22.7.5",
"@types/semver": "7.5.8",
"@types/shortid": "0.0.32",
"@types/sinon": "17.0.3",
"@types/stack-trace": "0.0.29",
"@types/tmp": "0.0.33",
"@types/which": "2.0.1",
"@types/winreg": "1.2.30",
"@types/xml2js": "0.4.2",
"@types/stack-trace": "0.0.33",
"@types/tmp": "0.2.6",
"@types/which": "3.0.4",
"@types/winreg": "1.2.36",
"@types/xml2js": "0.4.14",
"bent": "7.3.12",
"chai": "4.1.2",
"chai-arrays": "2.0.0",
"chai-as-promised": "7.1.1",
"chai": "5.1.1",
"chai-arrays": "2.2.0",
"chai-as-promised": "8.0.0",
"cross-env": "7.0.3",
"cross-spawn": "6.0.5",
"del": "6.0.0",
"cross-spawn": "7.0.3",
"del": "8.0.0",
"download": "8.0.0",
"expose-loader": "3.1.0",
"flat": "5.0.2",
"get-port": "5.1.1",
"expose-loader": "5.0.0",
"flat": "6.0.1",
"get-port": "7.1.0",
"node-has-native-dependencies": "1.0.2",
"node-loader": "1.0.2",
"nyc": "15.0.0",
"rewiremock": "3.13.0",
"shortid": "2.2.8",
"sinon": "18.0.0",
"source-map-support": "0.5.12",
"ts-loader": "9.2.8",
"ts-mockito": "2.5.0",
"node-loader": "2.0.0",
"nyc": "17.1.0",
"rewiremock": "3.14.5",
"shortid": "2.2.16",
"sinon": "19.0.2",
"source-map-support": "0.5.21",
"ts-loader": "9.5.1",
"ts-mockito": "2.6.1",
"typemoq": "2.1.0",
"uuid": "8.3.2",
"uuid": "10.0.0",
"worker-loader": "3.0.8",
"yargs": "15.3.1"
"yargs": "17.7.2"
},
"displayName": "Python",
"enableTelemetry": false,
Expand Down

0 comments on commit 46aabdc

Please sign in to comment.