Skip to content

Commit

Permalink
Merge branch 'main' into bose/2469
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Sep 11, 2024
2 parents b15d671 + fb199af commit 6a5285e
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 836 deletions.
2 changes: 1 addition & 1 deletion search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@azure/storage-blob": "^12.15.0",
"@sanity/client": "^5.4.2",
"algoliasearch": "^4.19.1",
"axios": "^1.6.4",
"axios": "^1.7.4",
"dotenv-azure": "^2.0.0",
"fp-ts": "^2.16.0"
}
Expand Down
26 changes: 16 additions & 10 deletions search/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/lib/queries/magazine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const footerComponentFields = /* groq */ `
...,
"extension": asset-> extension
},
"action": action[0]{
"actions": [action[0]]{
${linkSelectorFields},
${downloadableFileFields},
${downloadableImageFields},
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@chakra-ui/skip-nav": "^2.0.12",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@equinor/eds-core-react": "0.37.0",
"@equinor/eds-core-react": "0.39.0",
"@equinor/eds-icons": "^0.19.1",
"@equinor/eds-tokens": "^0.9.0",
"@equinor/eds-utils": "^0.8.4",
Expand All @@ -39,7 +39,7 @@
"@sanity/client": "^5.4.2",
"@sanity/image-url": "^1.0.2",
"@sanity/webhook": "^2.0.0",
"@types/easy-soap-request": "^4.1.1",
"@types/easy-soap-request": "^5.6.0",
"@types/uuid": "^8.3.4",
"@types/xml2js": "^0.4.11",
"algoliasearch": "^4.16.0",
Expand Down
2 changes: 1 addition & 1 deletion web/pageComponents/shared/Teaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ const Teaser = ({ data, anchor }: TeaserProps) => {
)
}

export default Teaser
export default Teaser
Loading

0 comments on commit 6a5285e

Please sign in to comment.