feat: upgrade to Angular 16.1

This commit is contained in:
Thea Schöbl
2023-07-24 11:38:58 +00:00
committed by Rainer Killinger
parent df37c6c185
commit 23481d0d73
109 changed files with 2681 additions and 3931 deletions

View File

@@ -19,7 +19,7 @@
"@openstapps/tsconfig": "workspace:*",
"@types/node": "18.15.3",
"eslint": "8.43.0",
"typescript": "4.9.5"
"typescript": "5.1.6"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "5.60.1",

View File

@@ -65,7 +65,7 @@
"mocha-junit-reporter": "2.2.0",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"typescript": "4.9.5"
"typescript": "5.1.6"
},
"tsup": {
"entry": [

View File

@@ -1,12 +1,12 @@
{
"compilerOptions": {
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"downlevelIteration": true,
"inlineSourceMap": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
@@ -21,9 +21,9 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "../../../lib/",
"lib": ["ES2021", "DOM"],
"lib": ["ES2022", "DOM"],
"strict": true,
"target": "ES2021"
"target": "ES2022"
},
"ts-node": {
"transpileOnly": true