Skip to content

Commit c9f4046

Browse files
authored
Merge pull request #786 from revolist/angular
feat: improved angular support
2 parents 3aa06b5 + 961c857 commit c9f4046

5 files changed

Lines changed: 29 additions & 28 deletions

File tree

docs

Submodule docs updated 260 files

package-lock.json

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@
103103
"release": "npm run build && npm publish --public --tag pre-release && npm run package:update"
104104
},
105105
"devDependencies": {
106-
"@angular/core": "^18.1.2",
106+
"@angular/core": "^20.3.0",
107107
"@revolist/stencil-vue2-output-target": "^0.0.6",
108108
"@revolist/svelte-output-target": "0.0.7",
109-
"@stencil/angular-output-target": "0.8.4",
109+
"@stencil/angular-output-target": "1.1.1",
110110
"@stencil/core": "4.36.3",
111111
"@stencil/react-output-target": "0.5.3",
112112
"@stencil/sass": "^3.2.2",
@@ -131,7 +131,7 @@
131131
"prettier": "3.3.2",
132132
"react": "^18.3.1",
133133
"react-dom": "^18.3.1",
134-
"rxjs": "^7.8.1",
134+
"rxjs": "^7.8.2",
135135
"svelte": "^5.38.10",
136136
"typedoc": "^0.26.5",
137137
"typedoc-plugin-markdown": "^4.2.3",

0 commit comments

Comments
 (0)