Skip to content

Commit

Permalink
build(deps): bump debounce from 1.2.1 to 2.0.0 in /example
Browse files Browse the repository at this point in the history
Bumps [debounce](https://github.com/sindresorhus/debounce) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](sindresorhus/debounce@1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: debounce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 7544597 commit 9e6d1e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@turf/length": "^6.5.0",
"@turf/nearest-point-on-line": "6.5.0",
"@types/geojson": "7946.0.11",
"debounce": "^1.2.0",
"debounce": "^2.0.0",
"fbjs": "^3.0.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
Expand Down
10 changes: 5 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ __metadata:
"@types/react": ^18.2.14
"@types/react-native": ^0.72.2
babel-plugin-module-resolver: ^4.1.0
debounce: ^1.2.0
debounce: ^2.0.0
detox: ^20.17.0
fbjs: ^3.0.0
glob-to-regexp: ^0.4.0
Expand Down Expand Up @@ -3464,10 +3464,10 @@ __metadata:
languageName: node
linkType: hard

"debounce@npm:^1.2.0":
version: 1.2.1
resolution: "debounce@npm:1.2.1"
checksum: 682a89506d9e54fb109526f4da255c5546102fbb8e3ae75eef3b04effaf5d4853756aee97475cd4650641869794e44f410eeb20ace2b18ea592287ab2038519e
"debounce@npm:^2.0.0":
version: 2.0.0
resolution: "debounce@npm:2.0.0"
checksum: 86a8c85528764a15a6492230ac5625a824a6681ee159450d7d4663eb4370da40449da0f8816bbf039dcd1166cc2db813bbd3a9e037fb8377eb905a487ec844be
languageName: node
linkType: hard

Expand Down

0 comments on commit 9e6d1e4

Please sign in to comment.