Skip to content

Commit

Permalink
build(devs-dep): upgrade deps (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Sep 16, 2021
1 parent 77bfa95 commit 5781b02
Show file tree
Hide file tree
Showing 15 changed files with 3,142 additions and 2,640 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down
702 changes: 351 additions & 351 deletions e2e/with-babel/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/example-app-v10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@angular/compiler-cli": "~10.2.5",
"@angular/language-service": "~10.2.5",
"@types/jest": "^27.0.1",
"jest": "^27.0.6",
"jest-preset-angular": "^9.0.6",
"jest": "^27.2.0",
"jest-preset-angular": "^9.0.7",
"ts-node": "^9.1.1",
"typescript": "~4.0.7"
}
Expand Down
Loading

0 comments on commit 5781b02

Please sign in to comment.