Skip to content

Commit 87d85a1

Browse files
committed
chore: update example
1 parent 68f82e1 commit 87d85a1

File tree

3 files changed

+640
-1776
lines changed

3 files changed

+640
-1776
lines changed

example/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

example/package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@uploadcare/nextjs-loader": "../",
13-
"next": "^12.0.2",
14-
"react": "^17.0.2",
15-
"react-dom": "^17.0.2"
12+
"@uploadcare/nextjs-loader": "link:../",
13+
"add": "^2.0.6",
14+
"next": "^12.1.6",
15+
"react": "^18.1.0",
16+
"react-dom": "^18.1.0",
17+
"yarn": "^1.22.18"
1618
},
1719
"devDependencies": {
18-
"@types/react": "^17.0.27",
19-
"eslint": "^7.32.0",
20-
"eslint-config-next": "^11.1.2",
21-
"typescript": "^4.4.3"
22-
}
20+
"@types/react": "^18.0.12",
21+
"eslint": "^8.17.0",
22+
"eslint-config-next": "^12.1.6",
23+
"typescript": "^4.7.3"
24+
},
25+
"packageManager": "yarn@3.2.1"
2326
}

0 commit comments

Comments
 (0)