Skip to content

Commit

Permalink
Bump debounce from 1.2.1 to 2.0.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 2fd6783 commit 205cfda
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"cypress-plugin-tab": "^1.0.5",
"cypress-real-events": "^1.11.0",
"date-fns": "^2.30.0",
"debounce": "^1.2.1",
"debounce": "^2.0.0",
"ejs": "^3.1.8",
"escodegen": "^2.1.0",
"eslint-plugin-local-rules": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"classnames": "^2.3.1",
"d3-array": "^3.2.2",
"debounce": "^1.2.1",
"debounce": "^2.0.0",
"recharts": "^2.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/picasso-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@toptal/picasso-rich-text-editor": "10.0.0",
"classnames": "^2.3.1",
"debounce": "^1.2.1",
"debounce": "^2.0.0",
"detect-browser": "^5.3.0",
"final-form": "^4.20.9",
"final-form-arrays": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"d3-zoom": "^3",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"debounce": "^1.2.1",
"debounce": "^2.0.0",
"detect-browser": "^5.3.0",
"glider-js": "^1.7.8",
"react-content-loader": "^6.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9971,10 +9971,10 @@ [email protected], dayjs@^1.10.4:
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==

debounce@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz"
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
debounce@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/debounce/-/debounce-2.0.0.tgz#b2f914518a1481466f4edaee0b063e4d473ad549"
integrity sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==

[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
version "2.6.9"
Expand Down

0 comments on commit 205cfda

Please sign in to comment.