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 Jan 10, 2024
1 parent c77c676 commit b01e909
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 149 deletions.
166 changes: 18 additions & 148 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 @@ -17,7 +17,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-preset-airbnb": "^5.0.0",
"browser-sync": "^2.27.11",
"browser-sync": "^3.0.2",
"caniuse-lite": "^1.0.30001452",
"cssnano": "^5.1.14",
"cssnano-preset-advanced": "^5.3.9",
Expand Down

0 comments on commit b01e909

Please sign in to comment.