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 Dec 30, 2022
1 parent 7f0ba54 commit 3708fdb
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 325 deletions.
2 changes: 1 addition & 1 deletion nest-graphql/package.json
Expand Up @@ -75,5 +75,5 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"packageManager": "pnpm@7.9.0"
"packageManager": "pnpm@7.21.0"
}
38 changes: 19 additions & 19 deletions nest-typeorm/package.json
Expand Up @@ -30,35 +30,35 @@
"@nestjs/core": "9.1.2",
"@nestjs/platform-express": "9.1.2",
"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"
"rxjs": "7.8.0",
"sqlite3": "5.1.4",
"typeorm": "0.3.11"
},
"devDependencies": {
"@nestjs/cli": "9.1.4",
"@nestjs/schematics": "9.0.3",
"@nestjs/testing": "9.1.2",
"@tsconfig/strictest": "1.0.1",
"@types/express": "4.17.13",
"@types/jest": "28.1.6",
"@types/node": "18.6.4",
"@tsconfig/strictest": "1.0.2",
"@types/express": "4.17.15",
"@types/jest": "28.1.8",
"@types/node": "18.11.18",
"@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.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.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-loader": "9.3.1",
"prettier": "2.8.1",
"supertest": "6.3.3",
"ts-jest": "28.0.8",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"typescript": "4.7.4",
"webpack": "5.74.0"
"tsconfig-paths": "4.1.1",
"typescript": "4.9.4",
"webpack": "5.75.0"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -77,5 +77,5 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"packageManager": "pnpm@7.8.0"
"packageManager": "pnpm@7.21.0"
}

0 comments on commit 3708fdb

Please sign in to comment.