Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/shaggy-ligers-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@db-ux/core-components": patch
"@db-ux/ngx-core-components": patch
"@db-ux/react-core-components": patch
"@db-ux/wc-core-components": patch
"@db-ux/v-core-components": patch
---

fix: JS framework core-components packages are missing `@db-ux` dependencies
4 changes: 4 additions & 0 deletions output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@db-ux/core-components": "3.1.15",
"@db-ux/core-foundations": "3.1.15"
}
}
6 changes: 5 additions & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"dependencies": {
"@db-ux/core-components": "3.1.15",
"@db-ux/core-foundations": "3.1.15"
}
}
6 changes: 5 additions & 1 deletion output/stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
"access": "public"
},
"web-types": "./dist/web-types.json",
"customElements": "dist/custom-elements.json"
"customElements": "dist/custom-elements.json",
"dependencies": {
"@db-ux/core-components": "3.1.15",
"@db-ux/core-foundations": "3.1.15"
}
}
6 changes: 5 additions & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,9 @@
"access": "public"
},
"sideEffects": false,
"source": "src/index.ts"
"source": "src/index.ts",
"dependencies": {
"@db-ux/core-components": "3.1.15",
"@db-ux/core-foundations": "3.1.15"
}
}
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\""
},
"dependencies": {
"@db-ux/core-foundations": "*"
"@db-ux/core-foundations": "3.1.15"
},
"devDependencies": {
"@builder.io/eslint-plugin-mitosis": "0.0.17",
Expand Down