Skip to content

Commit

Permalink
⬆️ Upgrade dependencies #1964
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Nov 13, 2023
1 parent 0fcae91 commit 0532f3c
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 290 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.4.0",
"axios": "^1.6.0",
"dotenv-azure": "^2.0.0",
"fp-ts": "^2.16.0"
}
Expand Down
8 changes: 4 additions & 4 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/jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
12 changes: 6 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"algoliasearch": "^4.16.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"easy-soap-request": "^4.6.0",
"easy-soap-request": "^5.4.0",
"focus-visible": "^5.2.0",
"framer-motion": "^6",
"friendly-challenge": "^0.9.6",
Expand All @@ -51,11 +51,11 @@
"http-proxy": "^1.18.1",
"ics": "^3.1.0",
"instantsearch.js": "^4.53.0",
"next": "13.0.5",
"next": "13.5.4",
"next-sanity": "^4.1.7",
"next-sanity-image": "^6.0.0",
"next-seo": "^6.0.0",
"next-transpile-modules": "10.0.0",
"next-transpile-modules": "10.0.1",
"only-allow": "^1.1.1",
"qs": "^6.11.1",
"query-string": "^7.1.1",
Expand Down Expand Up @@ -94,10 +94,10 @@
"@storybook/nextjs": "^7.0.6",
"@storybook/react": "^7.0.6",
"@storybook/react-vite": "^7.0.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/http-proxy": "^1.17.10",
"@types/jest": "^27.0.2",
"@types/jest": "^29.5.7",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion web/pages/news/index.global.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GetServerSideProps, GetStaticPaths } from 'next'
import { GetServerSideProps } from 'next'
import { InstantSearchSSRProvider } from 'react-instantsearch-hooks-web'
import { getServerState } from 'react-instantsearch-hooks-server'
import type { AppProps } from 'next/app'
Expand Down
Loading

0 comments on commit 0532f3c

Please sign in to comment.