Skip to content

Commit

Permalink
build(devs-dep): upgrade example apps after publish (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored May 5, 2021
1 parent 1ecd2db commit 013e5c3
Show file tree
Hide file tree
Showing 7 changed files with 951 additions and 937 deletions.
6 changes: 3 additions & 3 deletions examples/example-app-v10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@angular/compiler-cli": "~10.2.5",
"@angular/language-service": "~10.2.5",
"@types/jest": "^26.0.23",
"jest": "^27.0.0-next.8",
"jest-preset-angular": "^9.0.0-next.13",
"jest": "^27.0.0-next.9",
"jest-preset-angular": "^9.0.0-next.14",
"ts-node": "^9.1.1",
"typescript": "~4.0.7"
}
}
}
620 changes: 311 additions & 309 deletions examples/example-app-v10/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/example-app-v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@angular/compiler-cli": "~11.2.10",
"@types/jest": "^26.0.23",
"@types/node": "^12.11.1",
"jest": "^27.0.0-next.8",
"jest-preset-angular": "^9.0.0-next.13",
"jest": "^27.0.0-next.9",
"jest-preset-angular": "^9.0.0-next.14",
"ts-node": "~8.3.0",
"typescript": "~4.1.5"
}
}
}
Loading

0 comments on commit 013e5c3

Please sign in to comment.