Skip to content

Commit

Permalink
updated to latest ng packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed May 5, 2021
1 parent 34fcc30 commit 07f5c19
Show file tree
Hide file tree
Showing 12 changed files with 654 additions and 1,973 deletions.
2,585 changes: 633 additions & 1,952 deletions samples/Client/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions samples/Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.11",
"@angular/cdk": "^11.2.10",
"@angular/common": "~11.2.11",
"@angular/compiler": "~11.2.11",
"@angular/core": "~11.2.11",
"@angular/forms": "~11.2.11",
"@angular/localize": "^11.2.11",
"@angular/platform-browser": "~11.2.11",
"@angular/platform-browser-dynamic": "~11.2.11",
"@angular/router": "~11.2.11",
"@angular/animations": "~11.2.12",
"@angular/cdk": "^11.2.11",
"@angular/common": "~11.2.12",
"@angular/compiler": "~11.2.12",
"@angular/core": "~11.2.12",
"@angular/forms": "~11.2.12",
"@angular/localize": "^11.2.12",
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"angular-oauth2-oidc": "^10.0.3",
"font-awesome": "4.7.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.10",
"@angular/cli": "~11.2.10",
"@angular/compiler-cli": "~11.2.11",
"@angular/language-service": "~11.2.11",
"@angular-devkit/build-angular": "~0.1102.11",
"@angular/cli": "~11.2.11",
"@angular/compiler-cli": "~11.2.12",
"@angular/language-service": "~11.2.12",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion samples/Server/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.21cebd106d067fcae8f4.css"></head>
<body>
<tw-root></tw-root>
<script src="runtime-es2015.a4dadbc03350107420a4.js" type="module"></script><script src="runtime-es5.a4dadbc03350107420a4.js" nomodule defer></script><script src="polyfills-es5.05dc72c70562d670c3fb.js" nomodule defer></script><script src="polyfills-es2015.5e6e22eb4d628f9ea214.js" type="module"></script><script src="main-es2015.1524e5034d3ccfd31843.js" type="module"></script><script src="main-es5.1524e5034d3ccfd31843.js" nomodule defer></script></body>
<script src="runtime-es2015.a4dadbc03350107420a4.js" type="module"></script><script src="runtime-es5.a4dadbc03350107420a4.js" nomodule defer></script><script src="polyfills-es5.24f7b72fc9e05666415c.js" nomodule defer></script><script src="polyfills-es2015.0d2fb33ff4e3419a55c7.js" type="module"></script><script src="main-es2015.1e4e2f538e500376967f.js" type="module"></script><script src="main-es5.1e4e2f538e500376967f.js" nomodule defer></script></body>
</html>
1 change: 0 additions & 1 deletion samples/Server/wwwroot/main-es2015.1524e5034d3ccfd31843.js

This file was deleted.

1 change: 1 addition & 0 deletions samples/Server/wwwroot/main-es2015.1e4e2f538e500376967f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion samples/Server/wwwroot/main-es5.1524e5034d3ccfd31843.js

This file was deleted.

1 change: 1 addition & 0 deletions samples/Server/wwwroot/main-es5.1e4e2f538e500376967f.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/Server/wwwroot/styles.21cebd106d067fcae8f4.css

Large diffs are not rendered by default.

0 comments on commit 07f5c19

Please sign in to comment.