Skip to content

Commit

Permalink
chore(deps): bump axios and browser-sync (#78)
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.1 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.1...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and kennedykori committed Feb 8, 2024
1 parent ae8c613 commit fe6fa6e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 157 deletions.
189 changes: 33 additions & 156 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 @@ -35,7 +35,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.1",
"browser-sync": "^3.0.2",
"cssnano": "^5.1.15",
"del": "^7.0.0",
"gulp": "^4.0.2",
Expand Down

0 comments on commit fe6fa6e

Please sign in to comment.