Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #247 from parisjs/next12
Browse files Browse the repository at this point in the history
Upgrade to Next.js 12
  • Loading branch information
mauricesvay authored Mar 21, 2022
2 parents 0d9f93f + 939b579 commit d15dd1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"hellojs": "^1.18.6",
"i18next": "^19.8.4",
"i18next-icu": "^1.4.2",
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"next": "^12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.1.0",
"react-instantsearch-dom": "^6.8.2",
"react-instantsearch-dom": "^6.22",
"react-jsonschema-form": "^1.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import algoliasearch from 'algoliasearch/lite'
import { findResultsState } from 'react-instantsearch-dom/server'
import { useState } from 'react'
import { RouterContext } from 'next/dist/next-server/lib/router-context'
import { RouterContext } from 'next/dist/shared/lib/router-context'

import HomeContainer from '../components/HomeContainer'
import { initI18next } from '../lib/intl'
Expand Down

1 comment on commit d15dd1a

@vercel
Copy link

@vercel vercel bot commented on d15dd1a Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.