@plone/volto 19.0.0-alpha.34 → 19.0.0-alpha.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 19.0.0-alpha.35 (2026-05-08)
21
+
22
+ ### Internal
23
+
24
+ - Release for updating needed and conflicting typings. @sneridagh
25
+
20
26
  ## 19.0.0-alpha.34 (2026-05-07)
21
27
 
22
28
  ### Bugfix
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "19.0.0-alpha.34",
12
+ "version": "19.0.0-alpha.35",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -180,10 +180,10 @@
180
180
  "url": "^0.11.3",
181
181
  "use-deep-compare-effect": "1.8.1",
182
182
  "uuid": "^14.0.0",
183
- "@plone/components": "4.0.0-alpha.8",
184
183
  "@plone/scripts": "4.0.0-alpha.7",
185
184
  "@plone/registry": "3.0.0-alpha.12",
186
- "@plone/volto-slate": "19.0.0-alpha.16"
185
+ "@plone/volto-slate": "19.0.0-alpha.16",
186
+ "@plone/components": "4.0.0-alpha.8"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@babel/core": "^7.28.5",
@@ -289,11 +289,11 @@
289
289
  "webpack-bundle-analyzer": "4.10.1",
290
290
  "webpack-dev-server": "^5.2.3",
291
291
  "webpack-node-externals": "3.0.0",
292
- "@plone/babel-preset-razzle": "^1.0.0-alpha.1",
293
292
  "@plone/razzle": "1.0.0-alpha.5",
294
- "@plone/razzle-dev-utils": "1.0.0-alpha.3",
295
- "@plone/types": "2.0.0-alpha.18",
296
- "@plone/volto-coresandbox": "1.0.0"
293
+ "@plone/babel-preset-razzle": "^1.0.0-alpha.1",
294
+ "@plone/types": "2.0.0-alpha.19",
295
+ "@plone/volto-coresandbox": "1.0.0",
296
+ "@plone/razzle-dev-utils": "1.0.0-alpha.3"
297
297
  },
298
298
  "scripts": {
299
299
  "analyze": "BUNDLE_ANALYZE=true razzle build",