Skip to content

Commit

Permalink
fix: ng build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Jan 8, 2024
1 parent 8fb033c commit dfed014
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 52 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@angular/animations": "17.0.3",
"@angular/cdk": "17.0.3",
"@angular/common": "17.0.3",
"@angular/compiler": "17.0.3",
"@angular/compiler": "17.1.0-next.3",
"@angular/core": "17.0.3",
"@angular/forms": "17.0.3",
"@angular/material": "17.0.3",
Expand Down Expand Up @@ -131,7 +131,7 @@
"@nx/web": "17.1.2",
"@nx/workspace": "17.1.2",
"@nxext/stencil": "^17.0.2",
"@schematics/angular": "17.0.3",
"@schematics/angular": "17.1.0-next.3",
"@stencil/core": "3.2.2",
"@stencil/sass": "^3.0.2",
"@swc-node/register": "~1.6.7",
Expand Down
57 changes: 7 additions & 50 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,25 +187,6 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/core@npm:17.0.3":
version: 17.0.3
resolution: "@angular-devkit/core@npm:17.0.3"
dependencies:
ajv: 8.12.0
ajv-formats: 2.1.1
jsonc-parser: 3.2.0
picomatch: 3.0.1
rxjs: 7.8.1
source-map: 0.7.4
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
checksum: 35b1bfac3757efb89f02cfb07c20502d9b18386643ab8953cd23bbe0b23fcbe6226a76a439dee099f41a783bc2b2d433853335df8b28fd969451a3df7fdf4f61
languageName: node
linkType: hard

"@angular-devkit/core@npm:17.1.0-next.3":
version: 17.1.0-next.3
resolution: "@angular-devkit/core@npm:17.1.0-next.3"
Expand Down Expand Up @@ -238,19 +219,6 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:17.0.3":
version: 17.0.3
resolution: "@angular-devkit/schematics@npm:17.0.3"
dependencies:
"@angular-devkit/core": 17.0.3
jsonc-parser: 3.2.0
magic-string: 0.30.5
ora: 5.4.1
rxjs: 7.8.1
checksum: d9e2c5d56db8096963b6cabe26df8dfd57ce7e57bbeda6cccc1446e91c4e902a3b16456a1fe3480e7050a1e8baba58ad63dc1d2f9370edc44869a10692dacdca
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:17.1.0-next.3":
version: 17.1.0-next.3
resolution: "@angular-devkit/schematics@npm:17.1.0-next.3"
Expand Down Expand Up @@ -418,17 +386,17 @@ __metadata:
languageName: node
linkType: hard

"@angular/compiler@npm:17.0.3":
version: 17.0.3
resolution: "@angular/compiler@npm:17.0.3"
"@angular/compiler@npm:17.1.0-next.3":
version: 17.1.0-next.3
resolution: "@angular/compiler@npm:17.1.0-next.3"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/core": 17.0.3
"@angular/core": 17.1.0-next.3
peerDependenciesMeta:
"@angular/core":
optional: true
checksum: 2cfeae0b1b0c5bd36b9eecf901adbf837ef0c66151752e0102222e68ab5ea55218248cd83b222e203ce243994c3d8e75acfdb1cffa441dcc710c3d2b73cb3657
checksum: f587f98962dfd1197da4ea8c5632cdadf6f6df9bc3aa3987cb0157916d880f8aeaaf05af0258a8996ae3e54bf92c2a230e7a1de350ea7a02fd9af83221f6eaa7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7400,17 +7368,6 @@ __metadata:
languageName: node
linkType: hard

"@schematics/angular@npm:17.0.3":
version: 17.0.3
resolution: "@schematics/angular@npm:17.0.3"
dependencies:
"@angular-devkit/core": 17.0.3
"@angular-devkit/schematics": 17.0.3
jsonc-parser: 3.2.0
checksum: c211e74052ab0f9b9ee3a01982aee8828e3d7f82200f3f6942adb9492f6fa94d45cf7bb4029506f4dc76a383cb312ed71de61695f9424fabb5fae848459a6db2
languageName: node
linkType: hard

"@schematics/angular@npm:17.1.0-next.3":
version: 17.1.0-next.3
resolution: "@schematics/angular@npm:17.1.0-next.3"
Expand Down Expand Up @@ -18986,7 +18943,7 @@ __metadata:
"@angular/cdk": 17.0.3
"@angular/cli": 17.1.0-next.3
"@angular/common": 17.0.3
"@angular/compiler": 17.0.3
"@angular/compiler": 17.1.0-next.3
"@angular/compiler-cli": 17.1.0-next.3
"@angular/core": 17.0.3
"@angular/forms": 17.0.3
Expand Down Expand Up @@ -19026,7 +18983,7 @@ __metadata:
"@nx/web": 17.1.2
"@nx/workspace": 17.1.2
"@nxext/stencil": ^17.0.2
"@schematics/angular": 17.0.3
"@schematics/angular": 17.1.0-next.3
"@stencil/angular-output-target": ^0.7.1
"@stencil/core": 3.2.2
"@stencil/sass": ^3.0.2
Expand Down

0 comments on commit dfed014

Please sign in to comment.