Commit 1f32ea4
committed
fix(strapi): Remove
- Removed the dynamic import of `package.json` in `packages/strapi/src/generators/init/init.impl.ts`.
- Hardcoded `strapiVersion` to `4.25.24` in the generator implementation.
- Updated peer dependency version of `@strapi/strapi` in `packages/strapi/package.json` to `^4.25.24`.package.json import and hardcode strapiVersion
1 parent 562124b commit 1f32ea4
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments