Skip to content

Commit

Permalink
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@
"@mapbox/rehype-prism": "^0.4.0",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/styles": "^4.9.0",
"@mdx-js/mdx": "^1.5.5",
"@now/node": "^1.3.5",
@@ -48,7 +49,8 @@
"react-dom": "^16.12.0",
"react-event-timeline": "^1.6.3",
"react-timeago": "^4.4.0",
"unfetch": "^4.1.0"
"unfetch": "^4.1.0",
"use-debounce": "^3.4.0"
},
"devDependencies": {
"@foxmn/mdx-loader": "^1.5.14",
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1837,6 +1837,17 @@
dependencies:
"@babel/runtime" "^7.4.4"

"@material-ui/lab@^4.0.0-alpha.45":
version "4.0.0-alpha.45"
resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.45.tgz#6e1abbdd6e44b9ef7b3eff8ef892a3da5dc52f10"
integrity sha512-zT6kUU87SHsPukiu3tlWg8V6o0tGS38c1b/xst/kPqX6eLbfqrROyxhHn1A8ZtHmqga1AKQdv/1llQoG80Afww==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/utils" "^4.7.1"
clsx "^1.0.4"
prop-types "^15.7.2"
react-is "^16.8.0"

"@material-ui/styles@^4.9.0":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.9.0.tgz#10c31859f6868cfa9d3adf6b6c3e32c9d676bc76"
@@ -10324,6 +10335,11 @@ url@0.11.0, url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

use-debounce@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-3.4.0.tgz#e61653fd4daad9beaa6e4695bc1d3fbd35f7e5b3"
integrity sha512-FSUfs/x7eJUusqvbk/UboMlWKQFBEGTegqK2tvm8+59bcbs77f0DeAy4MuychfxN7E+6rxXDpbv41Kq+aSJPow==

use-subscription@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.1.1.tgz#5509363e9bb152c4fb334151d4dceb943beaa7bb"

1 comment on commit 67913ef

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit 67913ef

https://home-website-cuds7y3b8.now.sh

Please sign in to comment.