Commit 7ce4f97
committed
Tutorial: drop the Next.js 16 downgrade workaround
Fedify CLI 2.1.8 ships with `@fedify/next` 2.1.8, whose peer
dependency on `next` was widened to `>=15.4.6 <17`, so
`fedify init -w next` against the current `create-next-app` now
installs Next.js 16 cleanly without the manual `package.json` edit
the tutorial used to describe.
Remove the WARNING callout and the pinning block, and update the
prereq sentence in [*Installing the `fedify` command*] to require
CLI 2.1.8 or higher (the version that gained Next.js 16 support)
rather than the 2.2.0 it previously named. Also bump the Next.js
version printed in the sample *npm run dev* console output from
15.5.15 to 16.2.4 so it matches what a reader actually sees. The
`fedify-dev/threadiverse` example repository has been updated to
the same dependency versions in a paired commit.
[*Installing the `fedify` command*]: https://fedify.dev/tutorial/threadiverse#installing-the-fedify-command
Resolves #713.1 parent 6381860 commit 7ce4f97
1 file changed
Lines changed: 4 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
| |||
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 175 | | |
202 | 176 | | |
203 | 177 | | |
| |||
239 | 213 | | |
240 | 214 | | |
241 | 215 | | |
242 | | - | |
| 216 | + | |
243 | 217 | | |
244 | 218 | | |
245 | 219 | | |
| |||
0 commit comments