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 11, 2023
1 parent 805966e commit 1a305de
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 93 deletions.
4 changes: 2 additions & 2 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.6",
"packageManager": "pnpm@8.9.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -76,7 +76,7 @@
"@types/jsonwebtoken": "9.0.3",
"@types/supertest": "2.0.13",
"@types/ua-parser-js": "0.7.37",
"fastify": "^4.23.2",
"fastify": "^4.24.0",
"ioredis": "^5.3.2",
"zod-prisma-types": "2.7.9",
"zx": "7.2.3"
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.6",
"packageManager": "pnpm@8.9.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"cross-env": "7.0.3",
"lodash": "4.17.21",
"prisma": "5.3.1"
"prisma": "5.4.2"
},
"devDependencies": {
"@innei/bump-version": "^1.5.10",
Expand All @@ -52,7 +52,7 @@
"@types/lodash": "4.14.199",
"dayjs": "1.11.10",
"dotenv-cli": "7.3.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"husky": "8.0.3",
"ioredis": "^5.3.2",
"lint-staged": "14.0.1",
Expand All @@ -61,7 +61,7 @@
"redis-memory-server": "0.7.0",
"rimraf": "5.0.5",
"snakecase-keys": "5.4.7",
"ts-loader": "9.4.4",
"ts-loader": "9.5.0",
"tsconfig-paths": "4.2.0",
"typescript": "^5.2.2",
"unplugin-swc": "1.4.2",
Expand Down
Loading

0 comments on commit 1a305de

Please sign in to comment.