Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Feat/add axios retry and better errors #863

Merged
merged 5 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions package.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License check (no changes, the "red" libraries have been already discussed)
image

Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
"install:webview": "cd intuita-webview && pnpm install",
"build:webview": "cd intuita-webview && pnpm build",
"watch:webview": "cd intuita-webview && pnpm start",
"package": "vsce package --no-dependencies --no-yarn"
"package": "vsce package --no-dependencies --no-yarn",
"test": "vitest run"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
Expand All @@ -271,7 +272,7 @@
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"nock": "^13.5.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
Expand All @@ -286,6 +287,7 @@
"@vscode/extension-telemetry": "^0.7.7",
"@vscode/vsce": "^2.22.0",
"axios": "^1.2.2",
"axios-retry": "^4.0.0",
"diff": "^5.1.0",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.3.2",
Expand All @@ -300,7 +302,8 @@
"redux-persist": "^6.0.0",
"semver": "^7.3.8",
"ts-morph": "^19.0.0",
"universal-base64url": "^1.1.0"
"universal-base64url": "^1.1.0",
"vitest": "^1.2.2"
},
"extensionDependencies": [
"vscode.git"
Expand Down
Loading
Loading