Skip to content

Commit

Permalink
chore(renovate): Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent ee9b8ef commit 05cb00a
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 56 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@nestjs/throttler": "^6.2.1",
"@niceai/cache": "workspace:*",
"axios": "^1.7.7",
"bullmq": "^5.21.0",
"bullmq": "^5.21.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"drizzle-orm": "^0.35.1",
"drizzle-orm": "^0.35.2",
"drizzle-zod": "^0.5.1",
"fastify": "^4.28.1",
"helmet": "^7.2.0",
Expand All @@ -77,7 +77,7 @@
"@niceai/cli": "workspace:*",
"@swc/cli": "^0.4.1-nightly.20240914",
"@swc/core": "^1.7.36",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.11",
"@types/request-ip": "^0.0.41",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.26.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@remix-run/dev": "^2.13.1",
"@types/cookie": "^0.6.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.11",
"superjson": "^2.2.1",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"superjson": "^2.2.1"
},
"devDependencies": {
"@types/lodash": "^4.17.10"
"@types/lodash": "^4.17.11"
},
"peerDependices": {
"ioredis": "^5.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@niceai/cache": "workspace:*"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.11",
"ioredis": "^5.4.1",
"superjson": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@niceai/cache": "workspace:*"
},
"devDependencies": {
"@types/lodash": "^4.17.10"
"@types/lodash": "^4.17.11"
}
}
98 changes: 50 additions & 48 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 05cb00a

Please sign in to comment.