Skip to content

Commit

Permalink
fix: 🐛 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Jan 14, 2023
1 parent 1c0a8ad commit 7b532ed
Show file tree
Hide file tree
Showing 4 changed files with 1,633 additions and 1,377 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
- name: Cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
- name: install
run: yarn install --frozen-lockfile
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,46 +44,46 @@
"recording"
],
"devDependencies": {
"@angular/animations": "15.0.3",
"@angular/cdk": "15.0.2",
"@angular/common": "15.0.3",
"@angular/compiler": "15.0.3",
"@angular/core": "15.0.3",
"@angular/forms": "15.0.3",
"@angular/material": "15.0.2",
"@angular/platform-browser": "15.0.3",
"@angular/platform-browser-dynamic": "15.0.3",
"@angular/router": "15.0.3",
"@angular-devkit/build-angular": "15.0.3",
"@angular/animations": "15.1.0",
"@angular/cdk": "15.1.0",
"@angular/common": "15.1.0",
"@angular/compiler": "15.1.0",
"@angular/core": "15.1.0",
"@angular/forms": "15.1.0",
"@angular/material": "15.1.0",
"@angular/platform-browser": "15.1.0",
"@angular/platform-browser-dynamic": "15.1.0",
"@angular/router": "15.1.0",
"@angular-devkit/build-angular": "15.1.1",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "15.0.3",
"@angular/compiler-cli": "15.0.3",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@ng-apimock/core": "3.6.0",
"@ng-apimock/dev-interface": "3.1.1",
"@angular/cli": "15.1.1",
"@angular/compiler-cli": "15.1.0",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@ng-apimock/core": "3.6.1",
"@ng-apimock/dev-interface": "3.2.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.1",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/node": "18.11.11",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"commitizen": "4.2.6",
"eslint": "^8.29.0",
"eslint": "^8.31.0",
"express": "4.18.2",
"http-proxy-middleware": "2.0.6",
"husky": "8.0.2",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"semantic-release": "19.0.5",
"rimraf": "4.0.4",
"rxjs": "7.8.0",
"semantic-release": "20.0.2",
"tslib": "2.4.1",
"ts-node": "10.9.1",
"typescript": "4.9.4",
Expand Down

0 comments on commit 7b532ed

Please sign in to comment.