Skip to content

Commit 5781b02

Browse files
authored
build(devs-dep): upgrade deps (#997)
1 parent 77bfa95 commit 5781b02

File tree

15 files changed

+3142
-2640
lines changed

15 files changed

+3142
-2640
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
node-version: [12.x, 14.x, 15.x, 16.x]
77+
node-version: [12.x, 14.x, 16.x]
7878
os: [ubuntu-latest, windows-latest]
7979
runs-on: ${{ matrix.os }}
8080
needs: prepare-yarn-cache

e2e/with-babel/yarn.lock

Lines changed: 351 additions & 351 deletions
Large diffs are not rendered by default.

examples/example-app-v10/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/compiler-cli": "~10.2.5",
2929
"@angular/language-service": "~10.2.5",
3030
"@types/jest": "^27.0.1",
31-
"jest": "^27.0.6",
32-
"jest-preset-angular": "^9.0.6",
31+
"jest": "^27.2.0",
32+
"jest-preset-angular": "^9.0.7",
3333
"ts-node": "^9.1.1",
3434
"typescript": "~4.0.7"
3535
}

0 commit comments

Comments
 (0)