Skip to content

Commit

Permalink
Merge branch 'main' into pull-pylance-with-pyright-1.1.387
Browse files Browse the repository at this point in the history
  • Loading branch information
debonte authored Oct 30, 2024
2 parents c18078b + e6fe8cb commit d753c31
Show file tree
Hide file tree
Showing 45 changed files with 809 additions and 385 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.386",
"version": "1.1.387",
"command": {
"version": {
"push": false,
Expand Down
107 changes: 99 additions & 8 deletions packages/pyright-internal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/pyright-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pyright-internal",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.1.386",
"version": "1.1.387",
"license": "MIT",
"private": true,
"files": [
Expand All @@ -19,12 +19,12 @@
"test:imports": "jest importResolver.test --forceExit --runInBand"
},
"dependencies": {
"@iarna/toml": "3.0.0",
"@yarnpkg/fslib": "2.10.4",
"@yarnpkg/libzip": "2.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"command-line-args": "^5.2.1",
"js-toml": "^1.0.0",
"jsonc-parser": "^3.3.1",
"leven": "3.1.0",
"source-map-support": "^0.5.21",
Expand Down
Loading

0 comments on commit d753c31

Please sign in to comment.