Skip to content

Commit

Permalink
build(deps-dev): bump axios from 0.27.2 to 1.4.0 (#166)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump axios from 0.27.2 to 1.4.0

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* axios fix - https://stackoverflow.com/questions/73958968/cannot-use-import-statement-outside-a-module-with-axios

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jarek Kowalski <[email protected]>
  • Loading branch information
dependabot[bot] and jkowalski committed Jul 14, 2023
1 parent ddcc0ff commit 7e186e5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
36 changes: 25 additions & 11 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
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"test": "react-scripts test --coverage --transformIgnorePatterns \"node_modules/(?!axios)/\"",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -43,7 +43,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.0.6",
"axios": "^0.27.2",
"axios": "^1.4.0",
"axios-mock-adapter": "^1.21.5",
"react-scripts": "5.0.1",
"typescript": "^4.8.4",
Expand Down

0 comments on commit 7e186e5

Please sign in to comment.