Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump debug and fc-helper in /examples/build #1168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump debug and fc-helper in /examples/build
Removes [debug](https://github.com/debug-js/debug). It's no longer used after updating ancestor dependency [fc-helper](https://github.com/JacksonTian/fc-helper). These dependencies need to be updated together.


Removes `debug`

Updates `fc-helper` from 1.0.0 to 2.1.3
- [Release notes](https://github.com/JacksonTian/fc-helper/releases)
- [Commits](https://github.com/JacksonTian/fc-helper/commits)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: indirect
- dependency-name: fc-helper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2023
commit 53a0abc76b7be41dc8db29549c1ef39322b0b21c
163 changes: 3 additions & 160 deletions examples/build/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 examples/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"archiver": "^2.0.0",
"fc-helper": "^1.0.0",
"fc-helper": "^2.1.3",
"kitx": "^1.2.1"
}
}