Skip to content

Commit 2b46507

Browse files
chore: update deps (#351)
1 parent 5b9fa84 commit 2b46507

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
actions: write
2121
contents: write
22-
22+
2323
strategy:
2424
matrix:
2525
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[16]' || '[14,16]') }}
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: install
36-
run: npm install --legacy-peer-deps
36+
run: npm install
3737
- name: build
3838
run: npm run build -- --skip-nx-cache
3939
- name: test

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@angular/platform-browser": "15.0.0",
3838
"@angular/platform-browser-dynamic": "15.0.0",
3939
"@angular/router": "15.0.0",
40-
"@ngrx/store": "14.0.2",
41-
"@nrwl/angular": "15.2.1",
40+
"@ngrx/store": "15.0.0",
41+
"@nrwl/angular": "15.4.5",
4242
"@nrwl/nx-cloud": "15.0.2",
4343
"@testing-library/dom": "^8.11.1",
4444
"rxjs": "7.5.6",
@@ -47,22 +47,22 @@
4747
},
4848
"devDependencies": {
4949
"@angular-devkit/build-angular": "15.0.0",
50-
"@angular-eslint/builder": "14.0.2",
51-
"@angular-eslint/eslint-plugin": "14.0.4",
52-
"@angular-eslint/eslint-plugin-template": "14.0.4",
53-
"@angular-eslint/schematics": "14.0.2",
54-
"@angular-eslint/template-parser": "14.0.4",
50+
"@angular-eslint/builder": "15.0.0",
51+
"@angular-eslint/eslint-plugin": "15.0.0",
52+
"@angular-eslint/eslint-plugin-template": "15.0.0",
53+
"@angular-eslint/schematics": "15.0.0",
54+
"@angular-eslint/template-parser": "15.0.0",
5555
"@angular/cli": "~15.0.0",
5656
"@angular/compiler-cli": "15.0.0",
5757
"@angular/forms": "15.0.0",
5858
"@angular/language-service": "15.0.0",
59-
"@nrwl/cli": "15.2.1",
60-
"@nrwl/eslint-plugin-nx": "15.2.1",
61-
"@nrwl/jest": "15.2.1",
62-
"@nrwl/linter": "15.2.1",
63-
"@nrwl/node": "15.2.1",
64-
"@nrwl/nx-plugin": "15.2.1",
65-
"@nrwl/workspace": "15.2.1",
59+
"@nrwl/cli": "15.4.5",
60+
"@nrwl/eslint-plugin-nx": "15.4.5",
61+
"@nrwl/jest": "15.4.5",
62+
"@nrwl/linter": "15.4.5",
63+
"@nrwl/node": "15.4.5",
64+
"@nrwl/nx-plugin": "15.4.5",
65+
"@nrwl/workspace": "15.4.5",
6666
"@swc-node/register": "^1.4.2",
6767
"@swc/core": "^1.2.173",
6868
"@testing-library/jasmine-dom": "^1.2.0",
@@ -85,14 +85,14 @@
8585
"jasmine-spec-reporter": "7.0.0",
8686
"jest": "28.1.3",
8787
"jest-environment-jsdom": "28.1.3",
88-
"jest-preset-angular": "12.2.2",
88+
"jest-preset-angular": "12.2.3",
8989
"karma": "6.4.0",
9090
"karma-chrome-launcher": "^3.1.0",
9191
"karma-jasmine": "5.1.0",
9292
"karma-jasmine-html-reporter": "2.0.0",
9393
"lint-staged": "^12.1.6",
9494
"ng-packagr": "15.0.0",
95-
"nx": "15.2.1",
95+
"nx": "15.4.5",
9696
"postcss": "^8.4.5",
9797
"postcss-import": "14.1.0",
9898
"postcss-preset-env": "7.5.0",

0 commit comments

Comments
 (0)