Skip to content

Commit c93c177

Browse files
committed
update dependencies
1 parent 10c7ada commit c93c177

File tree

6 files changed

+28
-37
lines changed

6 files changed

+28
-37
lines changed

.run/build-lib.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<scripts>
66
<script value="build" />
77
</scripts>
8-
<node-interpreter value="project" />
8+
<node-interpreter value="/usr/local/bin/node" />
99
<envs />
1010
<method v="2" />
1111
</configuration>

.run/install.run.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="install" type="js.build_tools.npm" nameIsGenerated="true">
3+
<package-json value="$PROJECT_DIR$/package.json" />
4+
<command value="install" />
5+
<node-interpreter value="/usr/local/bin/node" />
6+
<envs />
7+
<method v="2" />
8+
</configuration>
9+
</component>

.run/outdated.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<scripts>
66
<script value="outdated" />
77
</scripts>
8-
<node-interpreter value="project" />
8+
<node-interpreter value="/usr/local/bin/node" />
99
<envs />
1010
<method v="2" />
1111
</configuration>

.run/update.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration default="false" name="update" type="js.build_tools.npm" nameIsGenerated="true">
33
<package-json value="$PROJECT_DIR$/package.json" />
44
<command value="update" />
5-
<node-interpreter value="project" />
5+
<node-interpreter value="/usr/local/bin/node" />
66
<envs />
77
<method v="2" />
88
</configuration>

docs/OUTDATED.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ 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 |
3416

3517
<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>
3618

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
},
1212
"private": true,
1313
"dependencies": {
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",
14+
"@angular/animations": "^14.0.1",
15+
"@angular/common": "^14.0.1",
16+
"@angular/compiler": "^14.0.1",
17+
"@angular/core": "^14.0.1",
18+
"@angular/forms": "^14.0.1",
19+
"@angular/platform-browser": "^14.0.1",
20+
"@angular/platform-browser-dynamic": "^14.0.1",
21+
"@angular/router": "^14.0.1",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.4.0",
2424
"zone.js": "~0.11.4"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^13.3.5",
28-
"@angular/cli": "^13.3.5",
29-
"@angular/compiler-cli": "^13.3.8",
27+
"@angular-devkit/build-angular": "^14.0.1",
28+
"@angular/cli": "^14.0.1",
29+
"@angular/compiler-cli": "^14.0.1",
3030
"@types/jasmine": "^4.0.3",
31-
"@types/node": "^17.0.33",
32-
"jasmine-core": "^4.1.1",
31+
"@types/node": "^17.0.41",
32+
"jasmine-core": "^4.2.0",
3333
"karma": "^6.3.20",
3434
"karma-chrome-launcher": "~3.1.0",
3535
"karma-coverage": "^2.2.0",
3636
"karma-jasmine": "^5.0.1",
37-
"karma-jasmine-html-reporter": "~1.7.0",
38-
"ng-packagr": "^13.3.1",
39-
"typescript": "^4.6.4"
37+
"karma-jasmine-html-reporter": "^2.0.0",
38+
"ng-packagr": "^14.0.1",
39+
"typescript": "^4.7.3"
4040
}
4141
}

0 commit comments

Comments
 (0)