This commit is contained in:
tidusjar 2022-11-30 15:30:08 +00:00
commit 610d781fe0
4 changed files with 1173 additions and 968 deletions

View file

@ -13,18 +13,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/animations": "^15.0.1",
"@angular/cdk": "^13.2.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/localize": "^14.0.0",
"@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1",
"@angular/core": "^15.0.1",
"@angular/forms": "^15.0.1",
"@angular/localize": "^15.0.1",
"@angular/material": "^13.2.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/platform-server": "^14.0.0",
"@angular/router": "^14.0.0",
"@angular/platform-browser": "^15.0.1",
"@angular/platform-browser-dynamic": "^15.0.1",
"@angular/platform-server": "^15.0.1",
"@angular/router": "^15.0.1",
"@angularclass/hmr": "^3.0.0",
"@auth0/angular-jwt": "^5.0.2",
"@fortawesome/fontawesome-free": "^6.0.0",
@ -36,7 +36,7 @@
"@ngx-translate/http-loader": "^7.0.0",
"@ngxs/devtools-plugin": "^3.7.3",
"@ngxs/store": "^3.7.3",
"@types/jquery": "^3.5.13",
"@types/jquery": "^3.5.14",
"@yellowspot/ng-truncate": "^2.0.0",
"angular-router-loader": "^0.8.5",
"angularx-qrcode": "^15.0.0",
@ -46,7 +46,7 @@
"eventemitter2": "^5.0.1",
"fullcalendar": "^4.0.0-alpha.4",
"immer": "^9.0.6",
"jquery": "3.3.1",
"jquery": "3.6.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ng2-cookies": "^1.0.12",
@ -57,7 +57,7 @@
"popper.js": "^1.14.3",
"primeicons": "^6.0.1",
"primeng": "^15.0.0-rc.1",
"protractor": "~5.4.0",
"protractor": "~7.0.0",
"rxjs": "^7.5.4",
"sass-recursive-map-merge": "^1.0.1",
"store": "^2.0.12",
@ -69,10 +69,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0",
"@angular/cli": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/language-service": "^14.0.0",
"@angular-devkit/build-angular": "^15.0.2",
"@angular/cli": "^15.0.2",
"@angular/compiler-cli": "^15.0.1",
"@angular/language-service": "^15.0.1",
"@babel/core": "^7.18.9",
"@compodoc/compodoc": "^1.1.19",
"@storybook/addon-actions": "^6.5.9",
@ -90,7 +90,7 @@
"babel-loader": "^8.2.5",
"chromatic": "^6.7.1",
"codelyzer": "^6.0.1",
"typescript": "~4.7.3"
"typescript": "~4.8.4"
},
"optionalDependencies": {
"protractor": "~5.4.0",
@ -99,4 +99,4 @@
},
"readme": "ERROR: No README data found!",
"_id": "ombi@3.0.0"
}
}

View file

@ -9,7 +9,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2020",
"target": "ES2022",
"types": [
"node"
],
@ -21,7 +21,8 @@
"lib": [
"es2017",
"dom"
]
],
"useDefineForClassFields": false
},
"files": [
"main.ts",

View file

@ -9,17 +9,20 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2020",
"types": ["node"],
"resolveJsonModule":true,
"allowSyntheticDefaultImports":true,
"target": "ES2022",
"types": [
"node"
],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
],
"useDefineForClassFields": false
}
,
"files": [

File diff suppressed because it is too large Load diff