Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 27, 2022
1 parent 68d8b88 commit 2e221f2
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 204 deletions.
2 changes: 1 addition & 1 deletion nest-graphql/package.json
Expand Up @@ -71,5 +71,5 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"packageManager": "pnpm@7.9.0"
"packageManager": "pnpm@7.9.5"
}
22 changes: 11 additions & 11 deletions nest-typeorm/package.json
Expand Up @@ -30,34 +30,34 @@
"@nestjs/core": "9.0.8",
"@nestjs/platform-express": "9.0.8",
"reflect-metadata": "0.1.13",
"rhodash": "2.1.0",
"rhodash": "2.2.0",
"rimraf": "3.0.2",
"rxjs": "7.5.6",
"sqlite3": "5.0.11",
"typeorm": "0.3.7"
"typeorm": "0.3.8"
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.8",
"@tsconfig/strictest": "1.0.1",
"@types/express": "4.17.13",
"@types/jest": "28.1.6",
"@types/node": "18.6.4",
"@types/jest": "28.1.8",
"@types/node": "18.7.13",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"eslint": "8.21.0",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "28.1.3",
"prettier": "2.7.1",
"supertest": "6.2.4",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"ts-loader": "9.3.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"typescript": "4.7.4",
"tsconfig-paths": "4.1.0",
"typescript": "4.8.2",
"webpack": "5.74.0"
},
"jest": {
Expand All @@ -77,5 +77,5 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"packageManager": "pnpm@7.8.0"
"packageManager": "pnpm@7.9.5"
}

0 comments on commit 2e221f2

Please sign in to comment.