Skip to content

Commit

Permalink
chore: update deps (timdeschryver#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Jun 24, 2022
1 parent 615e722 commit a0ff606
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_test_release:
strategy:
matrix:
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[16]' || '[12,14,16]') }}
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[16]' || '[14,16]') }}
os: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest"]') }}
runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"postbuild": "cpy README.md LICENSE dist && cpy schematics ../dist --parents --cwd=src"
},
"devDependencies": {
"@angular/compiler": "^13.0.0",
"@angular/compiler-cli": "^13.0.0",
"@angular/core": "^13.0.0",
"@ngrx/component-store": "^13.0.1",
"@ngrx/store": "^13.0.1",
"cpy-cli": "^3.1.1",
"immer": "^8.0.0",
"ng-packagr": "^13.0.0",
"prettier": "^2.2.1",
"@angular/compiler": "^14.0.3",
"@angular/compiler-cli": "^14.0.3",
"@angular/core": "^14.0.3",
"@ngrx/component-store": "^14.0.0",
"@ngrx/store": "^14.0.0",
"cpy-cli": "^4.1.0",
"immer": "^9.0.15",
"ng-packagr": "^14.0.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rxjs": "~7.4.0",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.10.1",
"tsm": "^2.1.4",
"typescript": "4.4.4",
"uvu": "^0.5.1"
"rxjs": "~7.5.5",
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.0.0",
"tsm": "^2.2.1",
"typescript": "4.7.4",
"uvu": "^0.5.4"
}
}

0 comments on commit a0ff606

Please sign in to comment.