Skip to content

Commit af45500

Browse files
committed
fix peer-deps
1 parent 70581e1 commit af45500

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/nextjs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
5+
// see https://nextjs.org/docs/basic-features/typescript for more information.

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"vitest-webgl-canvas-mock": "^1.1.0"
4747
},
4848
"peerDependencies": {
49-
"@types/react": "16.8 - 19",
50-
"react": "16.8 - 19"
49+
"@types/react": ">=16.8",
50+
"react": ">=16.8"
5151
},
5252
"funding": [
5353
{

0 commit comments

Comments
 (0)