Skip to content

Commit

Permalink
Remove axios
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan authored and gitbutler-client committed Dec 3, 2023
1 parent 25d1f95 commit 54e73f2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@
"cli-prod": "nx build cli --mode development && node apps/cli/dist/main.js"
},
"private": true,
"dependencies": {
"@swc/helpers": "0.5.3",
"axios": "^1.5.1",
"tslib": "^2.6.2"
},
"dependencies": {},
"devDependencies": {
"@swc/helpers": "0.5.3",
"tslib": "^2.6.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@commander-js/extra-typings": "^11.1.0",
"@nrwl/js": "17.0.2",
"@nx-dotnet/core": "2.1.0",
"@nx/devkit": "17.0.2",
"@nx/esbuild": "17.0.2",
Expand Down
38 changes: 24 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit 54e73f2

Please sign in to comment.