Skip to content

Commit

Permalink
optimize: upgrade axios to 1.7.4 (#6784)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Aug 27, 2024
1 parent d7e780c commit 256c4a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions changes/en-us/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6768](/~https://github.com/apache/incubator-seata/pull/6768)] report the tcc fence transaction isolation level
- [[#6770](/~https://github.com/apache/incubator-seata/pull/6770)] Automatic deletion of namingserver vgroup through Caffeine map
- [[#6780](/~https://github.com/apache/incubator-seata/pull/6780)] optimize the reflection operation in class `SerializerServiceLoader`
- [[#6784](/~https://github.com/apache/incubator-seata/pull/6784)] upgrade axios to 1.7.4

### refactor:

Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
- [[#6768](/~https://github.com/apache/incubator-seata/pull/6768)] 上报tcc fence事务隔离级别
- [[#6770](/~https://github.com/apache/incubator-seata/pull/6770)] 通过caffeine map支持namingserver事务分组的过期删除
- [[#6780](/~https://github.com/apache/incubator-seata/pull/6780)] 优化类 `SerializerServiceLoader` 中的反射操作
- [[#6784](/~https://github.com/apache/incubator-seata/pull/6784)] 升级 axios 至 1.7.4 版本


### refactor:
Expand Down
10 changes: 5 additions & 5 deletions console/src/main/resources/static/console-fe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion console/src/main/resources/static/console-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@alicloud/console-components-app-layout": "^1.1.4",
"@alicloud/console-components-console-menu": "^1.2.12",
"@babel/traverse": "^7.23.7",
"axios": "^1.6.6",
"axios": "^1.7.4",
"browserify-sign": "^4.2.2",
"decode-uri-component": "^0.4.1",
"history": "^4.10.1",
Expand Down

0 comments on commit 256c4a3

Please sign in to comment.