Skip to content

Commit

Permalink
chore: unpin axios
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed May 2, 2023
1 parent fab7b37 commit e304850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"remark": "remark --frail --ignore-path=node_modules/@foray1010/remark-preset/remarkignore --ignore-path-resolve-from=cwd --silently-ignore"
},
"dependencies": {
"axios": "1.4.0",
"axios": "^1.4.0",
"fast-glob": "^3.2.12",
"ignore": "^5.2.0",
"ramda": "^0.29.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.4.0":
"axios@npm:^1.4.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
dependencies:
Expand Down Expand Up @@ -4689,7 +4689,7 @@ __metadata:
"@foray1010/jest-preset": 4.0.0
"@foray1010/prettier-config": 9.0.0
"@foray1010/remark-preset": 9.0.0
axios: 1.4.0
axios: ^1.4.0
cross-env: 7.0.3
eslint: 8.39.0
fast-glob: ^3.2.12
Expand Down

0 comments on commit e304850

Please sign in to comment.