Skip to content

Commit

Permalink
chore: angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Jun 3, 2022
1 parent b5526dc commit e0a81cf
Show file tree
Hide file tree
Showing 5 changed files with 2,158 additions and 2,624 deletions.
59 changes: 28 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,55 @@
"build:deploy": "ng build --configuration production --project examples --base-href angular-stl-model-viewer && gh-pages -d ./dist/examples",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "^13.3.10",
"@angular/common": "^13.3.10",
"@angular/compiler": "^13.3.10",
"@angular/core": "^13.3.10",
"@angular/forms": "^13.3.10",
"@angular/platform-browser": "^13.3.10",
"@angular/platform-browser-dynamic": "^13.3.10",
"@angular/router": "^13.3.10",
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"rxjs": "^7.5.5",
"three": "^0.137.5",
"three": "^0.141.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1300.4",
"@angular-devkit/build-angular": "^13.3.7",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-devkit/core": "^13.3.7",
"@angular-devkit/schematics": "^13.3.7",
"@angular-devkit/architect": "^0.1400.0",
"@angular-devkit/build-angular": "^14.0.0",
"@angular-devkit/core": "^14.0.0",
"@angular-devkit/schematics": "^14.0.0",
"@angular-eslint/builder": "^13.2.1",
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "^13.2.1",
"@angular-eslint/schematics": "^13.2.1",
"@angular-eslint/template-parser": "^13.2.1",
"@angular/cli": "^13.3.7",
"@angular/compiler-cli": "^13.3.10",
"@angular/localize": "^13.3.10",
"@types/jasmine": "^3.10.6",
"@angular/cli": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/localize": "^14.0.0",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "4.23.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "5.27.0",
"eslint": "^8.16.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"gh-pages": "^3.2.3",
"gh-pages": "^4.0.0",
"jasmine-core": "^4.1.1",
"jasmine-spec-reporter": "^6.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^13.3.1",
"protractor": "^7.0.0",
"puppeteer": "^13.7.0",
"karma-jasmine": "^5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^14.0.0",
"puppeteer": "^14.2.1",
"ts-node": "^10.8.0",
"typescript": "~4.4.4"
"typescript": "~4.7.2"
}
}
3 changes: 2 additions & 1 deletion projects/angular-stl-model-viewer/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../.eslintrc.json",
"ignorePatterns": [
"!**/*"
"!**/*",
"node_modules"
],
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-stl-model-viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AngularStlModelViewer

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.

## Code scaffolding

Expand Down
8 changes: 4 additions & 4 deletions projects/angular-stl-model-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-stl-model-viewer",
"license": "MIT",
"version": "5.0.1",
"version": "6.0.0",
"author": "Marcus Kirsch & Bengt Weiße",
"description": "Angular component for rendering a STL model",
"bugs": "https://github.com/codaline-io/angular-stl-model-viewer/issues",
Expand All @@ -14,9 +14,9 @@
"node": ">= 16"
},
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"rxjs": "^6.5.0 || ^7.4.0",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"rxjs": "^7.4.0",
"three": "^0.120.0",
"zone.js": "~0.11.4"
},
Expand Down
Loading

0 comments on commit e0a81cf

Please sign in to comment.