Skip to content

Commit

Permalink
bump next
Browse files Browse the repository at this point in the history
  • Loading branch information
Fbasham committed Oct 31, 2023
1 parent c6fb734 commit fbd7ff6
Show file tree
Hide file tree
Showing 3 changed files with 3,255 additions and 1,132 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "./fonts.css";

import i18n from "./i18n.js";
import { I18nProviderWrapper } from "./i18nextProviderWrapper";
import { RouterContext } from "next/dist/shared/lib/router-context";
import { RouterContext } from "next/dist/shared/lib/router-context.shared-runtime";

export const globalTypes = {
locale: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"joi": "^17.10.1",
"js-cookie": "^3.0.5",
"json2csv": "^5.0.6",
"next": "^13.2.3",
"next": "^14.0.1",
"next-i18next": "^14.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit fbd7ff6

Please sign in to comment.