Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 1e91efc

Browse files
committed
chore: final update before archive
1 parent 8c24a59 commit 1e91efc

File tree

3 files changed

+1407
-1794
lines changed

3 files changed

+1407
-1794
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# NgMatIcons
22

3-
43
<p align="center">
54
<img alt="GitHub package.json version (branch)" src="https://img.shields.io/github/package-json/v/Dugnychon/MaterialIconsLibrary/main?label=version&style=flat-square">
65
<a href="https://gitmoji.carloscuesta.me">
@@ -13,6 +12,8 @@
1312
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/dugnychon/MaterialIconsLibrary/Build%20&%20Deploy?style=flat-square">
1413
</p>
1514

15+
> This project is archived and no longer maintained.
16+
1617
## About
1718

1819
This project aims to create a simple library of all Material Icons.
@@ -23,7 +24,6 @@ It is made with productivity in mind, allowing developers to easily copy icon na
2324

2425
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.
2526

26-
2727
## Development server
2828

2929
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
@@ -48,7 +48,6 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
4848

4949
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
5050

51-
5251
## License
5352

5453
The code is available under the MIT license.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bugs": "https://github.com/Dugnychon/MaterialIconsLibrary/issues",
2020
"engines": {
2121
"node": ">=18.13.0",
22-
"yarn": ">=1.20.0"
22+
"yarn": ">=1.22.21"
2323
},
2424
"dependencies": {
2525
"@angular/animations": "^17.1.2",
@@ -33,33 +33,33 @@
3333
"@angular/platform-browser-dynamic": "^17.1.2",
3434
"@angular/router": "^17.1.2",
3535
"@angular/service-worker": "^17.1.2",
36-
"@commitlint/cli": "^12.1.4",
37-
"@commitlint/config-conventional": "^12.1.4",
38-
"prettier": "^2.3.0",
39-
"pretty-quick": "^3.1.0",
40-
"rxjs": "~6.6.3",
41-
"standard-version": "^9.3.0",
42-
"tslib": "^2.2.0",
36+
"@commitlint/cli": "^18.6.0",
37+
"@commitlint/config-conventional": "^18.6.0",
38+
"prettier": "^3.2.4",
39+
"pretty-quick": "^4.0.0",
40+
"rxjs": "~7.8.1",
41+
"standard-version": "^9.5.0",
42+
"tslib": "^2.6.2",
4343
"zone.js": "~0.14.3"
4444
},
4545
"devDependencies": {
4646
"@angular-devkit/build-angular": "^17.1.2",
4747
"@angular/cli": "^17.1.2",
4848
"@angular/compiler-cli": "^17.1.2",
49-
"@types/jasmine": "~3.7.4",
50-
"@types/jasminewd2": "~2.0.9",
49+
"@types/jasmine": "~5.1.4",
50+
"@types/jasminewd2": "~2.0.13",
5151
"@types/node": "^20.11.16",
5252
"codelyzer": "^6.0.2",
53-
"husky": "^4.3.8",
54-
"jasmine-core": "~3.7.1",
53+
"husky": "^9.0.10",
54+
"jasmine-core": "~5.1.1",
5555
"jasmine-spec-reporter": "~7.0.0",
56-
"karma": "~6.3.2",
57-
"karma-chrome-launcher": "~3.1.0",
56+
"karma": "~6.4.2",
57+
"karma-chrome-launcher": "~3.2.0",
5858
"karma-coverage-istanbul-reporter": "~3.0.2",
59-
"karma-jasmine": "~4.0.1",
60-
"karma-jasmine-html-reporter": "^1.6.0",
59+
"karma-jasmine": "~5.1.0",
60+
"karma-jasmine-html-reporter": "^2.1.0",
6161
"protractor": "~7.0.0",
62-
"ts-node": "~9.1.1",
62+
"ts-node": "~10.9.2",
6363
"tslint": "~6.1.0",
6464
"typescript": "~5.3.3"
6565
},

0 commit comments

Comments
 (0)