@dfds-ui/google-places 2.2.0-alpha.eac8b0de → 2.2.0-alpha.f4b478d6

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.
package/GooglePlaces.js CHANGED
@@ -104,7 +104,7 @@ export var useAddressPredictions = function useAddressPredictions(input, _ref2)
104
104
  if (input !== '') {
105
105
  void getPlacePredictions(input);
106
106
  }
107
- // eslint-disable-next-line react-hooks/exhaustive-deps
107
+ // eslint-disable-next-line @eslint-react/exhaustive-deps
108
108
  }, [input]);
109
109
  return {
110
110
  available: available,
@@ -96,7 +96,7 @@ const useAddressPredictions = (input, {
96
96
  if (input !== '') {
97
97
  void getPlacePredictions(input);
98
98
  }
99
- // eslint-disable-next-line react-hooks/exhaustive-deps
99
+ // eslint-disable-next-line @eslint-react/exhaustive-deps
100
100
  }, [input]);
101
101
  return {
102
102
  available,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Components using Google places",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.2.0-alpha.eac8b0de",
6
+ "version": "2.2.0-alpha.f4b478d6",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -14,15 +14,15 @@
14
14
  "react-dom": ">= 18.3.1"
15
15
  },
16
16
  "dependencies": {
17
- "@dfds-ui/colors": "2.2.0-alpha.eac8b0de",
18
- "@dfds-ui/hooks": "2.2.0-alpha.eac8b0de",
19
- "@dfds-ui/icons": "2.2.0-alpha.eac8b0de",
20
- "@dfds-ui/react-components": "2.2.0-alpha.eac8b0de",
17
+ "@dfds-ui/colors": "2.2.0-alpha.f4b478d6",
18
+ "@dfds-ui/hooks": "2.2.0-alpha.f4b478d6",
19
+ "@dfds-ui/icons": "2.2.0-alpha.f4b478d6",
20
+ "@dfds-ui/react-components": "2.2.0-alpha.f4b478d6",
21
21
  "@types/googlemaps": "3.43.3",
22
22
  "@types/lodash.debounce": "^4.0.9",
23
23
  "lodash.debounce": "^4.0.8"
24
24
  },
25
- "gitHead": "eac8b0decda37723532a0b1164d359800b7173d8",
25
+ "gitHead": "f4b478d6c7e2d7fba61b33147843892f011c1fe4",
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  }