Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 20, 2024
1 parent 486ec47 commit 95f82d8
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 308 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mui/base": "5.0.0-beta.66",
"@next/third-parties": "15.1.0",
"@mui/base": "5.0.0-beta.67",
"@next/third-parties": "15.1.2",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "19.0.2",
"algoliasearch": "^5.17.0",
"algoliasearch": "^5.18.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"decanter": "^7.3.0",
"drupal-jsonapi-params": "^2.3.2",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-tag": "^2.12.6",
"html-entities": "^2.5.2",
"html-react-parser": "^5.2.0",
"next": "15.1.0",
"html-react-parser": "^5.2.1",
"next": "15.1.2",
"postcss": "^8.4.49",
"qs": "^6.13.1",
"react": "19.0.0",
"react-cookiebot": "^1.0.10",
"react-dom": "19.0.0",
"react-error-boundary": "^4.1.2",
"react-focus-lock": "^2.13.2",
"react-focus-lock": "^2.13.5",
"react-instantsearch": "^7.13.9",
"react-instantsearch-nextjs": "^0.3.20",
"react-slick": "^0.30.2",
"react-slick": "^0.30.3",
"react-super-responsive-table": "^6.0.0",
"react-tiny-oembed": "^1.1.0",
"react-youtube": "^10.1.0",
"react-zendesk": "^0.1.13",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"usehooks-ts": "^3.1.0"
},
Expand All @@ -58,7 +58,7 @@
"@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.0",
"@next/bundle-analyzer": "15.1.2",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
Expand All @@ -71,8 +71,8 @@
"@types/react-slick": "^0.23.13",
"concurrently": "^9.1.0",
"encoding": "^0.1.13",
"eslint": "^9.16.0",
"eslint-config-next": "15.1.0",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.11.1",
Expand All @@ -82,7 +82,7 @@
"storybook": "^8.4.7",
"storybook-addon-module-mock": "^1.3.4",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript-eslint": "^8.18.0"
"typescript-eslint": "^8.18.1"
},
"packageManager": "[email protected]",
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/config-pages/global-message.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import twMerge from "@lib/utils/twMergeConfig"
import {HTMLAttributes} from "react"
import {clsx} from "clsx"
import {usePathname} from "next/navigation";
import {usePathname} from "next/navigation"

type Props = HTMLAttributes<HTMLElement> & {
hidePaths?: Array<string>
Expand Down
Loading

0 comments on commit 95f82d8

Please sign in to comment.