cozy-search 0.11.0 → 0.11.2

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.
@@ -15,12 +15,12 @@ var _useExtendI18n = _interopRequireDefault(require("cozy-ui/transpiled/react/pr
15
15
 
16
16
  var _AssistantProvider = _interopRequireDefault(require("./AssistantProvider"));
17
17
 
18
+ var _locales = require("../locales");
19
+
18
20
  var _SearchBar = _interopRequireDefault(require("./Search/SearchBar"));
19
21
 
20
22
  var _SearchProvider = _interopRequireDefault(require("./Search/SearchProvider"));
21
23
 
22
- var _locales = require("../locales");
23
-
24
24
  var AssistantDesktop = function AssistantDesktop(_ref) {
25
25
  var componentsProps = _ref.componentsProps,
26
26
  _ref$searchOptions = _ref.searchOptions,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cozy-search",
3
3
  "description": "UI components about search bar and IA assistant",
4
- "version": "0.11.0",
4
+ "version": "0.11.2",
5
5
  "author": {
6
6
  "name": "Cozy Cloud",
7
7
  "url": "https://github.com/cozy"
@@ -24,15 +24,15 @@
24
24
  "babel-plugin-inline-react-svg": "1.1.2",
25
25
  "babel-plugin-module-resolver": "^4.0.0",
26
26
  "babel-plugin-tsconfig-paths": "^1.0.3",
27
- "babel-preset-cozy-app": "^2.8.1",
27
+ "babel-preset-cozy-app": "^2.8.2",
28
28
  "cozy-client": "^54.0.0",
29
- "cozy-device-helper": "^4.0.0",
30
- "cozy-flags": "^4.7.0",
31
- "cozy-intent": "^2.30.0",
29
+ "cozy-device-helper": "^4.0.1",
30
+ "cozy-flags": "^4.8.1",
31
+ "cozy-intent": "^2.30.1",
32
32
  "cozy-logger": "^1.17.0",
33
33
  "cozy-minilog": "^3.10.0",
34
34
  "cozy-pouch-link": "^54.0.0",
35
- "cozy-realtime": "^5.8.0",
35
+ "cozy-realtime": "^5.8.1",
36
36
  "cozy-ui": "^122.0.0",
37
37
  "cross-fetch": "^4.0.0",
38
38
  "jest": "26.6.3",
@@ -87,5 +87,5 @@
87
87
  "lint": "cd .. && yarn eslint --ext js,jsx,ts packages/cozy-search"
88
88
  },
89
89
  "types": "dist/index.d.ts",
90
- "gitHead": "eee91aab0f6a7e314ea01b19ef23d147ec795997"
90
+ "gitHead": "c90db9a0e2f1d287a28f1d10328c12603a0f63c0"
91
91
  }