@opengeoweb/form-fields 9.17.0 → 9.19.0

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 +2 -2
package/index.esm.js CHANGED
@@ -321,10 +321,10 @@ var SHARED = '__core-js_shared__';
321
321
  var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
322
322
 
323
323
  (store$3.versions || (store$3.versions = [])).push({
324
- version: '3.36.1',
324
+ version: '3.37.1',
325
325
  mode: 'global',
326
326
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
327
- license: 'https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE',
327
+ license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
328
328
  source: 'https://github.com/zloirock/core-js'
329
329
  });
330
330
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/form-fields",
3
- "version": "9.17.0",
3
+ "version": "9.19.0",
4
4
  "description": "GeoWeb form-fields library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "react-hook-form": "^7.50.1",
14
14
  "@mui/x-date-pickers": "^6.18.5",
15
15
  "lodash": "^4.17.21",
16
- "@opengeoweb/shared": "9.17.0"
16
+ "@opengeoweb/shared": "9.19.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": "18"