Skip to content

Commit

Permalink
Merge pull request #5660 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Apr 26, 2023
2 parents d31b041 + ba9da98 commit bb930c3
Show file tree
Hide file tree
Showing 20 changed files with 2,823 additions and 2,352 deletions.
617 changes: 341 additions & 276 deletions package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.681.0",
"version": "4.684.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -19,18 +19,18 @@
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^15.2.0",
"@angular/animations": "15.2.7",
"@angular/cdk": "15.2.7",
"@angular/common": "15.2.7",
"@angular/compiler": "15.2.7",
"@angular/core": "15.2.7",
"@angular/forms": "15.2.7",
"@angular/localize": "15.2.7",
"@angular/platform-browser": "15.2.7",
"@angular/platform-browser-dynamic": "15.2.7",
"@angular/router": "15.2.7",
"@angular/service-worker": "15.2.7",
"@angular/upgrade": "15.2.7",
"@angular/animations": "15.2.8",
"@angular/cdk": "15.2.8",
"@angular/common": "15.2.8",
"@angular/compiler": "15.2.8",
"@angular/core": "15.2.8",
"@angular/forms": "15.2.8",
"@angular/localize": "15.2.8",
"@angular/platform-browser": "15.2.8",
"@angular/platform-browser-dynamic": "15.2.8",
"@angular/router": "15.2.8",
"@angular/service-worker": "15.2.8",
"@angular/upgrade": "15.2.8",
"@coreui/angular": "^4.3.4",
"@coreui/coreui": "4.2.6",
"@coreui/icons-angular": "^4.3.0",
Expand All @@ -42,7 +42,7 @@
"acorn": "8.8.2",
"ajv-formats": "2.1.1",
"angulartics2": "12.2.0",
"billboard.js": "3.7.5",
"billboard.js": "3.8.0",
"bootstrap": "4.6.2",
"chart.js": "4.2.1",
"cli-color": "2.0.3",
Expand All @@ -56,7 +56,7 @@
"file-saver": "2.0.5",
"follow-redirects": "1.15.2",
"globby": "13.1.4",
"html-to-pdfmake": "2.4.16",
"html-to-pdfmake": "2.4.20",
"html2canvas": "1.4.1",
"http-server": "14.1.1",
"is-promise": "4.0.0",
Expand Down Expand Up @@ -93,11 +93,11 @@
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.6",
"@angular/compiler-cli": "15.2.7",
"@angular/compiler-cli": "15.2.8",
"@compodoc/compodoc": "1.1.19",
"@playwright/test": "1.32.3",
"@types/jasmine": "4.3.1",
"@types/node": "18.15.11",
"@types/node": "18.16.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"async": "3.2.4",
Expand All @@ -114,13 +114,13 @@
"html-webpack-plugin": "5.5.1",
"husky": "8.0.3",
"json-loader": "0.5.7",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"less-loader": "11.1.0",
"lint-staged": "13.2.1",
"ngx-spec": "2.1.5",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"prettier": "2.8.8",
"raw-loader": "4.0.2",
"sass-loader": "13.2.2",
"script-loader": "0.7.2",
Expand All @@ -130,7 +130,7 @@
"ts-node": "10.9.1",
"typescript": "4.9.5",
"url-loader": "4.1.1",
"webpack-cli": "5.0.1"
"webpack-cli": "5.0.2"
},
"lint-staged": {
"*.{js,jsx,ts}": [
Expand Down
Loading

0 comments on commit bb930c3

Please sign in to comment.