Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlustra committed Jun 28, 2021
1 parent a8e0d16 commit 5eb2ffb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion client/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { useHarmonicIntervalFn } from "react-use";
import { Favicon } from "../../components/Favicon";
import { createIsomorphLink } from "../../../lib/apollo/links";
import { GetServerSideProps } from "next";
import absoluteUrl from "next-absolute-url";
import { getOrigin } from "../../../lib/get-origin";

interface Props {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"jsonschema": "^1.4.0",
"nanoid": "^3.1.23",
"next": ">=9.0.0",
"next-absolute-url": "^1.2.2",
"next-transpile-modules": "^7.3.0",
"raw-loader": "^4.0.2",
"react": "17.0.2",
Expand Down
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { NormalizeCSS } from "../client/styles/normalize-css";
import React, { useMemo } from "react";
import { Fonts, GlobalFontStyles } from "../client/styles/fonts";
import { createIsomorphLink } from "../lib/apollo/links";
import absoluteUrl from "next-absolute-url";
import { getOrigin } from "../lib/get-origin";

interface MyAppProps extends AppProps {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9390,11 +9390,6 @@ nerf-dart@^1.0.0:
resolved "https://registry.yarnpkg.com/nerf-dart/-/nerf-dart-1.0.0.tgz#e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a"
integrity sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=

next-absolute-url@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/next-absolute-url/-/next-absolute-url-1.2.2.tgz#9aba5adcee8effcffd63271d99e13213ad04c23b"
integrity sha512-Z2+LZXQTthhw2je9u4eq8QWXxXd57a6b54x9exBfQX4Dct6YxaMjcXZWNLHd9AOlCue84EsMpdSGP7wACqUnPg==

next-compose-plugins@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/next-compose-plugins/-/next-compose-plugins-2.2.1.tgz#020fc53f275a7e719d62521bef4300fbb6fde5ab"
Expand Down

0 comments on commit 5eb2ffb

Please sign in to comment.