Skip to content

Commit aa6e9a1

Browse files
chore(): deps update
1 parent bd1405f commit aa6e9a1

14 files changed

+1793
-1906
lines changed

examples/basic/dist/my-app/3rdpartylicenses.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
@angular-devkit/build-angular
2+
MIT
3+
The MIT License
4+
5+
Copyright (c) 2017 Google, Inc.
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.
24+
25+
126
@angular/common
227
MIT
328

examples/basic/dist/my-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<link rel="stylesheet" href="styles.3ff695c00d717f2d2a11.css"></head>
1010
<body>
1111
<app-root></app-root>
12-
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.1bc60c42ebbedcbe1577.js"></script><script type="text/javascript" src="main.c118e312c2ec8b88f2fd.js"></script></body>
12+
<script src="runtime.741402d1d47331ce975c.js"></script><script src="polyfills-es5.613d1909ec381c0aefb7.js" nomodule></script><script src="polyfills.1ac0c851e3b99934b6ea.js"></script><script src="main.d8bee6692716a9e82aef.js"></script></body>
1313
</html>

examples/basic/dist/my-app/main.c118e312c2ec8b88f2fd.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/basic/dist/my-app/main.d8bee6692716a9e82aef.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/dist/my-app/polyfills-es5.613d1909ec381c0aefb7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/dist/my-app/polyfills.1ac0c851e3b99934b6ea.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/dist/my-app/polyfills.1bc60c42ebbedcbe1577.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/basic/package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,32 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "^7.2.9",
13-
"@angular/common": "^7.2.9",
14-
"@angular/compiler": "^7.2.9",
15-
"@angular/core": "^7.2.9",
16-
"@angular/forms": "^7.2.9",
17-
"@angular/http": "^7.2.9",
18-
"@angular/platform-browser": "^7.2.9",
19-
"@angular/platform-browser-dynamic": "^7.2.9",
20-
"@angular/router": "^7.2.9",
12+
"@angular/animations": "^8.0.0",
13+
"@angular/common": "^8.0.0",
14+
"@angular/compiler": "^8.0.0",
15+
"@angular/core": "^8.0.0",
16+
"@angular/forms": "^8.0.0",
17+
"@angular/platform-browser": "^8.0.0",
18+
"@angular/platform-browser-dynamic": "^8.0.0",
19+
"@angular/router": "^8.0.0",
2120
"angular-stl-model-viewer": "file:../../dist",
2221
"core-js": "^2.5.7",
23-
"rxjs": "^6.4.0",
24-
"three": "^0.102.1",
22+
"rxjs": "^6.5.2",
23+
"three": "^0.105.2",
2524
"three-orbitcontrols": "^2.102.1",
2625
"three-stl-loader": "^1.0.6",
27-
"zone.js": "~0.8.29"
26+
"zone.js": "~0.9.1"
2827
},
2928
"devDependencies": {
30-
"@angular-devkit/build-angular": "~0.13.6",
31-
"@angular/cli": "~7.3.6",
32-
"@angular/compiler-cli": "^7.2.9",
33-
"@angular/language-service": "^7.2.9",
29+
"@angular-devkit/build-angular": "~0.800.1",
30+
"@angular/cli": "~8.0.1",
31+
"@angular/compiler-cli": "^8.0.0",
32+
"@angular/language-service": "^8.0.0",
3433
"@types/node": "~10.12.1",
35-
"@types/three": "^0.93.26",
36-
"codelyzer": "~4.5.0",
37-
"ts-node": "~8.0.3",
38-
"tslint": "~5.14.0",
39-
"typescript": "~3.1.4"
34+
"codelyzer": "~5.1.0",
35+
"ts-node": "~8.2.0",
36+
"tslint": "~5.17.0",
37+
"typescript": "~3.4.1"
4038
},
4139
"engines": {
4240
"node": ">= 10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<h1>{{title}}</h1>
2-
<stl-model-viewer [meshOptions]="{ scale: {x: 0.03, y: 0.02, z: 0.03} }" stlModel="./assets/peter.stl"></stl-model-viewer>
2+
<stl-model-viewer [meshOptions]="{}" stlModel="./assets/peter.stl"></stl-model-viewer>

0 commit comments

Comments
 (0)