Browse Source

Upgrade angular and Nx

pull/331/head
Thomas Kaul 4 years ago
committed by Thomas
parent
commit
f4a6a26dc7
  1. 10
      jest.config.js
  2. 50
      package.json
  3. 5244
      yarn.lock

10
jest.config.js

@ -1,7 +1,3 @@
module.exports = { const { getJestProjects } = require('@nrwl/jest');
projects: [
'<rootDir>/apps/api', module.exports = { projects: getJestProjects() };
'<rootDir>/apps/client',
'<rootDir>/libs/common'
]
};

50
package.json

@ -45,16 +45,16 @@
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "12.0.4", "@angular/animations": "12.2.4",
"@angular/cdk": "12.0.6", "@angular/cdk": "12.0.6",
"@angular/common": "12.0.4", "@angular/common": "12.2.4",
"@angular/compiler": "12.0.4", "@angular/compiler": "12.2.4",
"@angular/core": "12.0.4", "@angular/core": "12.2.4",
"@angular/forms": "12.0.4", "@angular/forms": "12.2.4",
"@angular/material": "12.0.6", "@angular/material": "12.2.4",
"@angular/platform-browser": "12.0.4", "@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.0.4", "@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.0.4", "@angular/router": "12.2.4",
"@codewithdan/observable-store": "2.2.11", "@codewithdan/observable-store": "2.2.11",
"@nestjs/common": "7.6.18", "@nestjs/common": "7.6.18",
"@nestjs/config": "0.6.3", "@nestjs/config": "0.6.3",
@ -64,7 +64,7 @@
"@nestjs/platform-express": "7.6.18", "@nestjs/platform-express": "7.6.18",
"@nestjs/schedule": "0.4.3", "@nestjs/schedule": "0.4.3",
"@nestjs/serve-static": "2.1.4", "@nestjs/serve-static": "2.1.4",
"@nrwl/angular": "12.5.4", "@nrwl/angular": "12.8.0",
"@prisma/client": "2.30.2", "@prisma/client": "2.30.2",
"@simplewebauthn/browser": "3.0.0", "@simplewebauthn/browser": "3.0.0",
"@simplewebauthn/server": "3.0.0", "@simplewebauthn/server": "3.0.0",
@ -109,22 +109,22 @@
"zone.js": "0.11.4" "zone.js": "0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "12.0.4", "@angular-devkit/build-angular": "12.1.4",
"@angular-eslint/eslint-plugin": "12.0.0", "@angular-eslint/eslint-plugin": "12.3.1",
"@angular/cli": "12.0.4", "@angular/cli": "12.1.4",
"@angular/compiler-cli": "12.0.4", "@angular/compiler-cli": "12.2.4",
"@angular/language-service": "12.0.4", "@angular/language-service": "12.2.4",
"@angular/localize": "12.0.5", "@angular/localize": "12.0.5",
"@nestjs/schematics": "7.3.1", "@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.18", "@nestjs/testing": "7.6.18",
"@nrwl/cli": "12.5.4", "@nrwl/cli": "12.8.0",
"@nrwl/cypress": "12.5.4", "@nrwl/cypress": "12.8.0",
"@nrwl/eslint-plugin-nx": "12.5.4", "@nrwl/eslint-plugin-nx": "12.8.0",
"@nrwl/jest": "12.5.4", "@nrwl/jest": "12.8.0",
"@nrwl/nest": "12.5.4", "@nrwl/nest": "12.8.0",
"@nrwl/node": "12.5.4", "@nrwl/node": "12.8.0",
"@nrwl/tao": "12.5.4", "@nrwl/tao": "12.8.0",
"@nrwl/workspace": "12.5.4", "@nrwl/workspace": "12.8.0",
"@types/big.js": "6.1.1", "@types/big.js": "6.1.1",
"@types/cache-manager": "3.4.0", "@types/cache-manager": "3.4.0",
"@types/color": "3.0.2", "@types/color": "3.0.2",
@ -136,7 +136,7 @@
"@typescript-eslint/parser": "4.27.0", "@typescript-eslint/parser": "4.27.0",
"codelyzer": "6.0.1", "codelyzer": "6.0.1",
"cypress": "6.2.1", "cypress": "6.2.1",
"dotenv": "8.2.0", "dotenv": "10.0.0",
"eslint": "7.28.0", "eslint": "7.28.0",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4", "eslint-plugin-import": "2.23.4",
@ -150,7 +150,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"ts-jest": "27.0.3", "ts-jest": "27.0.3",
"ts-node": "9.1.1", "ts-node": "9.1.1",
"typescript": "4.2.4" "typescript": "4.3.5"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"

5244
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save