@db-ux/core-components 2.4.0 → 2.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-components",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "build"
14
14
  ],
15
15
  "scripts": {
16
- "build": "npm-run-all -p build-components build-assets -s build-style:*",
16
+ "build": "npm-run-all --parallel build-components build-assets -s build-style:*",
17
17
  "build-assets": "cpr src build -o -f \"(.ts|.tsx|.md|.html)$\"",
18
18
  "build-components": "npm-run-all build:mitosis build-components:post build-components:docs",
19
19
  "build-components:docs": "npm run build:cem -w @db-ux/wc-core-components",
@@ -42,13 +42,13 @@
42
42
  "start": "nodemon --watch src --watch scripts --watch scripts -e js,tsx,ts,scss,json -x \"npm run build\""
43
43
  },
44
44
  "dependencies": {
45
- "@db-ux/core-foundations": "2.4.0"
45
+ "@db-ux/core-foundations": "2.4.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@builder.io/eslint-plugin-mitosis": "0.0.17",
49
49
  "@builder.io/mitosis": "0.10.0",
50
50
  "@builder.io/mitosis-cli": "0.10.0",
51
- "@typescript-eslint/eslint-plugin": "8.35.1",
51
+ "@typescript-eslint/eslint-plugin": "8.36.0",
52
52
  "cpr": "3.0.1",
53
53
  "cssnano": "^7.0.7",
54
54
  "hygen": "^6.2.11",