Skip to content

Commit

Permalink
0.6.2 -- downgrade axios to make it node 10 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
avistramer committed Apr 25, 2023
1 parent 17b33cf commit 54f11c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 27 deletions.
38 changes: 13 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testable-utils",
"version": "0.6.0",
"version": "0.6.2",
"description": "Utilities for Testable scripts",
"author": "Avi Stramer",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"index.d.ts"
],
"dependencies": {
"axios": "^1.3.6",
"axios": "^0.27.2",
"babyparse": "^0.4.6",
"lodash": "^4.17.21",
"tail": "^2.2.6",
Expand Down

0 comments on commit 54f11c5

Please sign in to comment.