Skip to content

Commit

Permalink
Merge pull request #16 from open-template-hub/develop
Browse files Browse the repository at this point in the history
Release/update dependencies
  • Loading branch information
furknyavuz committed Jun 10, 2022
2 parents 8308c3c + ba9a80a commit 79b43aa
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-dependency-checker-workflow.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: NPM Install
run: npm i
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-tags.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/

- name: NPM Install
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://npm.pkg.github.com
scope: '@open-template-hub'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-version-update.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Bump Version and Create Tag
uses: phips28/gh-action-bump-version@master
Expand Down
2 changes: 1 addition & 1 deletion .run/build-lib.run.xml
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="build" />
</scripts>
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
9 changes: 9 additions & 0 deletions .run/install.run.xml
@@ -0,0 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="install" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="install" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
</component>
2 changes: 1 addition & 1 deletion .run/outdated.run.xml
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="outdated" />
</scripts>
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/update.run.xml
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="update" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="update" />
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -11,31 +11,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.8",
"@angular/common": "^13.3.8",
"@angular/compiler": "^13.3.8",
"@angular/core": "^13.3.8",
"@angular/forms": "^13.3.8",
"@angular/platform-browser": "^13.3.8",
"@angular/platform-browser-dynamic": "^13.3.8",
"@angular/router": "^13.3.8",
"@angular/animations": "^14.0.1",
"@angular/common": "^14.0.1",
"@angular/compiler": "^14.0.1",
"@angular/core": "^14.0.1",
"@angular/forms": "^14.0.1",
"@angular/platform-browser": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular/router": "^14.0.1",
"rxjs": "~7.5.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.5",
"@angular/cli": "^13.3.5",
"@angular/compiler-cli": "^13.3.8",
"@angular-devkit/build-angular": "^14.0.1",
"@angular/cli": "^14.0.1",
"@angular/compiler-cli": "^14.0.1",
"@types/jasmine": "^4.0.3",
"@types/node": "^17.0.33",
"@types/node": "^17.0.41",
"jasmine-core": "^4.1.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.3.1",
"typescript": "^4.6.4"
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^14.0.1",
"typescript": "^4.7.3"
}
}

0 comments on commit 79b43aa

Please sign in to comment.