Skip to content

Commit dc61b90

Browse files
angular 15
1 parent 7bedcb0 commit dc61b90

File tree

8 files changed

+41640
-8445
lines changed

8 files changed

+41640
-8445
lines changed

package-lock.json

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

package.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,57 +14,58 @@
1414
"build": "ng build",
1515
"build:prod": "ng build --project angular-stl-model-viewer --configuration production && cp ./README.md ./dist/angular-stl-model-viewer",
1616
"build:deploy": "ng build --configuration production --project examples && gh-pages -d ./dist/examples",
17-
"test": "ng test",
17+
"test": "ng test --project angular-stl-model-viewer",
1818
"lint": "ng lint",
1919
"postinstall": "ngcc"
2020
},
2121
"dependencies": {
22-
"@angular/animations": "^14.2.7",
23-
"@angular/common": "^14.2.7",
24-
"@angular/compiler": "^14.2.7",
25-
"@angular/core": "^14.2.7",
26-
"@angular/forms": "^14.2.7",
27-
"@angular/platform-browser": "^14.2.7",
28-
"@angular/platform-browser-dynamic": "^14.2.7",
29-
"@angular/router": "^14.2.7",
22+
"@angular/animations": "^15.0.0",
23+
"@angular/common": "^15.0.0",
24+
"@angular/compiler": "^15.0.0",
25+
"@angular/core": "^15.0.0",
26+
"@angular/forms": "^15.0.0",
27+
"@angular/platform-browser": "^15.0.0",
28+
"@angular/platform-browser-dynamic": "^15.0.0",
29+
"@angular/router": "^15.0.0",
3030
"rxjs": "^7.5.7",
31-
"three": "^0.144.0",
32-
"tslib": "^2.4.0",
33-
"zone.js": "~0.11.8"
31+
"three": "^0.146.0",
32+
"tslib": "^2.4.1",
33+
"zone.js": "~0.12.0"
3434
},
3535
"devDependencies": {
36-
"@angular-devkit/architect": "^0.1402.6",
37-
"@angular-devkit/build-angular": "^14.2.6",
38-
"@angular-devkit/core": "^14.2.6",
39-
"@angular-devkit/schematics": "^14.2.6",
40-
"@angular-eslint/builder": "^14.1.2",
41-
"@angular-eslint/eslint-plugin": "^14.1.2",
42-
"@angular-eslint/eslint-plugin-template": "^14.1.2",
43-
"@angular-eslint/schematics": "^14.1.2",
44-
"@angular-eslint/template-parser": "^14.1.2",
45-
"@angular/cli": "^14.2.6",
46-
"@angular/compiler-cli": "^14.2.7",
47-
"@angular/localize": "^14.2.7",
36+
"@angular-devkit/architect": "^0.1500.0",
37+
"@angular-devkit/build-angular": "^15.0.0",
38+
"@angular-devkit/core": "^15.0.0",
39+
"@angular-devkit/schematics": "^15.0.0",
40+
"@angular-eslint/builder": "^15.0.0",
41+
"@angular-eslint/eslint-plugin": "^15.0.0",
42+
"@angular-eslint/eslint-plugin-template": "^15.0.0",
43+
"@angular-eslint/schematics": "^15.0.0",
44+
"@angular-eslint/template-parser": "^15.0.0",
45+
"@angular/cli": "^15.0.0",
46+
"@angular/compiler-cli": "^15.0.0",
47+
"@angular/localize": "^15.0.0",
4848
"@types/jasmine": "^4.3.0",
4949
"@types/jasminewd2": "^2.0.10",
5050
"@types/node": "*",
51-
"@typescript-eslint/eslint-plugin": "^5.40.1",
52-
"@typescript-eslint/parser": "5.36.1",
53-
"eslint": "^8.26.0",
51+
"@typescript-eslint/eslint-plugin": "^5.43.0",
52+
"@typescript-eslint/parser": "^5.43.0",
53+
"eslint": "^8.28.0",
5454
"eslint-plugin-import": "^2.26.0",
55-
"eslint-plugin-jsdoc": "^39.3.14",
55+
"eslint-plugin-jsdoc": "^39.6.2",
5656
"eslint-plugin-prefer-arrow": "^1.2.3",
5757
"gh-pages": "^4.0.0",
58-
"jasmine-core": "^4.4.0",
58+
"jasmine-core": "^4.5.0",
5959
"jasmine-spec-reporter": "^7.0.0",
6060
"karma": "^6.4.1",
6161
"karma-chrome-launcher": "^3.1.1",
6262
"karma-coverage": "^2.2.0",
6363
"karma-jasmine": "^5.1.0",
6464
"karma-jasmine-html-reporter": "^2.0.0",
65-
"ng-packagr": "^14.2.1",
66-
"puppeteer": "^17.1.3",
65+
"ng-packagr": "^15.0.0",
66+
"puppeteer": "^19.2.2",
67+
"rollup": "^2.0.0",
6768
"ts-node": "^10.9.1",
68-
"typescript": "~4.7.4"
69+
"typescript": "~4.8.2"
6970
}
7071
}

projects/angular-stl-model-viewer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-stl-model-viewer",
33
"license": "MIT",
4-
"version": "6.0.0",
4+
"version": "7.0.0",
55
"author": "Marcus Kirsch & Bengt Weiße",
66
"description": "Angular component for rendering a STL model",
77
"bugs": "https://github.com/codaline-io/angular-stl-model-viewer/issues",
@@ -14,11 +14,11 @@
1414
"node": ">= 16"
1515
},
1616
"peerDependencies": {
17-
"@angular/common": "^14.0.0",
18-
"@angular/core": "^14.0.0",
17+
"@angular/common": "^14.0.0 || ^15.0.0",
18+
"@angular/core": "^14.0.0 || ^15.0.0",
1919
"rxjs": "^7.4.0",
2020
"three": "^0.120.0",
21-
"zone.js": "~0.11.4"
21+
"zone.js": "~0.11.4 || ~0.12.0"
2222
},
2323
"dependencies": {
2424
"tslib": "^2.0.1"

projects/angular-stl-model-viewer/src/test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ getTestBed().initTestEnvironment(
2020
BrowserDynamicTestingModule,
2121
platformBrowserDynamicTesting()
2222
)
23-
// Then we find all the tests.
24-
const context = require.context('./', true, /\.spec\.ts$/)
25-
// And load the modules.
26-
context.keys().map(context)

projects/angular-stl-model-viewer/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../out-tsc/lib",
5-
"target": "es2015",
65
"declaration": true,
76
"inlineSources": true,
87
"types": [],

projects/examples/src/test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ getTestBed().initTestEnvironment(
1919
BrowserDynamicTestingModule,
2020
platformBrowserDynamicTesting()
2121
)
22-
// Then we find all the tests.
23-
const context = require.context('./', true, /\.spec\.ts$/)
24-
// And load the modules.
25-
context.keys().map(context)

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"module": "esnext",
1111
"moduleResolution": "node",
1212
"importHelpers": true,
13-
"target": "es2015",
13+
"useDefineForClassFields": false,
14+
"target": "ES2022",
1415
"lib": [
1516
"es2018",
1617
"dom"

0 commit comments

Comments
 (0)