Skip to content

Commit

Permalink
➕ fix(core): Move axios to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 3, 2023
1 parent 8d165c6 commit b26b3f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"axios": "^1.4.0",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.8.0",
"@vitest/coverage-v8": "1.0.0-beta.0",
"axios": "^1.4.0",
"memfs": "^4.5.0",
"msw": "^1.3.2",
"rimraf": "^5.0.1",
Expand Down
15 changes: 12 additions & 3 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 b26b3f1

Please sign in to comment.