diff --git a/package.json b/package.json index 5682e9f..37d0621 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,13 @@ "execa": "^5.0.0" }, "devDependencies": { + "@angular/compiler": "^11.0.5", "@angular/compiler-cli": "^11.0.5", "snowpack": "^2.18.5", "typescript": "4.0" }, "peerDependencies": { + "@angular/compiler": "*", "@angular/compiler-cli": "*", "snowpack": "^2.18.5", "typescript": "4.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14675c6..3a9a05a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,13 +1,15 @@ dependencies: execa: 5.0.0 devDependencies: - '@angular/compiler-cli': 11.0.5_typescript@4.0.5 + '@angular/compiler': 11.0.5 + '@angular/compiler-cli': 11.0.5_ae04eea250591f41b901d33a8893b81f snowpack: 2.18.5 typescript: 4.0.5 lockfileVersion: 5.2 packages: - /@angular/compiler-cli/11.0.5_typescript@4.0.5: + /@angular/compiler-cli/11.0.5_ae04eea250591f41b901d33a8893b81f: dependencies: + '@angular/compiler': 11.0.5 '@babel/core': 7.12.10 '@babel/types': 7.12.12 canonical-path: 1.0.0 @@ -33,6 +35,12 @@ packages: typescript: '>=4.0 <4.1' resolution: integrity: sha512-1EbnDdK2Em9xpnbLCjw+9w2F0I6gl5AS6QAn03ztYX9ZooNzCeC6sT8qghzrNTFTV89nyIoAqyMtgcLS6udVkg== + /@angular/compiler/11.0.5: + dependencies: + tslib: 2.0.3 + dev: true + resolution: + integrity: sha512-japxEn07P9z9FnW8ii+M5DIfgRAGNxl6QNQWKBkNo5ytN6iCAB7pVbJI0vn1AUT9TByV3+xDW/FNuoSuzsnX3w== /@babel/code-frame/7.12.11: dependencies: '@babel/highlight': 7.10.4 @@ -2257,6 +2265,7 @@ packages: resolution: integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== specifiers: + '@angular/compiler': ^11.0.5 '@angular/compiler-cli': ^11.0.5 execa: ^5.0.0 snowpack: ^2.18.5