Skip to content

Commit

Permalink
website deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jul 25, 2022
1 parent b7d9df1 commit 793fdc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -67,7 +67,6 @@ jobs:
name: Build and Size
command: |
yarn run build
yarn run test:size
- run:
name: Move dist folders to workspace
command: |
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Expand Up @@ -20,8 +20,8 @@
"@docsearch/react": "3.1.1",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
"@mdx-js/react": "1.6.22",
"clsx": "1.1.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"file-loader": "6.2.0",
"my-loaders": "file:plugins/my-loaders",
"postcss": "8.4.5",
Expand Down
9 changes: 2 additions & 7 deletions yarn.lock
Expand Up @@ -5224,7 +5224,7 @@
unist-builder "2.0.3"
unist-util-visit "2.0.3"

"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22":
"@mdx-js/react@^1.6.22":
version "1.6.22"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
Expand Down Expand Up @@ -9329,12 +9329,7 @@ clone@^2.1.1, clone@^2.1.2:
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=

clsx@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==

clsx@^1.2.1:
clsx@^1.1.1, clsx@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
Expand Down

0 comments on commit 793fdc2

Please sign in to comment.