@open-pioneer/geolocation 1.3.0-dev.20260422120518 → 1.3.0-dev.20260519140411

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 +5 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @open-pioneer/geolocation
2
2
 
3
- ## 1.3.0-dev.20260422120518
3
+ ## 1.3.0-dev.20260519140411
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,10 @@
8
8
  - d54ccfd: Update to Chakra UI 3.34.0
9
9
  - 206b397: Update to trails core packages 4.5.0
10
10
 
11
+ ### Patch Changes
12
+
13
+ - e464791: Update to Chakra UI @ 3.35.0
14
+
11
15
  ## 1.2.0
12
16
 
13
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/geolocation",
4
- "version": "1.3.0-dev.20260422120518",
4
+ "version": "1.3.0-dev.20260519140411",
5
5
  "description": "This package provides a component to locate a user's position.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,18 +14,18 @@
14
14
  "directory": "src/packages/geolocation"
15
15
  },
16
16
  "dependencies": {
17
- "@conterra/reactivity-core": "^0.8.2",
18
- "@chakra-ui/react": "^3.34.0",
19
- "@open-pioneer/core": "4.6.0-dev.20260420101935",
20
- "@open-pioneer/notifier": "4.6.0-dev.20260420101935",
21
- "@open-pioneer/react-utils": "4.6.0-dev.20260420101935",
22
- "@open-pioneer/reactivity": "4.6.0-dev.20260420101935",
23
- "@open-pioneer/runtime": "4.6.0-dev.20260420101935",
17
+ "@conterra/reactivity-core": "^0.8.5",
18
+ "@chakra-ui/react": "^3.35.0",
19
+ "@open-pioneer/core": "4.6.0-dev.20260519125519",
20
+ "@open-pioneer/notifier": "4.6.0-dev.20260519125519",
21
+ "@open-pioneer/react-utils": "4.6.0-dev.20260519125519",
22
+ "@open-pioneer/reactivity": "4.6.0-dev.20260519125519",
23
+ "@open-pioneer/runtime": "4.6.0-dev.20260519125519",
24
24
  "ol": "^10.9.0",
25
- "react": "^19.2.5",
25
+ "react": "^19.2.6",
26
26
  "react-icons": "^5.6.0",
27
- "@open-pioneer/map": "1.3.0-dev.20260422120518",
28
- "@open-pioneer/map-ui-components": "1.3.0-dev.20260422120518"
27
+ "@open-pioneer/map": "1.3.0-dev.20260519140411",
28
+ "@open-pioneer/map-ui-components": "1.3.0-dev.20260519140411"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",
@@ -55,6 +55,6 @@
55
55
  ]
56
56
  },
57
57
  "properties": [],
58
- "packageFormatVersion": "1.0.0"
58
+ "packageFormatVersion": "1.0.1"
59
59
  }
60
60
  }