Skip to content

Commit 5ba0eca

Browse files
committed
fix: update axios peer dependecy
Fix #15
1 parent e434801 commit 5ba0eca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@types/node": "10.12.18",
88
"@types/react": "16.7.20",
99
"@types/react-dom": "16.0.11",
10-
"axios": "^0.18.0",
10+
"axios": "^0.18.1",
1111
"grommet": "2.4.0",
1212
"react": "16.8.1",
1313
"react-dom": "16.8.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fast-deep-equal": "^2.0.1"
2727
},
2828
"peerDependencies": {
29-
"axios": "^0.18.0",
29+
"axios": "^0.18.1",
3030
"react": "^16.8.2",
3131
"react-dom": "^16.8.2"
3232
},

0 commit comments

Comments
 (0)