Skip to content

Commit

Permalink
Merge pull request #93 from Morphclue/fix/dependencies
Browse files Browse the repository at this point in the history
Update and fix dependencies
  • Loading branch information
Clashsoft authored Sep 4, 2023
2 parents 3a11251 + ccb0026 commit 37faa76
Show file tree
Hide file tree
Showing 5 changed files with 3,860 additions and 3,955 deletions.
3 changes: 2 additions & 1 deletion apps/frontend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
"development": {
"optimization": false,
"sourceMap": true,
"extractLicenses": false
"extractLicenses": false,
"buildOptimizer": false
}
},
"defaultConfiguration": "production"
Expand Down
7 changes: 3 additions & 4 deletions apps/frontend/src/main.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
* This import must come before any imports (direct or transitive) that rely on DOM built-ins being
* available, such as `@angular/elements`.
*/
import {enableProdMode} from '@angular/core';
import { enableProdMode } from '@angular/core';

/***************************************************************************************************
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import '@angular/localize/init';
import '@angular/platform-server/init';

import {environment} from './environments/environment';
import { environment } from './environments/environment';

if (environment.production) {
enableProdMode();
}

export {AppServerModule} from './app/app.server.module';
export {renderModule} from '@angular/platform-server';
export { AppServerModule } from './app/app.server.module';
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/.eslintrc.json"
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/src/test-setup.[jt]s"
],
"sharedGlobals": []
},
Expand Down
144 changes: 75 additions & 69 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,81 +15,81 @@
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.9",
"@angular-devkit/core": "~15.2.9",
"@angular-devkit/schematics": "~15.2.9",
"@angular-eslint/eslint-plugin": "~15.0.0",
"@angular-eslint/eslint-plugin-template": "~15.0.0",
"@angular-eslint/template-parser": "~15.0.0",
"@angular/cli": "~15.2.9",
"@angular/compiler-cli": "~15.2.9",
"@angular/language-service": "~15.2.9",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@nguniversal/builders": "~15.2.1",
"@nx/angular": "16.0.1",
"@nx/cypress": "16.0.1",
"@nx/eslint-plugin": "16.0.1",
"@nx/jest": "16.0.1",
"@nx/js": "16.0.1",
"@nx/linter": "16.0.1",
"@nx/nest": "16.0.1",
"@nx/node": "16.0.1",
"@nx/web": "16.0.1",
"@nx/webpack": "16.0.1",
"@nx/workspace": "16.0.1",
"@schematics/angular": "~15.2.9",
"@angular-devkit/build-angular": "16.2.1",
"@angular-devkit/core": "16.2.1",
"@angular-devkit/schematics": "16.2.1",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.3",
"@angular/language-service": "16.2.3",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.4",
"@nguniversal/builders": "16.2.0",
"@nx/angular": "16.7.4",
"@nx/cypress": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/jest": "16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/nest": "16.7.4",
"@nx/node": "16.7.4",
"@nx/web": "16.7.4",
"@nx/webpack": "16.7.4",
"@nx/workspace": "16.7.4",
"@schematics/angular": "16.2.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/markdown-it": "^12.2.3",
"@types/node": "~18.7.23",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"cypress": "^12.17.3",
"eslint": "~8.15.0",
"@types/jest": "^29.5.4",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.5.9",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cypress": "^12.17.4",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-environment-node": "^29.6.2",
"jest-preset-angular": "~13.0.1",
"mongodb-memory-server": "^8.14.0",
"nx": "16.0.1",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-environment-node": "^29.6.4",
"jest-preset-angular": "13.1.1",
"mongodb-memory-server": "^8.15.1",
"nx": "16.7.4",
"prettier": "^2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
"typescript": "5.1.6"
},
"dependencies": {
"@angular/animations": "~15.2.9",
"@angular/common": "~15.2.9",
"@angular/compiler": "~15.2.9",
"@angular/core": "~15.2.9",
"@angular/forms": "~15.2.9",
"@angular/localize": "^15.2.9",
"@angular/platform-browser": "~15.2.9",
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/platform-server": "~15.2.9",
"@angular/pwa": "^15.2.9",
"@angular/router": "~15.2.9",
"@angular/service-worker": "^15.2.9",
"@mean-stream/nestx": "^0.7.4",
"@mean-stream/ngbx": "^0.9.0",
"@angular/animations": "16.2.3",
"@angular/common": "16.2.3",
"@angular/compiler": "16.2.3",
"@angular/core": "16.2.3",
"@angular/forms": "16.2.3",
"@angular/localize": "16.2.3",
"@angular/platform-browser": "16.2.3",
"@angular/platform-browser-dynamic": "16.2.3",
"@angular/platform-server": "16.2.3",
"@angular/pwa": "16.2.1",
"@angular/router": "16.2.3",
"@angular/service-worker": "16.2.3",
"@mean-stream/nestx": "^0.10.1",
"@mean-stream/ngbx": "^0.11.0",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^2.3.4",
"@nestjs/core": "^9.4.3",
"@nestjs/mongoose": "^9.2.2",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/swagger": "^6.3.0",
"@ng-bootstrap/ng-bootstrap": "^14.2.0",
"@nguniversal/express-engine": "~15.2.1",
"@nestjs/common": "10.2.4",
"@nestjs/config": "^3.0.1",
"@nestjs/core": "10.2.4",
"@nestjs/mongoose": "^10.0.1",
"@nestjs/platform-express": "10.2.4",
"@nestjs/swagger": "7.1.10",
"@ng-bootstrap/ng-bootstrap": "^15.1.1",
"@nguniversal/express-engine": "16.2.0",
"angular-calendar": "^0.31.0",
"angularx-flatpickr": "^7.3.0",
"axios": "^1.4.0",
"axios": "^1.5.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"calendar-utils": "^0.10.4",
Expand All @@ -100,14 +100,20 @@
"flatpickr": "^4.6.13",
"handlebars": "^4.7.8",
"markdown-it": "^13.0.1",
"mongoose": "^7.4.2",
"ngx-cookie-service-ssr": "^15.0.0",
"mongoose": "^7.5.0",
"ngx-cookie-service-ssr": "^16.0.1",
"ngx-countup": "^13.1.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"uuid": "^9.0.0",
"web-push": "^3.6.4",
"zone.js": "~0.12.0"
"web-push": "^3.6.5",
"zone.js": "0.13.1"
},
"pnpm": {
"overrides": {
"degenerator@<5.0.1": ">=5.0.1",
"@cypress/request@<=2.88.12": ">=3.0.0"
}
}
}
Loading

0 comments on commit 37faa76

Please sign in to comment.