@pretto/places 0.31.0 → 0.33.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pretto/places",
3
- "version": "0.31.0",
3
+ "version": "0.33.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -16,7 +16,8 @@
16
16
  "dist/**/*"
17
17
  ],
18
18
  "dependencies": {
19
- "algoliasearch": "^4.13.0",
19
+ "@types/algoliasearch": "^4.0.0",
20
+ "algoliasearch": "4.22.1",
20
21
  "array.prototype.flat": "^1.3.0",
21
22
  "lodash.isequal": "^4.5.0"
22
23
  },