Skip to content

Commit

Permalink
Revert debounce update
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Jan 18, 2024
1 parent 89b9681 commit 238b622
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changeset/dry-insects-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@toptal/picasso-charts': patch
'@toptal/picasso-forms': patch
'@toptal/picasso': patch
---

- revert `debounce` update
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": "^2.0.0",
"debounce": "^1.2.1",
"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": "^2.0.0",
"debounce": "^1.2.1",
"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": "^2.0.0",
"debounce": "^1.2.1",
"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": "^2.0.0",
"debounce": "^1.2.1",
"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 @@ -10002,10 +10002,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@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/debounce/-/debounce-2.0.0.tgz#b2f914518a1481466f4edaee0b063e4d473ad549"
integrity sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==
debounce@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5"
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==

[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 238b622

Please sign in to comment.