Skip to content

Commit

Permalink
- more dependencies updates
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Feb 1, 2024
1 parent fd31c16 commit 5f54c54
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 295 deletions.
456 changes: 200 additions & 256 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
"name": "kiota-typescript",
"private": true,
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.0",
"@types/node": "^20.1.1",
"@types/node-fetch": "^2.6.1",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.15",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"chai": "4.3.10",
"eslint": "^8.11.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"karma": "^6.3.4",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.5.2",
"lerna": "^8.0.0",
"mocha": "^10.1.0",
"prettier": "^3.0.0",
"karma-typescript": "^5.5.4",
"lerna": "^8.0.2",
"mocha": "^10.2.0",
"prettier": "^3.2.4",
"rollup": "2.79.1",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^17.0.1",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
},
"workspaces": [
"packages/test/",
Expand Down
12 changes: 6 additions & 6 deletions packages/abstractions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"homepage": "https://github.com/microsoft/kiota#readme",
"devDependencies": {
"@types/node": "^20.1.1",
"@types/uuid": "^9.0.0"
"@types/node": "^20.11.15",
"@types/uuid": "^9.0.8"
},
"dependencies": {
"@opentelemetry/api": "^1.2.0",
"@opentelemetry/api": "^1.7.0",
"@std-uritemplate/std-uritemplate": "^0.0.50",
"guid-typescript": "^1.0.9",
"tinyduration": "^3.2.2",
"tslib": "^2.3.1",
"uuid": "^9.0.0"
"tinyduration": "^3.3.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@azure/core-auth": "^1.3.2",
"@azure/core-auth": "^1.5.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"@opentelemetry/api": "^1.2.0",
"tslib": "^2.3.1"
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication/spfx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"@microsoft/sp-http": "^1.15.2",
"@opentelemetry/api": "^1.2.0",
"tslib": "^2.3.1"
"@microsoft/sp-http": "^1.18.2",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/http/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"@opentelemetry/api": "^1.2.0",
"@opentelemetry/api": "^1.7.0",
"guid-typescript": "^1.0.9",
"node-fetch": "^2.6.5",
"tslib": "^2.3.1"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"guid-typescript": "^1.0.9",
"tslib": "^2.3.1"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"guid-typescript": "^1.0.9",
"tslib": "^2.3.1"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"guid-typescript": "^1.0.9",
"tslib": "^2.3.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.39",
"guid-typescript": "^1.0.9",
"tslib": "^2.3.1"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:integrated": "mocha --exit dist/cjs/tests/*.js"
},
"dependencies": {
"@azure/identity": "^4.0.0",
"@azure/identity": "^4.0.1",
"@microsoft/kiota-abstractions": "^1.0.0-preview.23",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.18",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.22",
Expand Down

0 comments on commit 5f54c54

Please sign in to comment.