Skip to content

Commit

Permalink
chore: bump version, angular 17 only
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Nov 13, 2023
1 parent f623430 commit 723e90e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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": "9.0.0",
"version": "10.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,14 +14,14 @@
"node": ">= 16"
},
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0",
"rxjs": "^7.4.0 || ^7.8.0",
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"rxjs": "^7.8.0",
"three": "^0.125.0",
"zone.js": "~0.12.0 || ~0.13.0 || ~0.14.0"
"zone.js": "~0.14.0"
},
"dependencies": {
"tslib": "^2.0.1"
"tslib": "^^2.6.2"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 723e90e

Please sign in to comment.