Skip to content

Commit

Permalink
Merge pull request #10 from lfades/[email protected]
Browse files Browse the repository at this point in the history
Update minimum version of Next.js
  • Loading branch information
lfades authored Feb 25, 2023
2 parents 09e7119 + e03a512 commit 83b31e7
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 221 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-terms-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'next-tweet': minor
---

Updated Next.js minimum version
2 changes: 1 addition & 1 deletion apps/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"clsx": "^1.2.1",
"date-fns": "^2.9.0",
"next": "13.1.7-canary.28",
"next": "13.2.1",
"next-tweet": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/next-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"exports": {
".": "./dist/index.js",
"./*": [
"./dist/*.js",
"./dist/*/index.js"
"./dist/*/index.js",
"./dist/*.js"
]
},
"files": [
Expand All @@ -32,8 +32,8 @@
"typesVersions": {
"*": {
"*": [
"src/*",
"src/*/index"
"src/*/index",
"src/*"
]
}
},
Expand All @@ -42,14 +42,14 @@
"typesVersions": {
"*": {
"*": [
"dist/*.d.ts",
"dist/*/index.d.ts"
"dist/*/index.d.ts",
"dist/*.d.ts"
]
}
}
},
"peerDependencies": {
"next": ">= 13.1.0",
"next": ">= 13.2.1",
"react": ">= 18.0.0",
"react-dom": ">= 18.0.0"
},
Expand Down
Loading

1 comment on commit 83b31e7

@vercel
Copy link

@vercel vercel bot commented on 83b31e7 Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-tweet-test-app – ./

next-tweet-test-app.vercel.app
next-tweet-test-app-git-main-fades.vercel.app
next-tweet-test-app-fades.vercel.app

Please sign in to comment.