Skip to content

Commit

Permalink
build(deps): upgrade angular to 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jun 10, 2022
1 parent d62d61d commit bc38654
Show file tree
Hide file tree
Showing 7 changed files with 32,413 additions and 22,732 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,37 @@ If you are interested in smaller example project: [Mini-starter-kit](https://git
```bash
git clone https://github.com/xmlking/ngx-starter-kit.git my-project
cd my-project
yarn
npm install --force
```

## Development server

Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `npm run start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

Run `yarn start:mock` for a mock server.
Run `npm run start:mock` for a mock server.

Run `yarn start -- --proxy-config proxy.conf.js` to start with proxy
Run `npm run start -- --proxy-config proxy.conf.js` to start with proxy

## Build

Run `npm run build:prod` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `yarn test <module>` to execute the unit tests via [Jest](https://jestjs.io/).
Run `npm run test <module>` to execute the unit tests via [Jest](https://jestjs.io/).

## Running end-to-end tests

Run `yarn e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io/).
Run `npm run e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io/).

## Docs

Run `yarn doc:build` to build docs.
Run `yarn doc:serve` to serve docs.
Run `npm run doc:build` to build docs.
Run `npm run doc:serve` to serve docs.

## Deploy

Run `yarn deploy:mock` to deploy demo app to gp-pages.
Run `npm run deploy:mock` to deploy demo app to gp-pages.

Analyzing bundle size `ng run webapp:analyze`

Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 2,
"newProjectRoot": "",
"projects": {
"admin": "libs/admin",
"animations": "libs/animations",
Expand Down
58 changes: 29 additions & 29 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,54 +14,54 @@
},
"dependencies": {
"@godaddy/terminus": "4.10.2",
"@nestjs/common": "8.2.6",
"@nestjs/core": "8.2.6",
"@nestjs/axios": "0.0.4",
"@nestjs/microservices": "8.2.6",
"@nestjs/platform-express": "8.2.6",
"@nestjs/swagger": "5.1.5",
"@nestjs/cqrs": "8.0.1",
"@nestjs/passport": "8.1.0",
"@nestjs/platform-socket.io": "8.2.6",
"@nestjs/terminus": "8.0.4",
"@nestjs/typeorm": "8.0.3",
"@nestjs/websockets": "8.2.6",
"@nestjs/common": "8.4.6",
"@nestjs/core": "8.4.6",
"@nestjs/axios": "0.0.8",
"@nestjs/microservices": "8.4.6",
"@nestjs/platform-express": "8.4.6",
"@nestjs/swagger": "5.2.1",
"@nestjs/cqrs": "8.0.4",
"@nestjs/passport": "8.2.1",
"@nestjs/platform-socket.io": "8.4.6",
"@nestjs/terminus": "8.0.6",
"@nestjs/typeorm": "8.1.2",
"@nestjs/websockets": "8.4.6",
"@nestjsx/crud": "5.0.0-alpha.3",
"@xmlking/jwks-rsa": "1.4.3",
"cache-manager": "3.6.0",
"cache-manager": "4.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"cli-ux": "6.0.8",
"cls-hooked": "4.2.2",
"helmet": "5.0.1",
"helmet": "5.1.0",
"kubernetes-client": "9.0.0",
"nest-router": "1.0.9",
"nodemailer": "6.7.2",
"passport": "0.5.2",
"nodemailer": "6.7.5",
"passport": "0.6.0",
"passport-jwt": "4.0.0",
"pg": "8.7.1",
"pg": "8.7.3",
"pug": "3.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.2",
"sharp": "0.29.3",
"swagger-ui-express": "4.3.0",
"typeorm": "0.2.41",
"typescript": "4.5.5",
"web-push": "3.4.5"
"rxjs": "7.5.5",
"sharp": "0.30.6",
"swagger-ui-express": "4.4.0",
"typeorm": "0.3.6",
"typescript": "4.7.3",
"web-push": "3.5.0"
},
"devDependencies": {
"@types/helmet": "4.0.0",
"@types/nodemailer": "6.4.4",
"@types/passport": "1.0.7",
"@types/passport": "1.0.8",
"@types/passport-jwt": "3.0.6",
"@types/socket.io": "3.0.2",
"@types/supertest": "2.0.11",
"@types/supertest": "2.0.12",
"@types/web-push": "3.3.2"
},
"optionalDependencies": {
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.6",
"nodemon": "2.0.15",
"supertest": "6.2.2"
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.4.6",
"nodemon": "2.0.16",
"supertest": "6.2.3"
}
}
4 changes: 2 additions & 2 deletions apps/api/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"targets": {
"build": {
"executor": "@nrwl/node:build",
"executor": "@nrwl/node:webpack",
"configurations": {
"mock": {
"extractLicenses": true,
Expand Down Expand Up @@ -59,7 +59,7 @@
}
},
"serve": {
"executor": "@nrwl/node:execute",
"executor": "@nrwl/node:node",
"configurations": {
"mock": {
"buildTarget": "api:build:mock"
Expand Down
4 changes: 2 additions & 2 deletions apps/backend/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"targets": {
"build": {
"executor": "@nrwl/node:build",
"executor": "@nrwl/node:webpack",
"configurations": {
"production": {
"extractLicenses": true,
Expand All @@ -28,7 +28,7 @@
}
},
"serve": {
"executor": "@nrwl/node:execute",
"executor": "@nrwl/node:node",
"options": {
"buildTarget": "backend:build"
}
Expand Down
Loading

0 comments on commit bc38654

Please sign in to comment.