Skip to content

Commit

Permalink
fix(docs): fix website dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Nov 15, 2020
1 parent 9347ad5 commit 222c6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -12,7 +12,7 @@
"next": "10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-responsive-modal": "5.2.6"
"react-responsive-modal": "workspace:react-responsive-modal"
},
"devDependencies": {
"@mdx-js/loader": "1.6.21",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -12511,7 +12511,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"react-responsive-modal@5.2.6, react-responsive-modal@workspace:react-responsive-modal":
"react-responsive-modal@workspace:react-responsive-modal":
version: 0.0.0-use.local
resolution: "react-responsive-modal@workspace:react-responsive-modal"
dependencies:
Expand Down Expand Up @@ -15811,7 +15811,7 @@ typescript@^3.7.3:
next: 10.0.1
react: 17.0.1
react-dom: 17.0.1
react-responsive-modal: 5.2.6
react-responsive-modal: "workspace:react-responsive-modal"
rehype-autolink-headings: 5.0.1
rehype-slug: 4.0.1
remark-code-import: 0.2.0
Expand Down

0 comments on commit 222c6ed

Please sign in to comment.