Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 24, 2024
1 parent 874ec86 commit 6ad3358
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 292 deletions.
3 changes: 1 addition & 2 deletions app/api/revalidate/route.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {NextRequest, NextResponse} from "next/server"
import {revalidateTag, unstable_cache as nextCache} from "next/cache"
import {getEntityFromPath, getMenu} from "@lib/gql/gql-queries"
import {getMenuActiveTrail} from "@lib/drupal/utils"
import {getEntityFromPath} from "@lib/gql/gql-queries"

export const revalidate = 0

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@mui/base": "5.0.0-beta.58",
"@next/third-parties": "^14.2.13",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/node": "^22.6.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"algoliasearch": "^5.5.3",
"algoliasearch": "^5.6.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"decanter": "^7.3.0",
Expand All @@ -38,8 +38,8 @@
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-focus-lock": "^2.13.2",
"react-instantsearch": "^7.13.1",
"react-instantsearch-nextjs": "^0.3.11",
"react-instantsearch": "^7.13.2",
"react-instantsearch-nextjs": "^0.3.12",
"react-slick": "^0.30.2",
"react-super-responsive-table": "^6.0.0",
"react-tiny-oembed": "^1.1.0",
Expand All @@ -57,13 +57,13 @@
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@next/bundle-analyzer": "^14.2.13",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^8.3.2",
"@storybook/nextjs": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/blocks": "^8.3.3",
"@storybook/nextjs": "^8.3.3",
"@storybook/react": "^8.3.3",
"@storybook/testing-library": "^0.2.2",
"@types/react-slick": "^0.23.13",
"concurrently": "^9.0.1",
Expand All @@ -78,7 +78,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"react-docgen": "^7.0.3",
"storybook": "^8.3.2",
"storybook": "^8.3.3",
"storybook-addon-module-mock": "^1.3.4",
"tsconfig-paths-webpack-plugin": "^4.1.0"
},
Expand Down
Loading

0 comments on commit 6ad3358

Please sign in to comment.