Skip to content

Commit

Permalink
Bump axios and browser-sync
Browse files Browse the repository at this point in the history
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.


Removes `axios`

Updates `browser-sync` from 2.29.3 to 3.0.2
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](BrowserSync/browser-sync@v2.29.3...v3.0.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent bc55d84 commit c662ab0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 102 deletions.
113 changes: 12 additions & 101 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.3",
"browser-sync": "^3.0.2",
"cross-conf-env": "^1.3.0",
"eslint": "^8.43.0",
"eslint-plugin-tailwindcss": "^3.12.1",
Expand Down

0 comments on commit c662ab0

Please sign in to comment.