diff --git a/package.json b/package.json index beb47ed..4707d7d 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ }, "homepage": "https://github.com/esm-bundle/angular__elements#readme", "devDependencies": { - "@angular/compiler": "15.2.9", - "@angular/compiler-cli": "15.2.9", - "@angular/core": "15.2.9", - "@angular/elements": "15.2.9", + "@angular/compiler": "16.0.2", + "@angular/compiler-cli": "16.0.2", + "@angular/core": "16.0.2", + "@angular/elements": "16.0.2", "@rollup/plugin-babel": "6.0.3", "concurrently": "8.0.1", "husky": "8.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8fbd3cb..b1718b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,10 +1,10 @@ lockfileVersion: 5.3 specifiers: - '@angular/compiler': 15.2.9 - '@angular/compiler-cli': 15.2.9 - '@angular/core': 15.2.9 - '@angular/elements': 15.2.9 + '@angular/compiler': 16.0.2 + '@angular/compiler-cli': 16.0.2 + '@angular/core': 16.0.2 + '@angular/elements': 16.0.2 '@rollup/plugin-babel': 6.0.3 concurrently: 8.0.1 husky: 8.0.3 @@ -23,10 +23,10 @@ specifiers: typescript: 5.0.4 devDependencies: - '@angular/compiler': 15.2.9_@angular+core@15.2.9 - '@angular/compiler-cli': 15.2.9_24b6d69a67aec6b5c029fac65cba72a5 - '@angular/core': 15.2.9_rxjs@7.8.1 - '@angular/elements': 15.2.9_@angular+core@15.2.9+rxjs@7.8.1 + '@angular/compiler': 16.0.2_@angular+core@16.0.2 + '@angular/compiler-cli': 16.0.2_8eacabbdacc8f22ec29e50e4d461a71f + '@angular/core': 16.0.2_rxjs@7.8.1 + '@angular/elements': 16.0.2_@angular+core@16.0.2+rxjs@7.8.1 '@rollup/plugin-babel': 6.0.3_rollup@2.79.1 concurrently: 8.0.1 husky: 8.0.3 @@ -53,21 +53,19 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true - /@angular/compiler-cli/15.2.9_24b6d69a67aec6b5c029fac65cba72a5: - resolution: {integrity: sha512-zsbI8G2xHOeYWI0hjFzrI//ZhZV9il/uQW5dAimfwJp06KZDeXZ3PdwY9JQslf6F+saLwOObxy6QMrIVvfjy9w==} - engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} + /@angular/compiler-cli/16.0.2_8eacabbdacc8f22ec29e50e4d461a71f: + resolution: {integrity: sha512-3OxY4Dl97a+8icSoqWwcdMCkerpnX7nH4eG5xc91YKHGE0I0NxlUGhEC/tmNT2MI7XSgtRMOIisIgFM/2UNnIQ==} + engines: {node: ^16.14.0 || >=18.10.0} hasBin: true peerDependencies: - '@angular/compiler': 15.2.9 - typescript: '>=4.8.2 <5.0' + '@angular/compiler': 16.0.2 + typescript: '>=4.9.3 <5.1' dependencies: - '@angular/compiler': 15.2.9_@angular+core@15.2.9 + '@angular/compiler': 16.0.2_@angular+core@16.0.2 '@babel/core': 7.19.3 '@jridgewell/sourcemap-codec': 1.4.14 chokidar: 3.5.3 convert-source-map: 1.8.0 - dependency-graph: 0.11.0 - magic-string: 0.27.0 reflect-metadata: 0.1.13 semver: 7.5.0 tslib: 2.3.1 @@ -77,38 +75,38 @@ packages: - supports-color dev: true - /@angular/compiler/15.2.9_@angular+core@15.2.9: - resolution: {integrity: sha512-MoKugbjk+E0wRBj12uvIyDLELlVLonnqjA2+XiF+7FxALIeyds3/qQeEoMmYIqAbN3NnTT5pV92RxWwG4tHFwA==} - engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} + /@angular/compiler/16.0.2_@angular+core@16.0.2: + resolution: {integrity: sha512-TQqrMvMgsuRmAycL893i4sRFm8a8IHp+L1vdDYmETyADAYHSKO45+7kTISrqtNDhCGOzvE6vsz1hPj43y3gGog==} + engines: {node: ^16.14.0 || >=18.10.0} peerDependencies: - '@angular/core': 15.2.9 + '@angular/core': 16.0.2 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 15.2.9_rxjs@7.8.1 + '@angular/core': 16.0.2_rxjs@7.8.1 tslib: 2.3.1 dev: true - /@angular/core/15.2.9_rxjs@7.8.1: - resolution: {integrity: sha512-w46Z1yUXCQfKV7XfnamOoLA2VD0MVUUYVrUjO73mHSskDXSXxfZAEHO9kfUS71Cj35PvhP3mbkqWscpea2WeYg==} - engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} + /@angular/core/16.0.2_rxjs@7.8.1: + resolution: {integrity: sha512-uPa2A+nVqwljDepahMn2ndgWg/a14VnTqgunXJP9q/Us98I/YGdryake4aTfXHUAdLON/R9IzomiXeFDYp5cJQ==} + engines: {node: ^16.14.0 || >=18.10.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 - zone.js: ~0.11.4 || ~0.12.0 || ~0.13.0 + zone.js: ~0.13.0 dependencies: rxjs: 7.8.1 tslib: 2.3.1 dev: true - /@angular/elements/15.2.9_@angular+core@15.2.9+rxjs@7.8.1: - resolution: {integrity: sha512-JtQd7LkQx4bP8HpecH9lb8CSG3O4+xjM9IxLq0Fnst9egBK1/EHpXTl0HoxVWagkjB49RadnNAcj5I5rOAH66w==} - engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} + /@angular/elements/16.0.2_@angular+core@16.0.2+rxjs@7.8.1: + resolution: {integrity: sha512-RxBGXydPgIo2a/rSVt0ju2ADffTUELeVbo4nnC1bEnflgf/8Cy5CLkL10k97SwykKvtRfrO4h17iCd/+jXjkOQ==} + engines: {node: ^16.14.0 || >=18.10.0} peerDependencies: - '@angular/core': 15.2.9 + '@angular/core': 16.0.2 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 15.2.9_rxjs@7.8.1 + '@angular/core': 16.0.2_rxjs@7.8.1 rxjs: 7.8.1 tslib: 2.3.1 dev: true @@ -1254,11 +1252,6 @@ packages: engines: {node: '>= 0.6'} dev: true - /dependency-graph/0.11.0: - resolution: {integrity: sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==} - engines: {node: '>= 0.6.0'} - dev: true - /deprecation/2.3.1: resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: true @@ -2525,13 +2518,6 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true - /magic-string/0.27.0: - resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} - engines: {node: '>=12'} - dependencies: - '@jridgewell/sourcemap-codec': 1.4.14 - dev: true - /media-typer/0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'}