Skip to content

Commit df0842e

Browse files
kufuntuAndre Steudelbeeman
authored
chore: update to ng 15 (angular-split#341)
* update to ng 15 * update package dependencies * chore: update to ng 15 --------- Co-authored-by: Andre Steudel <[email protected]> Co-authored-by: Bram Borggreve <[email protected]>
1 parent 97aa0e3 commit df0842e

4 files changed

Lines changed: 2159 additions & 2816 deletions

File tree

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -25,53 +25,53 @@
2525
},
2626
"private": true,
2727
"dependencies": {
28-
"@angular/animations": "^14.0.4",
29-
"@angular/common": "^14.0.4",
30-
"@angular/compiler": "^14.0.4",
31-
"@angular/core": "^14.0.4",
32-
"@angular/forms": "^14.0.4",
33-
"@angular/platform-browser": "^14.0.4",
34-
"@angular/platform-browser-dynamic": "^14.0.4",
35-
"@angular/router": "^14.0.4",
36-
"angular-cli-ghpages": "^1.0.3",
37-
"bootstrap": "5.1.3",
38-
"core-js": "3.23.3",
39-
"husky": "^8.0.1",
40-
"lint-staged": "^13.0.3",
28+
"@angular/animations": "^15.2.0",
29+
"@angular/common": "^15.2.0",
30+
"@angular/compiler": "^15.2.0",
31+
"@angular/core": "^15.2.0",
32+
"@angular/forms": "^15.2.0",
33+
"@angular/platform-browser": "^15.2.0",
34+
"@angular/platform-browser-dynamic": "^15.2.0",
35+
"@angular/router": "^15.2.0",
36+
"angular-cli-ghpages": "^1.0.5",
37+
"bootstrap": "5.2.3",
38+
"core-js": "3.28.0",
39+
"husky": "^8.0.3",
40+
"lint-staged": "^13.1.2",
4141
"lodash": "4.17.21",
42-
"marked": "4.0.17",
43-
"ngx-bootstrap": "9.0.0",
44-
"prettier": "^2.7.1",
45-
"rxjs": "7.5.5",
46-
"tsickle": "^0.46.0",
47-
"zone.js": "~0.11.6"
42+
"marked": "4.2.12",
43+
"ngx-bootstrap": "10.2.0",
44+
"prettier": "^2.8.4",
45+
"rxjs": "7.8.0",
46+
"tsickle": "^0.46.3",
47+
"zone.js": "~0.12.0"
4848
},
4949
"devDependencies": {
50-
"@angular-devkit/architect": "^0.1400.4",
51-
"@angular-devkit/build-angular": "^14.0.4",
52-
"@angular-devkit/core": "^14.0.4",
53-
"@angular-devkit/schematics": "^14.0.4",
54-
"@angular/cli": "^14.0.4",
55-
"@angular/compiler-cli": "^14.0.4",
56-
"@angular/language-service": "^14.0.4",
57-
"@types/marked": "^4.0.3",
58-
"@types/node": "18.0.1",
50+
"@angular-devkit/architect": "^0.1502.0",
51+
"@angular-devkit/build-angular": "^15.2.0",
52+
"@angular-devkit/core": "^15.2.0",
53+
"@angular-devkit/schematics": "^15.2.0",
54+
"@angular/cli": "^15.2.0",
55+
"@angular/compiler-cli": "^15.2.0",
56+
"@angular/language-service": "^15.2.0",
57+
"@types/marked": "^4.0.8",
58+
"@types/node": "18.14.0",
5959
"codelyzer": "^6.0.2",
60-
"concurrently": "7.2.2",
61-
"cypress": "10.3.0",
62-
"ng-packagr": "^14.0.2",
60+
"concurrently": "7.6.0",
61+
"cypress": "12.6.0",
62+
"ng-packagr": "^15.1.2",
6363
"npm-run-all": "4.1.5",
64-
"postcss": "8.4.14",
65-
"serve": "^13.0.2",
66-
"ts-node": "10.8.2",
67-
"tslib": "^2.4.0",
64+
"postcss": "8.4.21",
65+
"serve": "^14.2.0",
66+
"ts-node": "10.9.1",
67+
"tslib": "^2.5.0",
6868
"tslint": "~6.1.3",
69-
"typescript": "4.7.4",
70-
"webpack-bundle-analyzer": "4.5.0"
69+
"typescript": "4.9.5",
70+
"webpack-bundle-analyzer": "4.8.0"
7171
},
7272
"lint-staged": {
7373
"*.{js,json,css,scss,less,md,ts,tsx,html,component.html,graphql}": [
7474
"prettier --write"
7575
]
7676
}
77-
}
77+
}

projects/angular-split/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": "es2020",
65
"module": "es2015",
76
"moduleResolution": "node",
87
"declaration": true,

tsconfig.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@
1010
"moduleResolution": "node",
1111
"emitDecoratorMetadata": true,
1212
"experimentalDecorators": true,
13-
"target": "es2020",
14-
"typeRoots": ["node_modules/@types"],
15-
"lib": ["es2018", "dom"],
13+
"target": "ES2022",
14+
"typeRoots": [
15+
"node_modules/@types"
16+
],
17+
"lib": [
18+
"es2018",
19+
"dom"
20+
],
1621
"paths": {
17-
"angular-split": ["dist/angular-split"],
18-
"angular-split/*": ["dist/angular-split/*"]
19-
}
22+
"angular-split": [
23+
"dist/angular-split"
24+
],
25+
"angular-split/*": [
26+
"dist/angular-split/*"
27+
]
28+
},
29+
"useDefineForClassFields": false
2030
}
2131
}

0 commit comments

Comments
 (0)