Skip to content

Commit ccb1252

Browse files
committed
Add note about Next.js 10 compatibility
1 parent 68ea45e commit ccb1252

File tree

3 files changed

+924
-181
lines changed

3 files changed

+924
-181
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The tradeoff is that you can't use any client-side features of React (state, eff
3434

3535
| Next.js version | Plugin version |
3636
| ------------- | ------------- |
37-
| ^9.5.0 | 0.1.0 |
38-
| ^9.4.0 | 0.0.6 |
37+
| ^10.0.0, ^9.5.0 | 0.1.0 |
38+
| ~9.4.0 | 0.0.6 |
3939

4040
Latest version tested: 9.5.2
4141

packages/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy": "vercel"
1111
},
1212
"dependencies": {
13-
"next": "9.5.2",
13+
"next": "10.0.5",
1414
"next-client-script": "0.1.0",
1515
"react": "16.13.1",
1616
"react-dom": "16.13.1"
@@ -21,7 +21,7 @@
2121
"eslint": "7.4.0",
2222
"eslint-config-molindo": "5.0.0-alpha.10",
2323
"eslint-plugin-filenames": "1.3.2",
24-
"next-images": "1.4.0",
24+
"next-images": "1.6.2",
2525
"sass": "1.26.9",
2626
"typescript": "3.9.6"
2727
}

0 commit comments

Comments
 (0)