Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 32e80d6 commit 38f3bd5
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 93 deletions.
8 changes: 4 additions & 4 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Innei <https://innei.in>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.9.2",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@meta-muse/drizzle": "workspace:*",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/common": "10.2.4",
"@nestjs/config": "3.0.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.4",
"@nestjs/event-emitter": "2.0.2",
"@nestjs/jwt": "10.1.1",
Expand Down Expand Up @@ -71,7 +71,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"slugify": "1.6.6",
"snakecase-keys": "5.4.6",
"snakecase-keys": "5.5.0",
"zod": "3.22.2",
"zx-cjs": "7.0.7-0"
},
Expand All @@ -85,7 +85,7 @@
"@types/passport-jwt": "3.0.9",
"@types/supertest": "2.0.12",
"@types/ua-parser-js": "0.7.37",
"fastify": "^4.22.2",
"fastify": "^4.24.3",
"ioredis": "^5.3.2",
"zx": "7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"drizzle-kit": "0.19.13",
"drizzle-orm": "0.28.6",
"pg": "8.11.3",
"postgres": "3.3.5",
"postgres": "3.4.0",
"@meta-muse/utils": "workspace:*"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Innei <https://innei.in>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.9.2",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -43,13 +43,13 @@
"@nestjs/schematics": "10.0.2",
"dotenv-cli": "7.3.0",
"drizzle-kit": "0.19.13",
"eslint": "^8.48.0",
"fastify": "^4.22.2",
"eslint": "^8.52.0",
"fastify": "^4.24.3",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"ts-loader": "9.4.4",
"ts-loader": "9.5.0",
"tsconfig-paths": "4.2.0",
"typescript": "^5.2.2",
"zx": "7.2.3"
Expand Down
Loading

0 comments on commit 38f3bd5

Please sign in to comment.