Skip to content

Commit

Permalink
Merge branch 'main' into fix/4475
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwurzinger authored Jun 3, 2024
2 parents 69943e5 + b3ec1e3 commit bc94e04
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

astroid==3.2.2 ; python_full_version >= '3.7.2'

certifi==2024.2.2 ; python_version >= '3.6'
certifi==2024.6.2 ; python_version >= '3.6'

charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'

Expand Down Expand Up @@ -56,15 +56,15 @@ tomli-w==1.0.0 ; python_version >= '3.7'

tomlkit==0.12.5 ; python_version >= '3.7'

typing-extensions==4.12.0 ; python_version >= '3.7'
typing-extensions==4.12.1 ; python_version >= '3.7'

urllib3==2.2.1 ; python_version >= '3.7'

wrapt==1.15.0 ; python_version < '3.11'

yapf==0.40.2

zipp==3.19.0 ; python_version >= '3.7'
zipp==3.19.1 ; python_version >= '3.7'

aiohttp==3.9.5 ; python_version >= '3.6'

Expand Down
16 changes: 8 additions & 8 deletions it/typescript/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 it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@types/node": "^20.12.13",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.8.0",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"minimist": "^1.2.8",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions vscode/microsoft-kiota/package-lock.json

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

2 changes: 1 addition & 1 deletion vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"dependencies": {
"@vscode/extension-telemetry": "^0.9.6",
"@vscode/l10n": "^0.0.18",
"adm-zip": "^0.5.12",
"adm-zip": "^0.5.13",
"is-online": "^10.0.0",
"original-fs": "^1.2.0",
"vscode-jsonrpc": "^8.2.1"
Expand Down

0 comments on commit bc94e04

Please sign in to comment.