@panneau/app 3.0.229 → 3.0.231

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/es/index.js +0 -1
  2. package/package.json +6 -6
package/es/index.js CHANGED
@@ -1512,7 +1512,6 @@ var Container = function Container(_ref) {
1512
1512
  var _useMemoryRouter = useMemoryRouter(),
1513
1513
  memoryLocationHook = _useMemoryRouter.hook,
1514
1514
  memorySearchHook = _useMemoryRouter.searchHook;
1515
- console.log('hello');
1516
1515
  return /*#__PURE__*/React.createElement(Router, {
1517
1516
  hook: isMemoryRouter ? memoryLocationHook : null,
1518
1517
  searchHook: isMemoryRouter ? memorySearchHook : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/app",
3
- "version": "3.0.229",
3
+ "version": "3.0.231",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -67,7 +67,7 @@
67
67
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
68
68
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
69
69
  "@fortawesome/react-fontawesome": "^0.2.0",
70
- "@panneau/actions": "^3.0.228",
70
+ "@panneau/actions": "^3.0.231",
71
71
  "@panneau/auth": "^3.0.228",
72
72
  "@panneau/core": "^3.0.228",
73
73
  "@panneau/data": "^3.0.228",
@@ -95,7 +95,7 @@
95
95
  "@panneau/element-radios": "^3.0.228",
96
96
  "@panneau/element-range": "^3.0.228",
97
97
  "@panneau/element-resource-card": "^3.0.228",
98
- "@panneau/fields": "^3.0.228",
98
+ "@panneau/fields": "^3.0.231",
99
99
  "@panneau/filter-filters": "^3.0.228",
100
100
  "@panneau/filters": "^3.0.228",
101
101
  "@panneau/form-resource": "^3.0.228",
@@ -103,9 +103,9 @@
103
103
  "@panneau/intl": "^3.0.228",
104
104
  "@panneau/list-resource-items": "^3.0.228",
105
105
  "@panneau/lists": "^3.0.228",
106
- "@panneau/modals": "^3.0.228",
106
+ "@panneau/modals": "^3.0.231",
107
107
  "@panneau/themes": "^3.0.228",
108
- "@panneau/uppy": "^3.0.228",
108
+ "@panneau/uppy": "^3.0.231",
109
109
  "classnames": "^2.5.1",
110
110
  "lodash": "^4.17.21",
111
111
  "prop-types": "^15.7.2",
@@ -116,5 +116,5 @@
116
116
  "publishConfig": {
117
117
  "access": "public"
118
118
  },
119
- "gitHead": "d8ae81569280082d884117320cc94c4cf945d2d9"
119
+ "gitHead": "96b0bc5003634b92dbbfd4c83ecde020a73be7d4"
120
120
  }