Skip to content

Commit c3d91d2

Browse files
committed
chore: add dependency version changes
1 parent 632dfe3 commit c3d91d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/extend/update-2_0.md

+15
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ fl upgrade 2.0
4747

4848
## Frontend
4949

50+
### Dependencies
51+
52+
##### <span class="breaking">Breaking</span>
53+
In `package.json`:
54+
* Set `flarum-webpack-config` to `^3.0.0`.
55+
* Set `flarum-tsconfig` to `^2.0.0`.
56+
5057
### Mithril 2.2
5158

5259
##### <span class="breaking">Breaking</span>
@@ -164,6 +171,14 @@ There have been many changes to the core frontend codebase, including renamed or
164171

165172
### Dependencies
166173

174+
#### Main packages
175+
176+
##### <span class="breaking">Breaking</span>
177+
In `composer.json`:
178+
* Set any `flarum/` package requirement to `^2.0.0`.
179+
* If you have a `php` requirement, make sure it is not below `^8.2`.
180+
* If you have `blomstra/gdpr` as a requirement, change it to `"flarum/gdpr": "^2.0.0"`.
181+
167182
#### Carbon 3
168183

169184
##### <span class="breaking">Breaking</span>

0 commit comments

Comments
 (0)