Skip to content

Commit

Permalink
Merge pull request #599 from dc7290/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
dc7290 authored Jul 4, 2023
2 parents be1ce3b + 5a0e7c6 commit a80585a
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 326 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.2",
"@types/lodash.uniqwith": "4.5.7",
"@types/node": "18.16.18",
"@types/node": "18.16.19",
"@types/react": "18.2.14",
"@types/recursive-readdir": "^2.2.1",
"@types/sharp": "0.31.1",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"benchmark": "2.1.4",
"chokidar": "3.5.3",
"conventional-changelog-conventionalcommits": "5.0.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
Expand All @@ -91,7 +91,7 @@
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"lint-staged": "13.2.3",
"next": "13.4.7",
"next": "13.4.8",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"react": "18.2.0",
Expand All @@ -102,7 +102,7 @@
"ts-node": "10.9.1",
"tsup": "^7.1.0",
"typescript": "5.1.6",
"webpack": "5.76.0"
"webpack": "5.88.1"
},
"peerDependencies": {
"next": ">=13.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/image.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Image, { ImageLoader, ImageProps, StaticImageData } from 'next/dist/client/image'
import Image, { ImageLoader, ImageProps, StaticImageData } from 'next/dist/shared/lib/image-external'
import React, { forwardRef } from 'react'

import buildOutputInfo from '../utils/buildOutputInfo'
Expand Down Expand Up @@ -44,5 +44,5 @@ const CustomImage = (props: CustomImageProps, forwardedRef: React.ForwardedRef<H

const _CustomImage = forwardRef(CustomImage)

export * from 'next/dist/client/image'
export * from 'next/dist/shared/lib/image-external'
export default _CustomImage
Loading

0 comments on commit a80585a

Please sign in to comment.