Skip to content

Commit

Permalink
Merge pull request #53 from contentstack/next
Browse files Browse the repository at this point in the history
Axios version bump (#52)
  • Loading branch information
cs-raj authored Sep 2, 2024
2 parents d9e24d8 + ffc1da2 commit 001f009
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change log

### Version: 1.1.1
#### Date: Aug-28-2024
- Axios version bump

### Version: 1.1.0
#### Date: Aug-07-2024
- Live Preview configuration changes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/core",
"version": "1.1.0",
"version": "1.1.1",
"type": "commonjs",
"main": "./dist/cjs/src/index.js",
"types": "./dist/cjs/src/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json"
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"axios-mock-adapter": "^1.22.0",
"lodash": "^4.17.21",
"qs": "^6.13.0",
Expand Down

0 comments on commit 001f009

Please sign in to comment.