Skip to content

Commit

Permalink
Merge branch 'main' into add-support-for-abort-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejchak committed Aug 19, 2024
2 parents 7336356 + e2f03ff commit f168d87
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timetac/js-client-library",
"version": "2.28.0",
"version": "2.29.0",
"description": "TimeTac API JS client library",
"homepage": "https://github.com/TimeTac/js-client-library#readme",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepare": "yarn run compile"
},
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.7.4",
"typescript": "^5.4.3"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/integrationCategories/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export type IntegrationCategory = {
id: number;
title: string;
iconUrl?: string;
externalId?: string;
createdAt: string;
updatedAt: string;
};
1 change: 0 additions & 1 deletion src/integrations/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export type Integration = {
navigationUrl?: string;
imageUrl?: string;
featured?: boolean;
externalId?: string;
provider?: string;
application?: string;
accessCredentialsId?: number | null;
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ __metadata:
"@types/jest": "npm:^29.5.12"
"@typescript-eslint/eslint-plugin": "npm:^7.12.0"
"@typescript-eslint/parser": "npm:^7.12.0"
axios: "npm:^1.6.2"
axios: "npm:^1.7.4"
axios-mock-adapter: "npm:^1.22.0"
cross-env: "npm:^7.0.3"
eslint: "npm:^9.4.0"
Expand Down Expand Up @@ -1591,14 +1591,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.2":
version: 1.7.2
resolution: "axios@npm:1.7.2"
"axios@npm:^1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 6ae80dda9736bb4762ce717f1a26ff997d94672d3a5799ad9941c24d4fb019c1dff45be8272f08d1975d7950bac281f3ba24aff5ecd49ef5a04d872ec428782f
checksum: 7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
languageName: node
linkType: hard

Expand Down

0 comments on commit f168d87

Please sign in to comment.