Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #187 from kintone/v0.7.6
Browse files Browse the repository at this point in the history
update version axios to 0.19.2
  • Loading branch information
phongnhat19 authored Feb 26, 2020
2 parents 0067dac + 7312345 commit 2551b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/kintone-js-sdk",
"version": "0.7.5",
"version": "0.7.6",
"description": "The SDK of kintone REST API client on node and browser",
"main": "./cjs/node/main.js",
"browser": "./esm/browser/main.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/kintone/kintone-js-sdk#readme",
"dependencies": {
"axios": "0.19.0",
"axios": "0.19.2",
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"core-js": "3.2.1",
Expand Down

0 comments on commit 2551b14

Please sign in to comment.