Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update some dependencies #1837

Merged
merged 3 commits into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36,499 changes: 3,175 additions & 33,324 deletions website/package-lock.json

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@chakra-ui/react": "^2.4.4",
"@dnd-kit/core": "^6.0.6",
"@chakra-ui/react": "^2.5.1",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@marsidev/react-turnstile": "^0.0.7",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^13.1.6",
"@next/font": "^13.1.0",
"@next/bundle-analyzer": "^13.2.1",
"@next/font": "^13.2.1",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@prisma/client": "^4.7.1",
"@prisma/client": "^4.10.1",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-table": "^8.7.6",
"@tanstack/react-table": "^8.7.9",
"accept-language-parser": "^1.5.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"axios": "^1.3.4",
"boolean": "^3.2.0",
"chart.js": "^4.2.1",
"clsx": "^1.2.1",
Expand All @@ -57,63 +57,63 @@
"lande": "^1.0.10",
"lucide-react": "^0.105.0",
"next": "13.0.6",
"next-auth": "^4.18.6",
"next-i18next": "^13.0.3",
"nodemailer": "^6.8.0",
"npm": "^9.2.0",
"next-auth": "^4.19.2",
"next-i18next": "^13.1.5",
"nodemailer": "^6.9.1",
"npm": "^9.5.1",
"postcss-focus-visible": "^7.1.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-feature-flags": "^1.0.0",
"react-hook-form": "^7.42.1",
"react-i18next": "^12.1.4",
"react-hook-form": "^7.43.2",
"react-i18next": "^12.2.0",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.4.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"storybook-addon-next-router": "^4.0.2",
"swr": "^2.0.0",
"tailwindcss": "^3.2.4",
"use-debounce": "^9.0.2"
"swr": "^2.0.3",
"tailwindcss": "^3.2.7",
"use-debounce": "^9.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.21.0",
"@chakra-ui/storybook-addon": "^4.0.16",
"@faker-js/faker": "^7.6.0",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/accept-language-parser": "^1.5.3",
"@types/node": "^18.11.17",
"@types/node": "^18.14.1",
"@types/react": "18.0.26",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"cypress": "^12.2.0",
"cypress": "^12.6.0",
"cypress-image-diff-js": "^1.23.0",
"eslint-plugin-storybook": "^0.6.8",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"msw": "^0.49.3",
"msw-storybook-addon": "^1.7.0",
"prettier": "2.8.1",
"prisma": "^4.7.1",
"prisma": "^4.10.1",
"ts-essentials": "^9.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"msw": {
"workerDirectory": "public"
Expand Down
4 changes: 2 additions & 2 deletions website/src/components/DataTable/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ export const DataTable = <T,>({
<>
{!disablePagination && (
<Flex mb="2">
<Button onClick={onPreviousClick} disabled={disablePrevious}>
<Button onClick={onPreviousClick} isDisabled={disablePrevious}>
{t("previous")}
</Button>
<Spacer />
<Button onClick={onNextClick} disabled={disableNext}>
<Button onClick={onNextClick} isDisabled={disableNext}>
{t("next")}
</Button>
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Messages/MessageEmojiButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MessageEmojiButton = ({
height="1.6em"
minWidth={0}
padding="0"
disabled={disabled}
isDisabled={disabled}
sx={{
":hover": {
backgroundColor: isDisabled ? "transparent" : undefined,
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/account/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const EditForm = () => {
const SubmitButton = ({ control }: { control: Control<{ username: string }> }) => {
const username = useWatch({ control, name: "username" });
return (
<Button disabled={!username} type="submit" value="Change">
<Button isDisabled={!username} type="submit" value="Change">
Submit
</Button>
);
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/auth/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const EmailSignInForm = ({
data-cy="signin-email-button"
leftIcon={<Mail />}
mt="4"
disabled={!captchaSuccess && enableEmailSigninCaptcha}
isDisabled={!captchaSuccess && enableEmailSigninCaptcha}
>
Continue with Email
</SigninButton>
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Chat = () => {
</Entry>
))}
{activeMessage ? <Entry isAssistant>{activeMessage}</Entry> : <Textarea ref={inputRef} autoFocus />}
<Button onClick={send} disabled={isLoading}>
<Button onClick={send} isDisabled={isLoading}>
{t("submit")}
</Button>
</>
Expand Down