@dotcms/react 0.0.1-alpha.14 → 0.0.1-alpha.15

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/index.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -314,10 +314,10 @@ var SHARED = '__core-js_shared__';
314
314
  var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
315
315
 
316
316
  (store$3.versions || (store$3.versions = [])).push({
317
- version: '3.37.0',
317
+ version: '3.37.1',
318
318
  mode: 'global',
319
319
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
320
- license: 'https://github.com/zloirock/core-js/blob/v3.37.0/LICENSE',
320
+ license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
321
321
  source: 'https://github.com/zloirock/core-js'
322
322
  });
323
323
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/react",
3
- "version": "0.0.1-alpha.14",
3
+ "version": "0.0.1-alpha.15",
4
4
  "peerDependencies": {
5
5
  "react": ">=18",
6
6
  "react-dom": ">=18",