Skip to content

Commit 135eca9

Browse files
authored
bump axios@0.21.1 to axios@1.6.5 (#12)
* bump axios@0 to axios@1.6.5 * 2.11.1
1 parent 7bb973c commit 135eca9

3 files changed

Lines changed: 74 additions & 37 deletions

File tree

example/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"baseUrl": ".",
34
"outDir": "dist",
45
"module": "esnext",
56
"lib": [

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@themost/react",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "MOST Web Framework React Client",
55
"author": "",
66
"license": "BSD-3-Clause",
77
"repository": "https://github.com/themost-framework/themost-react.git",
88
"main": "dist/index.js",
99
"module": "dist/index.esm.js",
1010
"source": "src/index.tsx",
11+
"types": "dist/index.d.ts",
1112
"engines": {
1213
"node": ">=10"
1314
},
@@ -68,7 +69,7 @@
6869
},
6970
"dependencies": {
7071
"@themost/client": "^2.11.0",
71-
"axios": "^0.21.1",
72+
"axios": "^1.6.5",
7273
"buffer": "^6.0.3"
7374
}
7475
}

0 commit comments

Comments
 (0)