Skip to content

Commit

Permalink
Merge pull request #1135 from exacaster/dependabot/npm_and_yarn/front…
Browse files Browse the repository at this point in the history
…end/chakra-ui/react-2.10.1

Bump @chakra-ui/react from 2.8.2 to 2.10.1 in /frontend
  • Loading branch information
pdambrauskas authored Oct 9, 2024
2 parents 301223d + 4f47c94 commit d73938a
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 740 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/react": "^2.10.1",
"@chakra-ui/system": "^2.5.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/PageHeading.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Heading, HeadingProps} from '@chakra-ui/layout';
import {ReactNode} from 'react';
import {Heading, HeadingProps} from '@chakra-ui/react';

interface Props {
children: ReactNode;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Pagination.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {Spacer, Stack} from '@chakra-ui/layout';
import React from 'react';
import {generatePath} from 'react-router';
import {toQueryString, useQueryString} from '../hooks/common';
import ButtonLink from './ButtonLink';
import {Spacer, Stack} from '@chakra-ui/react';

interface PaginationProps {
path: string;
Expand Down
Loading

0 comments on commit d73938a

Please sign in to comment.