Skip to content

Commit

Permalink
bump pacakge for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
qrtp committed Jan 16, 2025
1 parent 9de4397 commit 88d23d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@unstoppabledomains/config": "0.0.23",
"@unstoppabledomains/ui-components": "0.0.53-browser-extension.1",
"@unstoppabledomains/ui-components": "0.0.53-browser-extension.2",
"@unstoppabledomains/ui-kit": "0.3.24",
"abitype": "^1.0.6",
"async-mutex": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Root.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Box from "@mui/material/Box";
import type {Theme} from "@mui/material/styles";
import useMediaQuery from "@mui/material/useMediaQuery";
import {QueryClient, QueryClientProvider} from "@tanstack/react-query";
import {LDProvider} from "launchdarkly-react-client-sdk";
import React, {useEffect, useState} from "react";
Expand All @@ -19,7 +20,6 @@ import {
ThemeMode,
WalletType,
} from "@unstoppabledomains/ui-components/styles/theme";
import {useMediaQuery} from "@unstoppabledomains/ui-kit";

import config from "../config";
import usePreferences from "../hooks/usePreferences";
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6373,9 +6373,9 @@ __metadata:
languageName: node
linkType: hard

"@unstoppabledomains/ui-components@npm:0.0.53-browser-extension.1":
version: 0.0.53-browser-extension.1
resolution: "@unstoppabledomains/ui-components@npm:0.0.53-browser-extension.1"
"@unstoppabledomains/ui-components@npm:0.0.53-browser-extension.2":
version: 0.0.53-browser-extension.2
resolution: "@unstoppabledomains/ui-components@npm:0.0.53-browser-extension.2"
dependencies:
"@braintree/sanitize-url": ^6.0.4
"@emotion/server": ^11.4.0
Expand Down Expand Up @@ -6476,7 +6476,7 @@ __metadata:
"@unstoppabledomains/ui-kit": ^0.3.24
notistack: ^2.0.5
react-query: ^3.39.3
checksum: 57b7df39e3fd727e341a7e30d3f8ff75c25bf55a6736cd9a64913f9f88b2b18fb1ab84005c12600fbabd9b7f91c2c4a33106126cc273b0d851b1c73ba6707cd1
checksum: e44dc2451b2e3d3eb6cbd57879a26d2ac3bed13c067d332a7dbb2d6548e7cf8572b38bf6001a0c55f64aeee83f6816c9ad55c9ecbcc77726ec7d2d4b32bfccce
languageName: node
linkType: hard

Expand Down Expand Up @@ -21181,7 +21181,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.39.0
"@typescript-eslint/parser": ^5.39.0
"@unstoppabledomains/config": 0.0.23
"@unstoppabledomains/ui-components": 0.0.53-browser-extension.1
"@unstoppabledomains/ui-components": 0.0.53-browser-extension.2
"@unstoppabledomains/ui-kit": 0.3.24
abitype: ^1.0.6
assert: ^2.1.0
Expand Down

0 comments on commit 88d23d8

Please sign in to comment.