Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1231)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix: downgrade reflect-metadata

* fix: remove unused codemirror dependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jaemin Choi <[email protected]>
  • Loading branch information
renovate[bot] and dotoleeoak authored Jan 24, 2024
1 parent 6e9010c commit c2255d3
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 1,296 deletions.
14 changes: 7 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@aws-sdk/client-s3": "^3.496.0",
"@aws-sdk/client-ses": "^3.496.0",
"@aws-sdk/client-s3": "^3.498.0",
"@aws-sdk/client-ses": "^3.498.0",
"@aws-sdk/credential-provider-node": "^3.496.0",
"@golevelup/nestjs-rabbitmq": "^4.1.0",
"@nestjs-modules/mailer": "^1.10.3",
"@nestjs/apollo": "^12.0.11",
"@nestjs/cache-manager": "^2.2.0",
"@nestjs/common": "^10.3.0",
"@nestjs/common": "^10.3.1",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/core": "^10.3.1",
"@nestjs/graphql": "^12.0.11",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/platform-express": "^10.3.1",
"@nestjs/swagger": "^7.2.0",
"@prisma/client": "^5.8.1",
"argon2": "^0.31.2",
Expand All @@ -53,14 +53,14 @@
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
"reflect-metadata": "^0.1.14",
"sql-formatter": "^15.0.2",
"sql-formatter": "^15.1.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.0",
"@nestjs/testing": "^10.3.1",
"@types/cache-manager": "^4.0.6",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
Expand Down
20 changes: 5 additions & 15 deletions frontend-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@codemirror/commands": "^6.3.3",
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.8",
"@codemirror/history": "^0.19.2",
"@codemirror/language": "^6.10.0",
"@codemirror/matchbrackets": "^0.19.4",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@headlessui/react": "^1.7.18",
Expand All @@ -31,27 +25,23 @@
"@radix-ui/react-toast": "^1.1.5",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.11.6",
"@uiw/codemirror-extensions-langs": "^4.21.21",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"cmdk": "^0.2.0",
"codemirror": "^5.65.16",
"dayjs": "^1.11.10",
"embla-carousel-react": "8.0.0-rc19",
"isomorphic-dompurify": "^2.2.0",
"embla-carousel-react": "8.0.0-rc20",
"isomorphic-dompurify": "^2.3.0",
"ky": "^1.2.0",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-codemirror": "^1.0.0",
"react-codemirror2": "^7.3.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-resizable-panels": "^1.0.9",
"react-use": "^17.4.3",
"react-use": "^17.5.0",
"sharp": "^0.33.2",
"sonner": "^1.3.1",
"zod": "^3.22.4",
Expand All @@ -66,9 +56,9 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint-config-next": "^14.1.0",
"lucide-react": "^0.312.0",
"lucide-react": "^0.314.0",
"postcss": "^8.4.33",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"knip": "knip"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.496.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@aws-sdk/client-s3": "^3.498.0",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/types": "^18.4.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1",
"knip": "^3.13.2",
"lefthook": "^1.5.7",
"lefthook": "^1.6.0",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.39",
"vue-eslint-parser": "^9.4.0"
"vitepress": "1.0.0-rc.40",
"vue-eslint-parser": "^9.4.2"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit c2255d3

Please sign in to comment.