Skip to content

Commit

Permalink
Angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Jul 1, 2023
1 parent aa46f0f commit 6cfb12e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 39 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,8 @@
}
}
}},
"defaultProject": "tinycam-client-web"
"defaultProject": "tinycam-client-web",
"cli": {
"analytics": false
}
}
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinycam-client-web",
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -11,45 +11,45 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/cdk": "~13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/material": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@juggle/resize-observer": "^3.3.1",
"core-js": "^3.20.3",
"ngx-infinite-scroll": "~10.0.1",
"@angular/animations": "~16.1.1",
"@angular/cdk": "~16.1.1",
"@angular/common": "~16.1.1",
"@angular/compiler": "~16.1.1",
"@angular/core": "~16.1.1",
"@angular/forms": "~16.1.1",
"@angular/material": "16.1.1",
"@angular/platform-browser": "~16.1.1",
"@angular/platform-browser-dynamic": "~16.1.1",
"@angular/router": "~16.1.1",
"@juggle/resize-observer": "^3.4.0",
"core-js": "^3.31.0",
"ngx-infinite-scroll": "~16.0.0",
"ngx-moment": "~6.0.2",
"nipplejs": "~0.9.0",
"rxjs": "~7.5.2",
"smoothie": "~1.36.0",
"tslib": "~2.3.1",
"video.js": "^7.17.0",
"zone.js": "~0.11.4"
"nipplejs": "~0.10.1",
"rxjs": "~7.8.1",
"smoothie": "~1.36.1",
"tslib": "~2.5.3",
"video.js": "^8.3.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.0",
"@angular/cli": "^13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.3",
"@types/node": "^17.0.13",
"@types/video.js": "^7.3.30",
"@angular-devkit/build-angular": "^16.1.0",
"@angular/cli": "^16.1.0",
"@angular/compiler-cli": "~16.1.1",
"@types/jasmine": "~4.3.3",
"@types/node": "^20.3.1",
"@types/video.js": "^7.3.52",
"codelyzer": "^6.0.2",
"eslint": "~8.8.0",
"jasmine-core": "~4.0.0",
"eslint": "~8.43.0",
"jasmine-core": "~5.0.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.12",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.3.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "^7.0.0",
"ts-node": "~10.4.0",
"typescript": "~4.5.5"
"ts-node": "~10.9.1",
"typescript": "~5.1.3"
}
}
2 changes: 1 addition & 1 deletion src/app/components/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import StorageUtils from '../utils-storage';
<div style="padding-top: 20px; padding-bottom: 10px" class="mat-small app-text-center">
Want to have constant 24/7 recording? Check <a href="https://cloud.tinycammonitor.com/">tinyCam Cloud</a> service.<br/>
<a href="https://tinysolutionsllc.com/">Tiny Solutions LLC., 2010–2022</a>
<a href="https://tinysolutionsllc.com/">Tiny Solutions LLC., 2010–2023</a>
</div>
</div>
`,
Expand Down
5 changes: 3 additions & 2 deletions src/assets/js/all.min.js

Large diffs are not rendered by default.

0 comments on commit 6cfb12e

Please sign in to comment.