Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* bump axios@0 to [email protected]

* 2.11.1
  • Loading branch information
kbarbounakis authored Jan 22, 2024
1 parent 7bb973c commit 135eca9
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 37 deletions.
1 change: 1 addition & 0 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"module": "esnext",
"lib": [
Expand Down
105 changes: 70 additions & 35 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@themost/react",
"version": "2.11.0",
"version": "2.11.1",
"description": "MOST Web Framework React Client",
"author": "",
"license": "BSD-3-Clause",
"repository": "https://github.com/themost-framework/themost-react.git",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"source": "src/index.tsx",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
},
Expand Down Expand Up @@ -68,7 +69,7 @@
},
"dependencies": {
"@themost/client": "^2.11.0",
"axios": "^0.21.1",
"axios": "^1.6.5",
"buffer": "^6.0.3"
}
}

0 comments on commit 135eca9

Please sign in to comment.