Skip to content

Commit a95e998

Browse files
Axios version update
1 parent b9a29b4 commit a95e998

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes will be documented in this file.
44

5+
## [1.0.17] - 2024-05-28
6+
7+
* Update axios version
8+
59
## [1.0.16] - 2023-08-20
610

711
* Add custom attributes support

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-upgrade-react-native-sdk",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Official App Upgrade react-native sdk",
55
"main": "index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"axios": "^0.27.2",
20+
"axios": "^1.6.0",
2121
"axios-retry": "^3.4.0"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)