Skip to content

Commit

Permalink
chore: bump example package.json deps (aspect-build#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Nov 24, 2022
1 parent 7eda58b commit 9e03fd9
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 146 deletions.
27 changes: 14 additions & 13 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"private": true,
"dependencies": {
"@angular/core": "14",
"@angular/compiler": "14",
"@angular/compiler-cli": "14",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@babel/parser": "7.18.9",
"@angular/compiler-cli": "15.0.1",
"@angular/compiler": "15.0.1",
"@angular/core": "15.0.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.20.2",
"@babel/parser": "7.20.3",
"@babel/preset-typescript": "7.18.6",
"@babel/types": "7.18.6",
"@types/jasmine": "*",
"@types/node": "18.6.1",
"date-fns": "2.29.1",
"rxjs": "7",
"typescript": "4.8.2",
"@tsconfig/node16-strictest-esm": "^1.0.3"
"@babel/types": "7.20.2",
"@tsconfig/node16-strictest-esm": "1.0.3",
"@types/jasmine": "4.3.0",
"@types/node": "18.11.9",
"date-fns": "2.29.3",
"rxjs": "7.5.7",
"typescript": "4.8.4",
"zone.js": "0.12.0"
}
}
Loading

0 comments on commit 9e03fd9

Please sign in to comment.