Skip to content

Commit

Permalink
#161 Upgrade versions
Browse files Browse the repository at this point in the history
- upgraded to three 0.133.2
- Switched to Angular CLI 9.0.0-rc.12 (to be verified)
- Removed workaround: `angularCompilerOptions.disableTypeScriptVersionCheck=true`

The rest workarounds left:
- added polyfills.ts: __importDefault
- added __importDefault to test.ts
  • Loading branch information
makimenko committed Jan 31, 2020
1 parent 308549a commit 858446e
Show file tree
Hide file tree
Showing 21 changed files with 12,348 additions and 9,110 deletions.
21,373 changes: 12,298 additions & 9,075 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,42 +15,42 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@storybook/addon-knobs": "^5.2.8",
"@storybook/addon-options": "^5.2.8",
"core-js": "^3.6.1",
"@angular/animations": "^9.0.0-rc.12",
"@angular/common": "^9.0.0-rc.12",
"@angular/compiler": "^9.0.0-rc.12",
"@angular/core": "^9.0.0-rc.12",
"@angular/forms": "^9.0.0-rc.12",
"@angular/platform-browser": "^9.0.0-rc.12",
"@angular/platform-browser-dynamic": "^9.0.0-rc.12",
"@angular/router": "^9.0.0-rc.12",
"@storybook/addon-knobs": "^5.3.9",
"@storybook/addon-options": "^5.3.9",
"core-js": "^3.6.4",
"rxjs": "^6.5.3",
"three": "^0.112.1",
"three": "^0.113.2",
"three.meshline": "^1.2.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.21",
"@angular-devkit/build-ng-packagr": "^0.803.21",
"@angular/cli": "^8.3.21",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@babel/core": "^7.8.0",
"@angular-devkit/build-angular": "^0.803.24",
"@angular-devkit/build-ng-packagr": "^0.803.24",
"@angular/cli": "^9.0.0-rc.12",
"@angular/compiler-cli": "^9.0.0-rc.12",
"@angular/language-service": "^9.0.0-rc.12",
"@babel/core": "^7.8.4",
"@compodoc/compodoc": "^1.1.11",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addon-notes": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/angular": "^5.2.8",
"@types/jasmine": "^3.5.0",
"@storybook/addon-actions": "^5.3.9",
"@storybook/addon-links": "^5.3.9",
"@storybook/addon-notes": "^5.3.9",
"@storybook/addons": "^5.3.9",
"@storybook/angular": "^5.3.9",
"@types/jasmine": "^3.5.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^13.1.1",
"@types/node": "^13.5.3",
"@types/three": "^0.103.2",
"@types/webgl2": "0.0.5",
"babel-loader": "^8.0.6",
"codecov": "^3.6.1",
"codecov": "^3.6.3",
"codelyzer": "^5.2.1",
"greenkeeper-lockfile": "^1.15.1",
"jasmine-core": "~3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/atft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
}
],
"peerDependencies": {
"@angular/common": "^8.2.2",
"@angular/core": "^8.2.2",
"three": "^0.112.1"
"@angular/common": "^9.0.0-rc.12",
"@angular/core": "^9.0.0-rc.12",
"three": "^0.113.3"
},
"dependencies": {},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions projects/atft/src/lib/actor/data-center/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './atft-data-center-actor.module';
export * from './layer';
export * from './server';
1 change: 1 addition & 0 deletions projects/atft/src/lib/animation/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './atft-animation.module';
export * from './animation.service';
1 change: 1 addition & 0 deletions projects/atft/src/lib/camera/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './atft-camera.module';
export * from './abstract-camera';
export * from './perspective-camera.component';
1 change: 1 addition & 0 deletions projects/atft/src/lib/control/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './atft-control.module';
export * from './orbit-controls.component';
export * from './map-controls.component';
1 change: 1 addition & 0 deletions projects/atft/src/lib/effect/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './atft-effect.module';
export * from './dashed-draw.directive';
1 change: 1 addition & 0 deletions projects/atft/src/lib/object/connector/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './atft-connector.module';
export * from './mesh-line-connector.component';
export * from './line-connector.component';
1 change: 1 addition & 0 deletions projects/atft/src/lib/object/helper/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './atft-helper.module';
export * from './grid-helper.component';
export * from './axes-helper.component';
export * from './empty.component';
3 changes: 3 additions & 0 deletions projects/atft/src/lib/object/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from './atft-object.module';

export * from './abstract-object-3d';
export * from './abstract-lazy-object-3d';
export * from './scene.component';
Expand All @@ -7,3 +9,4 @@ export * from './light';
export * from './loader';
export * from './mesh';
export * from './connector';
export * from './text';
1 change: 1 addition & 0 deletions projects/atft/src/lib/object/light/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './atft-light.module';
export * from './point-light.component';
export * from './directional-light.component';
export * from './hemisphere-light.component';
1 change: 1 addition & 0 deletions projects/atft/src/lib/object/loader/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './atft-loader.module';
export * from './obj-loader.component';
export * from './object-loader.component';
export * from './svg-loader.component';
Expand Down
1 change: 1 addition & 0 deletions projects/atft/src/lib/object/mesh/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './atft-mesh.module';
export * from './cylinder-mesh.component';
export * from './sphere-mesh.component';
export * from './torus-mesh.component';
Expand Down
3 changes: 2 additions & 1 deletion projects/atft/src/lib/object/text/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from '../text/text-mesh.component';
export * from './atft-text.module';
export * from './text-mesh.component';
2 changes: 2 additions & 0 deletions projects/atft/src/lib/pipe/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './atft-pipe.module';

export * from './deg2rad.pipe';
export * from './rad2deg.pipe';
1 change: 1 addition & 0 deletions projects/atft/src/lib/raycaster/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './atft-raycaster.module';
export * from './raycaster-group.directive';
export * from './raycaster-enable.directive';
export * from './raycaster-camera.directive';
Expand Down
1 change: 1 addition & 0 deletions projects/atft/src/lib/renderer/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './atft-renderer.module';
export * from './renderer-canvas.component';
export * from './renderer.service';
1 change: 1 addition & 0 deletions projects/atft/src/lib/stats/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './stats.module';
export * from './stats.service';
export * from './stats-auto-show.directive';
3 changes: 1 addition & 2 deletions projects/atft/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"disableTypeScriptVersionCheck": true
"enableResourceInlining": true
},
"exclude": [
"src/test.ts",
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@
"node_modules/core-js/proposals/reflect-metadata"
]
}
},
"angularCompilerOptions": {
"disableTypeScriptVersionCheck": true
}
}

0 comments on commit 858446e

Please sign in to comment.