Skip to content

Commit

Permalink
Bump @plone/scripts and @plone/types to latests (#5888)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Mar 18, 2024
1 parent 058e3af commit aba3cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generator-volto/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Run "npm install -g @plone/generator-volto" to update.`,
'@plone/volto': voltoVersion,
// TODO: find a better way to specify the version of the core dependencies
// Since they grab "workspace: *" from the volto package.json
'@plone/scripts': '^3.5.0',
'@plone/scripts': '^3.6.0',
...Object.fromEntries(
Object.entries(VoltoDependencies).filter(
([key]) => !key.startsWith('@plone'),
Expand All @@ -180,7 +180,7 @@ Run "npm install -g @plone/generator-volto" to update.`,
const devDependencies = {
// TODO: find a better way to specify the version of the core devDependencies
// Since they grab "workspace: *" from the volto package.json
'@plone/types': '^1.0.0-alpha.6',
'@plone/types': '^1.0.0-alpha.7',
...Object.fromEntries(
Object.entries(VoltoDevDependencies).filter(
([key]) => !key.startsWith('@plone'),
Expand Down
1 change: 1 addition & 0 deletions packages/generator-volto/news/5888.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump @plone/scripts and @plone/types to latests @sneridagh

0 comments on commit aba3cc0

Please sign in to comment.