Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Mar 19, 2024
1 parent 2152be6 commit e444056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This provoked undesired hoisting problems, and forced the build to not behave co
This also aligns with the best practices in the JavaScript world, and will make the packagers work better.

This change means that your projects will now have to declare all their dependencies.
For this purpose, we have developed a {ref}`new utility that synchronizes the `dependencies` and `devDependencies` <upgrade-guide-new-dependencies-synchronizer-label>` of your projects with those in Volto core.
For this purpose, we have developed a {ref}`new utility <upgrade-guide-new-dependencies-synchronizer-label>` that synchronizes the `dependencies` and `devDependencies` of your projects with those in Volto core.
It is mandatory that you run the utility to make Volto version 18.0.0-alpha.21 or later work in your projects.
This opens the door to use {term}`pnpm` in projects, too, and other goodies.

Expand Down

0 comments on commit e444056

Please sign in to comment.