Skip to content

Commit

Permalink
Merge branch 'main' into feat-export-enums
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored May 13, 2024
2 parents e67fdd6 + 3c96b1e commit cd93d6d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion packages/components/mitosis-angular.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
options: {
angular: {
typescript: true,
standalone: true
standalone: true,
visuallyIgnoreHostElement: false
}
}
};
3 changes: 2 additions & 1 deletion packages/components/mitosis.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
},
angular: {
typescript: true,
standalone: true
standalone: true,
visuallyIgnoreHostElement: false
},
vue: {
typescript: true
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"devDependencies": {
"@builder.io/eslint-plugin-mitosis": "^0.0.15",
"@builder.io/mitosis": "^0.2.10",
"@builder.io/mitosis-cli": "^0.2.10",
"@builder.io/mitosis": "^0.3.0",
"@builder.io/mitosis-cli": "^0.3.0",
"@react-docgen/cli": "^2.0.3",
"cpr": "3.0.1",
"cssnano": "^7.0.1",
Expand Down

0 comments on commit cd93d6d

Please sign in to comment.