Skip to content

Commit 88cb1ad

Browse files
committed
Update package dependencies
This commit updates the versions of all dependencies listed in `package.json` for the project. Key updates include core-js, ngx-markdown, rxjs, and tslib, along with dev dependencies such as @Angular-devkit, @angular-eslint, and eslint. The updated versions ensure we keep up-to-date with bug fixes, performance improvements, and new features from these libraries.
1 parent f292873 commit 88cb1ad

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,37 @@
4040
"@datorama/akita-ng-entity-service": "^8.0.0",
4141
"@datorama/akita-ng-router-store": "^8.0.0",
4242
"@datorama/akita-ngdevtools": "^7.0.0",
43-
"core-js": "^3.8.3",
44-
"ngx-markdown": "^16.0.0",
43+
"core-js": "^3.36.0",
44+
"ngx-markdown": "^17.1.1",
4545
"ngx-take-until-destroy": "^5.4.0",
46-
"rxjs": "7.4.0",
47-
"tslib": "^2.3.1",
46+
"rxjs": "7.8.1",
47+
"tslib": "^2.6.2",
4848
"zone.js": "~0.14.4"
4949
},
5050
"devDependencies": {
5151
"@angular-devkit/build-angular": "^17.2.0",
52-
"@angular-devkit/build-ng-packagr": "^0.1002.3",
53-
"@angular-eslint/builder": "16.3.1",
54-
"@angular-eslint/eslint-plugin": "16.3.1",
55-
"@angular-eslint/eslint-plugin-template": "16.3.1",
56-
"@angular-eslint/schematics": "16.3.1",
57-
"@angular-eslint/template-parser": "16.3.1",
52+
"@angular-devkit/build-ng-packagr": "^0.1002.4",
53+
"@angular-eslint/builder": "17.2.1",
54+
"@angular-eslint/eslint-plugin": "17.2.1",
55+
"@angular-eslint/eslint-plugin-template": "17.2.1",
56+
"@angular-eslint/schematics": "17.2.1",
57+
"@angular-eslint/template-parser": "17.2.1",
5858
"@angular/cli": "17.2.0",
5959
"@angular/compiler-cli": "17.2.1",
6060
"@angular/language-service": "17.2.1",
6161
"@jest/globals": "^29.7.0",
6262
"@types/jest": "^29.5.12",
63-
"@types/node": "^16.18.82",
64-
"@typescript-eslint/eslint-plugin": "4.28.2",
65-
"@typescript-eslint/parser": "4.28.2",
66-
"eslint": "^7.26.0",
63+
"@types/node": "^20.11.19",
64+
"@typescript-eslint/eslint-plugin": "7.0.1",
65+
"@typescript-eslint/parser": "7.0.1",
66+
"eslint": "^8.56.0",
6767
"jest": "^29.7.0",
6868
"jest-localstorage-mock": "^2.4.26",
6969
"jest-preset-angular": "^14.0.3",
7070
"ng-packagr": "^17.2.0",
7171
"protractor": "~7.0.0",
72-
"semantic-release": "^17.3.8",
73-
"semantic-release-npm-github-publish": "^1.5.1",
72+
"semantic-release": "^23.0.2",
73+
"semantic-release-npm-github-publish": "^1.5.5",
7474
"ts-jest": "^29.1.2",
7575
"ts-node": "~10.9.2",
7676
"typescript": "~5.3.3"
@@ -165,4 +165,4 @@
165165
],
166166
"extends": "semantic-release-npm-github-publish"
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)