Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 23, 2025
1 parent c6e95f8 commit b94a84f
Show file tree
Hide file tree
Showing 6 changed files with 1,023 additions and 841 deletions.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mui/base": "5.0.0-beta.68",
"@next/third-parties": "15.1.4",
"@mui/base": "5.0.0-beta.69",
"@next/third-parties": "15.1.6",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"algoliasearch": "^5.19.0",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"algoliasearch": "^5.20.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"decanter": "^7.3.0",
Expand All @@ -31,15 +31,15 @@
"graphql-tag": "^2.12.6",
"html-entities": "^2.5.2",
"html-react-parser": "^5.2.2",
"next": "^15.2.0-canary.2",
"next": "^15.1.6",
"plaiceholder": "^3.0.0",
"postcss": "^8.4.49",
"qs": "^6.13.1",
"postcss": "^8.5.1",
"qs": "^6.14.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-focus-lock": "^2.13.5",
"react-instantsearch": "^7.13.10",
"react-instantsearch-nextjs": "^0.3.21",
"react-instantsearch": "^7.15.1",
"react-instantsearch-nextjs": "^0.4.2",
"react-slick": "^0.30.3",
"react-super-responsive-table": "^6.0.1",
"react-tiny-oembed": "^1.1.0",
Expand All @@ -51,38 +51,38 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@next/bundle-analyzer": "15.1.4",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@next/bundle-analyzer": "15.1.6",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/blocks": "^8.5.1",
"@storybook/nextjs": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/testing-library": "^0.2.2",
"@types/react-slick": "^0.23.13",
"concurrently": "^9.1.2",
"encoding": "^0.1.13",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-storybook": "^0.11.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-tailwindcss": "^0.6.11",
"react-docgen": "^7.1.0",
"storybook": "^8.4.7",
"storybook": "^8.5.1",
"storybook-addon-module-mock": "^1.3.4",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript-eslint": "^8.19.1"
"typescript-eslint": "^8.21.0"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
Expand Down
1 change: 0 additions & 1 deletion src/components/algolia/algolia-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const AlgoliaSearch = ({appId, searchIndex, searchApiKey, initialUiState = {}}:

return (
<div>
{/* @ts-expect-error React types don't match with the library. */}
<InstantSearchNext
indexName={searchIndex}
searchClient={searchClient}
Expand Down
1 change: 0 additions & 1 deletion src/components/elements/ombed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const Oembed = ({url, ...props}: Props) => {
const {isIntersecting, ref} = useIntersectionObserver({freezeOnceVisible: true})
return (
<div {...props} ref={ref} className={twMerge("relative aspect-[16/9] w-full", props.className)}>
{/* @ts-expect-error React types don't match with the library. */}
{isIntersecting && <Embed url={url} LoadingFallbackElement={<Loading />} />}
</div>
)
Expand Down
Loading

0 comments on commit b94a84f

Please sign in to comment.