Skip to content

Commit c076152

Browse files
authored
Update axios peerDependency to ~0.21.1 (#140)
1 parent 4af1730 commit c076152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test-coverage": "jest --coverage"
2525
},
2626
"peerDependencies": {
27-
"axios": "~0.18.0 || ~0.19.1 || ~0.20.0"
27+
"axios": "~0.18.0 || ~0.19.1 || ~0.20.0 || ~0.21.1"
2828
},
2929
"devDependencies": {
3030
"@types/jest": "^24.9.1",

0 commit comments

Comments
 (0)