piral-dashboard 0.15.3-beta.4970 → 0.15.3-beta.4989

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -89,7 +89,7 @@ const instance = createInstance({
89
89
  });
90
90
  ```
91
91
 
92
- Via the options the `defaultPreferences` and the global / initially available `tiles` can be defined.
92
+ Via the options the `defaultPreferences` and the global/initially available `tiles` can be defined.
93
93
 
94
94
  Consider for example:
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-dashboard",
3
- "version": "0.15.3-beta.4970",
3
+ "version": "0.15.3-beta.4989",
4
4
  "description": "Plugin for creating a centralized dashboard in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -63,12 +63,12 @@
63
63
  "devDependencies": {
64
64
  "@types/react": "^18.0.0",
65
65
  "@types/react-router-dom": "^5.1.6",
66
- "piral-core": "0.15.3-beta.4970",
66
+ "piral-core": "0.15.3-beta.4989",
67
67
  "react": "^18.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "piral-core": "0.14.x || 0.15.x",
71
71
  "react": ">=16.8.0"
72
72
  },
73
- "gitHead": "f82139bec739a47bf7e7194c5e075e14e6064a8d"
73
+ "gitHead": "57af209be93d79b5bbf2996f2c3b55fdd8e1e2d1"
74
74
  }