Skip to content

Commit 10c7ada

Browse files
committed
update dependencies
1 parent e12b463 commit 10c7ada

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/OUTDATED.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ Open Template Hub - Animated Code Editor UI Component v4
1313

1414
Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies.
1515

16+
| Package | Current | Wanted | Latest | Location |
17+
| --- | --- | --- | --- | --- |
18+
| @angular-devkit/build-angular | 13.3.5 | 13.3.7 | 14.0.1 | animated-code-editor |
19+
| @angular/animations | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
20+
| @angular/cli | 13.3.5 | 13.3.7 | 14.0.1 | animated-code-editor |
21+
| @angular/common | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
22+
| @angular/compiler | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
23+
| @angular/compiler-cli | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
24+
| @angular/core | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
25+
| @angular/forms | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
26+
| @angular/platform-browser | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
27+
| @angular/platform-browser-dynamic | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
28+
| @angular/router | 13.3.8 | 13.3.11 | 14.0.1 | animated-code-editor |
29+
| @types/node | 17.0.33 | 17.0.41 | 17.0.41 | animated-code-editor |
30+
| jasmine-core | 4.1.1 | 4.2.0 | 4.2.0 | animated-code-editor |
31+
| karma-jasmine-html-reporter | 1.7.0 | 1.7.0 | 2.0.0 | animated-code-editor |
32+
| ng-packagr | 13.3.1 | 13.3.1 | 14.0.1 | animated-code-editor |
33+
| typescript | 4.6.4 | 4.7.3 | 4.7.3 | animated-code-editor |
1634

1735
<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>
1836

projects/animated-code-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "4.0.2",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@angular/common": "^13.3.0",
8-
"@angular/core": "^13.3.0"
7+
"@angular/common": "^14.0.1",
8+
"@angular/core": "^14.0.1"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)