Skip to content

Commit 4a12357

Browse files
authored
[@twind/next] Update package.json to support Next12 (#23)
1 parent c95929a commit 4a12357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"// These are relative from within the dist/ folder": "",
3333
"sideEffects": false,
3434
"peerDependencies": {
35-
"next": "10.x || 11.x",
35+
"next": "10.x || 11.x || 12.x",
3636
"react": "^16.6.0 || ^17",
3737
"twind": ">=0.15.9 <2",
3838
"typescript": "^4.1.0"

0 commit comments

Comments
 (0)