Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from lemoncloud-io/develop
Browse files Browse the repository at this point in the history
feat: downgrade axios
  • Loading branch information
louis-lemon authored Nov 21, 2023
2 parents 1dea9ba + 70f6200 commit ad55a0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lemoncloud/lemon-front-lib

## 1.3.16

### Patch Changes

- downgrade axios

## 1.3.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemoncloud/lemon-front-lib",
"version": "1.3.15",
"version": "1.3.16",
"description": "Web Core Library for Lemoncloud",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1490.0",
"axios": "^1.6.0",
"axios": "0.19.0",
"crypto-js": "^4.2.0",
"whatwg-fetch": "^3.6.19"
},
Expand Down

0 comments on commit ad55a0c

Please sign in to comment.