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, 2024
1 parent cd08d5e commit ac47efc
Show file tree
Hide file tree
Showing 7 changed files with 1,301 additions and 2,876 deletions.
18 changes: 9 additions & 9 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "App (Core)",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"description": "",
"license": "MIT",
"author": "Innei <https://innei.in>",
Expand All @@ -18,7 +18,7 @@
"prod:debug": "cross-env NODE_ENV=production nest start --debug --watch"
},
"dependencies": {
"@auth/drizzle-adapter": "1.4.1",
"@auth/drizzle-adapter": "1.4.2",
"@fastify/static": "7.0.4",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.10",
Expand All @@ -36,21 +36,21 @@
"@packages/complied": "workspace:*",
"@packages/drizzle": "workspace:*",
"@packages/utils": "workspace:*",
"@scalar/fastify-api-reference": "1.24.45",
"@scalar/nestjs-api-reference": "0.3.106",
"@scalar/fastify-api-reference": "1.24.77",
"@scalar/nestjs-api-reference": "0.3.146",
"@socket.io/redis-adapter": "8.3.0",
"@socket.io/redis-emitter": "5.1.0",
"@wahyubucil/nestjs-zod-openapi": "0.1.2",
"axios": "1.7.2",
"cache-manager": "5.7.2",
"cache-manager": "5.7.6",
"cache-manager-ioredis": "2.1.0",
"chalk": "^4",
"cls-hooked": "4.2.2",
"commander": "12.1.0",
"consola": "^3.2.3",
"cron": "^3.1.7",
"cross-env": "7.0.3",
"dayjs": "1.11.11",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"drizzle-zod": "0.5.1",
Expand All @@ -64,10 +64,10 @@
"zod": "3.23.8"
},
"devDependencies": {
"@nestjs/cli": "10.4.2",
"@nestjs/schematics": "10.1.2",
"@nestjs/cli": "10.4.4",
"@nestjs/schematics": "10.1.4",
"@types/cache-manager": "4.0.6",
"@types/lodash": "4.17.6",
"@types/lodash": "4.17.7",
"@types/supertest": "6.0.2",
"@types/ua-parser-js": "0.7.39",
"fastify": "^4.28.1",
Expand Down
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"lint": "eslint --fix"
},
"dependencies": {
"@auth/core": "0.34.1",
"@headlessui/react": "2.1.2",
"@auth/core": "0.34.2",
"@headlessui/react": "2.1.3",
"@packages/drizzle": "workspace:*",
"@radix-ui/react-avatar": "1.1.0",
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query": "5.51.24",
"clsx": "2.1.1",
"framer-motion": "11.3.2",
"framer-motion": "11.3.30",
"immer": "10.1.1",
"jotai": "2.9.0",
"jotai": "2.9.3",
"lodash-es": "4.17.21",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
Expand All @@ -35,26 +35,26 @@
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify-json/mingcute": "1.1.18",
"@iconify-json/mingcute": "1.1.20",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.13",
"@tailwindcss/typography": "0.5.14",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "20.14.15",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"click-to-react-component": "1.1.0",
"daisyui": "4.12.10",
"postcss": "8.4.39",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.10",
"tailwindcss-animated": "1.1.2",
"vite": "5.3.3",
"vite-plugin-checker": "0.7.1",
"vite": "5.3.5",
"vite-plugin-checker": "0.7.2",
"vite-tsconfig-paths": "4.3.2"
}
}
6 changes: 3 additions & 3 deletions drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"dependencies": {
"@packages/complied": "workspace:*",
"@packages/utils": "workspace:*",
"drizzle-kit": "0.23.0",
"drizzle-orm": "0.32.0",
"drizzle-kit": "0.23.2",
"drizzle-orm": "0.32.2",
"pg": "8.12.0",
"postgres": "3.4.4"
},
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nest-drizzle",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"description": "",
"type": "module",
"license": "MIT",
Expand All @@ -27,29 +27,29 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "1.5.27",
"@eslint-react/eslint-plugin": "1.5.30",
"@innei/bump-version": "^1.5.10",
"@innei/prettier": "^0.13.2",
"@nestjs/cli": "10.4.2",
"@nestjs/schematics": "10.1.2",
"@innei/prettier": "^0.13.3",
"@nestjs/cli": "10.4.4",
"@nestjs/schematics": "10.1.4",
"@sxzz/eslint-config": "3.14.0",
"concurrently": "8.2.2",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.23.0",
"drizzle-kit": "0.23.2",
"eslint": "9.7.0",
"eslint-plugin-react-hooks": "5.1.0-rc-01172397-20240716",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fastify": "^4.28.1",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"simple-git-hooks": "2.11.1",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"tsup": "8.1.0",
"tsx": "4.16.2",
"typescript": "^5.5.3",
"tsup": "8.1.2",
"tsx": "4.16.5",
"typescript": "^5.5.4",
"zx": "8.1.4"
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/complied/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"build": "tsup"
},
"devDependencies": {
"@auth/core": "0.34.1",
"@auth/drizzle-adapter": "1.4.1",
"typescript": "^5.5.3"
"@auth/core": "0.34.2",
"@auth/drizzle-adapter": "1.4.2",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"devDependencies": {
"es-toolkit": "^1.9.0",
"nanoid": "5.0.7",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit ac47efc

Please sign in to comment.