Skip to content

Commit

Permalink
chore(): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Feb 22, 2023
1 parent 95d3a8d commit 9f7a3bb
Show file tree
Hide file tree
Showing 6 changed files with 1,908 additions and 705 deletions.
4 changes: 2 additions & 2 deletions apps/microservice-sample/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ describe('Microservices (e2e)', () => {
.then((res) => res.body);

expect(response).toMatchInlineSnapshot(`
Object {
"result": Object {
{
"result": {
"success": true,
},
}
Expand Down
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
'ts-jest',
{
tsconfig: '<rootDir>/tsconfig.app.json',
isolatedModules: true,
ignoreCodes: ['TS151001'],
},
],
Expand Down
24 changes: 4 additions & 20 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,11 @@
"migrations": [
{
"cli": "nx",
"version": "15.0.0-beta.1",
"description": "Replace implicitDependencies with namedInputs + target inputs",
"implementation": "./src/migrations/update-15-0-0/migrate-to-inputs",
"version": "15.0.12-beta.1",
"description": "Set project names in project.json files",
"implementation": "./src/migrations/update-15-1-0/set-project-names",
"package": "nx",
"name": "15.0.0-migrate-to-inputs"
},
{
"cli": "nx",
"version": "15.0.0-beta.1",
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
"package": "nx",
"name": "15.0.0-prefix-outputs"
},
{
"version": "15.0.0-beta.0",
"cli": "nx",
"description": "Stop hashing jest spec files and config files for build targets and dependent tasks",
"factory": "./src/migrations/update-15-0-0/add-jest-inputs",
"package": "@nrwl/jest",
"name": "add-jest-inputs"
"name": "15.1.0-set-project-names"
}
]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
"@nestjs/cli": "^9.1.4",
"@nestjs/schematics": "^9.0.3",
"@nestjs/testing": "^9.1.2",
"@nrwl/cli": "15.0.4",
"@nrwl/jest": "15.0.4",
"@nrwl/nest": "15.0.4",
"@nrwl/node": "15.0.4",
"@nrwl/tao": "15.0.4",
"@nrwl/workspace": "15.0.4",
"@nrwl/cli": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/nest": "15.6.3",
"@nrwl/node": "15.6.3",
"@nrwl/tao": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@types/express": "^4.17.1",
"@types/jest": "^29.1.2",
"@types/multer": "^1.4.7",
Expand All @@ -112,14 +112,14 @@
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "8.0.1",
"jest": "^29.0.2",
"jest": "^29.3.1",
"lint-staged": "^10.5.4",
"multer": "1.4.5-lts.1",
"nx": "15.0.4",
"nx": "15.6.3",
"pactum": "^3.2.2",
"prettier": "^2.2.1",
"prisma": "^3.1.1",
"supertest": "^6.1.3",
"supertest": "^6.3.3",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 9f7a3bb

Please sign in to comment.