Skip to content

Commit

Permalink
web: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Feb 15, 2024
1 parent c1ac1e2 commit c297d49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion web/components/links/DocsLink.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ExternalLink } from "@dolthub/react-components";
import { docsLink } from "@lib/constants";
import cx from "classnames";
import { ReactNode } from "react";
import ExternalLink from "./ExternalLink";
import css from "./index.module.css";

type Props = {
Expand Down
2 changes: 1 addition & 1 deletion web/components/links/DoltLink.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ExternalLink } from "@dolthub/react-components";
import { doltGithubRepo } from "@lib/constants";
import { ReactNode } from "react";
import ExternalLink from "./ExternalLink";

type Props = {
path?: string;
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@dolthub/react-components": "^0.1.0",
"@dolthub/react-components": "^0.1.1",
"@dolthub/react-contexts": "^0.1.0",
"@dolthub/react-hooks": "^0.1.6",
"@dolthub/web-utils": "^0.1.2",
Expand Down
10 changes: 5 additions & 5 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ __metadata:
resolution: "@dolt-sql-workbench/web@workspace:."
dependencies:
"@apollo/client": "npm:^3.7.0"
"@dolthub/react-components": "npm:^0.1.0"
"@dolthub/react-components": "npm:^0.1.1"
"@dolthub/react-contexts": "npm:^0.1.0"
"@dolthub/react-hooks": "npm:^0.1.6"
"@dolthub/web-utils": "npm:^0.1.2"
Expand Down Expand Up @@ -1368,17 +1368,17 @@ __metadata:
languageName: unknown
linkType: soft

"@dolthub/react-components@npm:^0.1.0":
version: 0.1.0
resolution: "@dolthub/react-components@npm:0.1.0"
"@dolthub/react-components@npm:^0.1.1":
version: 0.1.1
resolution: "@dolthub/react-components@npm:0.1.1"
dependencies:
classnames: "npm:^2.5.1"
react-loader: "npm:^2.4.7"
reactjs-popup: "npm:^2.0.6"
peerDependencies:
react: ^18.2.0
react-dom: ^18.2.0
checksum: 74ceb448c2db7fda998e6f3974f1784c6c4972d2aeffa79a56d11e01bf64baa4882fe1deb8ade9c79ae5f9cbcda213395ffdc05f0dc6455d282001a6751517b1
checksum: f5fea39015c870e731158e221c607094dd1731f368614ba860424602a18aee0c4f54c0ec36bd963d12c30b2c49aee30f1ba25275d73cebeff50bd2eaf022b1d4
languageName: node
linkType: hard

Expand Down

0 comments on commit c297d49

Please sign in to comment.