Skip to content

Commit 99f8c38

Browse files
author
Crhistian
committed
🐛 Updated acceptable version range for axios dependency
v1.0.0 and up won't work due to breaking change in axios api
1 parent 485dc65 commit 99f8c38

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
},
8282
"dependencies": {},
8383
"peerDependencies": {
84-
"axios": ">=0.19.2"
84+
"axios": "^0.19.2"
8585
}
8686
}

0 commit comments

Comments
 (0)