Skip to content

Commit 5590596

Browse files
authored
Merge pull request #11 from open-template-hub/develop
Release/update angular dependencies
2 parents b7f97c6 + 10c7ada commit 5590596

File tree

7 files changed

+40
-41
lines changed

7 files changed

+40
-41
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/issue-assigned-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Move Issue to In-Progress
1414
uses: alex-page/github-project-automation-plus@v0.3.0
1515
with:
16-
project: Open Template Hub Servers
16+
project: Open Template Hub Libraries
1717
column: In progress
1818
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

.github/workflows/issue-open-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Move Issue to In-Progress
1414
uses: alex-page/github-project-automation-plus@v0.3.0
1515
with:
16-
project: Open Template Hub Servers
16+
project: Open Template Hub Libraries
1717
column: To do
1818
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
1919

.github/workflows/pr-open-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Move PR to In-Progress
2525
uses: alex-page/github-project-automation-plus@v0.3.0
2626
with:
27-
project: Open Template Hub Servers
27+
project: Open Template Hub Libraries
2828
column: In progress
2929
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
3030

docs/OUTDATED.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,22 @@ Following packages are not updated in the develop branch yet. So, if you want to
1515

1616
| Package | Current | Wanted | Latest | Location |
1717
| --- | --- | --- | --- | --- |
18-
| @types/jasmine | 3.10.5 | 3.10.5 | 4.0.2 | animated-code-editor |
19-
| @types/node | 12.20.47 | 12.20.47 | 17.0.23 | animated-code-editor |
20-
| karma-coverage | 2.1.1 | 2.1.1 | 2.2.0 | animated-code-editor |
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 |
2134

2235
<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>
2336

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^13.3.2",
15-
"@angular/common": "^13.3.2",
16-
"@angular/compiler": "^13.3.2",
17-
"@angular/core": "^13.3.2",
18-
"@angular/forms": "^13.3.2",
19-
"@angular/platform-browser": "^13.3.2",
20-
"@angular/platform-browser-dynamic": "^13.3.2",
21-
"@angular/router": "^13.3.2",
14+
"@angular/animations": "^13.3.8",
15+
"@angular/common": "^13.3.8",
16+
"@angular/compiler": "^13.3.8",
17+
"@angular/core": "^13.3.8",
18+
"@angular/forms": "^13.3.8",
19+
"@angular/platform-browser": "^13.3.8",
20+
"@angular/platform-browser-dynamic": "^13.3.8",
21+
"@angular/router": "^13.3.8",
2222
"rxjs": "~7.5.0",
23-
"tslib": "^2.3.0",
23+
"tslib": "^2.4.0",
2424
"zone.js": "~0.11.4"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^13.3.2",
28-
"@angular/cli": "^13.3.2",
29-
"@angular/compiler-cli": "^13.3.2",
30-
"@types/jasmine": "^3.10.5",
31-
"@types/node": "^12.11.1",
32-
"jasmine-core": "~4.0.0",
33-
"karma": "~6.3.0",
27+
"@angular-devkit/build-angular": "^13.3.5",
28+
"@angular/cli": "^13.3.5",
29+
"@angular/compiler-cli": "^13.3.8",
30+
"@types/jasmine": "^4.0.3",
31+
"@types/node": "^17.0.33",
32+
"jasmine-core": "^4.1.1",
33+
"karma": "^6.3.20",
3434
"karma-chrome-launcher": "~3.1.0",
35-
"karma-coverage": "~2.1.0",
36-
"karma-jasmine": "^4.0.2",
35+
"karma-coverage": "^2.2.0",
36+
"karma-jasmine": "^5.0.1",
3737
"karma-jasmine-html-reporter": "~1.7.0",
3838
"ng-packagr": "^13.3.1",
39-
"typescript": "~4.6.2"
39+
"typescript": "^4.6.4"
4040
}
4141
}

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)