@db-ux/core-components 3.0.5 → 3.0.6

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-components",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\""
43
43
  },
44
44
  "dependencies": {
45
- "@db-ux/core-foundations": "3.0.5"
45
+ "@db-ux/core-foundations": "3.0.6"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@builder.io/eslint-plugin-mitosis": "0.0.17",