Skip to content

Commit

Permalink
chore(website): upgrade allotment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed Sep 24, 2023
1 parent 2db2326 commit c83f500
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "7.0.0",
"@vscode/codicons": "^0.0.33",
"allotment": "^1.14.5",
"allotment": "^1.19.3",
"clsx": "^2.0.0",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.5",
Expand Down
15 changes: 10 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4464,13 +4464,13 @@ algoliasearch@^4.13.1:
"@algolia/requester-node-http" "4.13.1"
"@algolia/transporter" "4.13.1"

allotment@^1.14.5:
version "1.14.5"
resolved "https://registry.yarnpkg.com/allotment/-/allotment-1.14.5.tgz#c952f5a7d43ac17649f27cb699e543d85cb6169a"
integrity sha512-o/OsKW8HQPDkUoGpzRIULzAy1R3UmbkUw8oBGyJo91YtB7QhiRtUOU5kEUsJX/M8lpnHtJFFo3DWTgH6HXB5TA==
allotment@^1.19.3:
version "1.19.3"
resolved "https://registry.yarnpkg.com/allotment/-/allotment-1.19.3.tgz#c71575f53cef97a7e532af0eb5ef06e4615e8232"
integrity sha512-StPCZLGPNG9KhXeNCrqTkIK09s7D6+8n0w754SRY8PUvDXFLLovrFFo4ubd82fytRWS5bFntsWA5SX4sODxuiw==
dependencies:
classnames "^2.3.0"
eventemitter3 "^4.0.0"
eventemitter3 "^5.0.0"
lodash.clamp "^4.0.0"
lodash.debounce "^4.0.0"
lodash.isequal "^4.5.0"
Expand Down Expand Up @@ -6044,6 +6044,11 @@ eventemitter3@^4.0.0:
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==

eventemitter3@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==

events@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
Expand Down

0 comments on commit c83f500

Please sign in to comment.