Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ramueSVA committed Aug 26, 2024
1 parent 7364757 commit e8864ed
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,50 +25,50 @@
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^15.2.11",
"@angular/animations": "^15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^15.2.10",
"@angular/material": "^15.2.9",
"@angular/material-moment-adapter": "^15.2.9",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@angular-devkit/build-angular": "^16.2.11",
"@angular/animations": "^16.2.10",
"@angular/cdk": "^16.2.9",
"@angular/common": "^16.2.10",
"@angular/compiler": "^16.2.10",
"@angular/core": "^16.2.10",
"@angular/flex-layout": "^16.0.0-beta.42",
"@angular/forms": "^16.2.10",
"@angular/material": "^16.2.9",
"@angular/material-moment-adapter": "^16.2.9",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.10",
"@angular/router": "^16.2.10",
"@babel/traverse": "^7.23.7",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "~1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.16.4",
"@fortawesome/free-solid-svg-icons": "^5.16.4",
"@juggle/resize-observer": "^3.4.0",
"@ng-idle/core": "^12.0.4",
"@ng-idle/keepalive": "^12.0.4",
"@ng-idle/core": "^15.0.4",
"@ng-idle/keepalive": "^15.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@swimlane/ngx-charts": "^20.5.0",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc": "^16.0.1",
"echarts": "^5.4.3",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"monaco-editor": "^0.29.1",
"nanoid": "^4.0.2",
"ng-lint-staged": "^12.0.4",
"ng-lint-staged": "^15.0.4",
"ngx-echarts": "^8.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "^15.2.11",
"@angular/compiler-cli": "^15.2.10",
"@angular-eslint/builder": "16.3.0",
"@angular-eslint/eslint-plugin": "16.3.0",
"@angular-eslint/eslint-plugin-template": "16.3.0",
"@angular-eslint/schematics": "16.3.0",
"@angular-eslint/template-parser": "16.3.0",
"@angular/cli": "^16.2.11",
"@angular/compiler-cli": "^16.2.10",
"@types/jasmine": "^5.1.4",
"@types/jest": "^28.1.8",
"@types/lodash-es": "^4.17.12",
Expand Down

0 comments on commit e8864ed

Please sign in to comment.