Skip to content

Commit

Permalink
Merge branch 'main' into andrueastman/openAiPluginGeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman authored May 15, 2024
2 parents ef20b87 + ff3f183 commit 9e0db6f
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-i https://pypi.org/simple

astroid==3.1.0 ; python_full_version >= '3.7.2'
astroid==3.2.0 ; python_full_version >= '3.7.2'

certifi==2024.2.2 ; python_version >= '3.6'

Expand Down Expand Up @@ -36,11 +36,11 @@ mypy-extensions==1.0.0 ; python_version >= '3.5'

packaging==24.0 ; python_version >= '3.7'

platformdirs==4.2.1 ; python_version >= '3.7'
platformdirs==4.2.2 ; python_version >= '3.7'

pluggy==1.5.0 ; python_version >= '3.7'

pylint==3.1.0
pylint==3.2.0

pytest==8.2.0

Expand Down
76 changes: 38 additions & 38 deletions it/typescript/package-lock.json

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

16 changes: 8 additions & 8 deletions it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.8.0",
"esbuild": "^0.21.2",
Expand All @@ -31,13 +31,13 @@
},
"dependencies": {
"@azure/identity": "^4.2.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.51",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.46",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.50",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.40",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.51",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.29",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.48",
"@microsoft/kiota-abstractions": "^1.0.0-preview.52",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.47",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.51",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.41",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.52",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.30",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.49",
"express": "^4.19.2",
"node-fetch": "^2.7.0"
}
Expand Down
14 changes: 7 additions & 7 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 @@ -429,7 +429,7 @@
"@types/vscode": "^1.89.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vscode/test-electron": "^2.3.9",
"@vscode/test-electron": "^2.3.10",
"eslint": "^8.57.0",
"glob": "^10.3.15",
"mocha": "^10.4.0",
Expand Down

0 comments on commit 9e0db6f

Please sign in to comment.