Skip to content

Commit

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

* fix: downgrade reflect-metadata

NestJS에서 peer dependency로 reflect metadata v0.2를 아직 지원하지 않는다.
nestjs/nest#12943

* fix: use valid go version in go.mod

* chore: remove unused workflow

* chore: imgbot is not used anymore

* docs: update readme

* docs: add contributor number

* fix: downgrade go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jaemin Choi <1dotolee@gmail.com>
  • Loading branch information
2 people authored and cho-to committed Feb 5, 2024
1 parent 4342b94 commit acdc5ef
Show file tree
Hide file tree
Showing 15 changed files with 327 additions and 365 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/storybook.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .imgbotconfig

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Codedang

[![CI](https://github.com/skkuding/next/actions/workflows/ci.yml/badge.svg)](https://github.com/skkuding/next/actions/workflows/ci.yml)
[![Contributors](https://img.shields.io/github/contributors/skkuding/codedang)](https://github.com/skkuding/codedang/graphs/contributors)
[![MIT License](https://img.shields.io/github/license/skkuding/next)](https://github.com/skkuding/next/blob/main/LICENSE)

> 아직 개발 중인 repo입니다. This repo is currently under development.
Expand All @@ -11,13 +12,13 @@ Codedang은 스꾸딩(skkuding) 팀에서 만들고 관리하는 성균관대학

## Contact 📞

[카카오톡 채널](https://pf.kakao.com/_UKraK/chat)을 이용해주세요.
[카카오톡 채널](https://skkuding.dev/contact)을 이용해주세요.

## Documentation 🔍

문서 웹페이지를 참고해주세요. https://docs.skkuding.dev
문서 웹페이지를 참고해주세요. https://docs.codedang.com

Frontend component 문서(story)는 Histoire로 관리하고 있습니다. https://story.skkuding.dev
문서 미리보기는 `pnpm docs:dev` 명령어로 가능합니다.

## Contributing Guide 👏

Expand Down
12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@aws-sdk/client-s3": "^3.498.0",
"@aws-sdk/client-ses": "^3.498.0",
"@aws-sdk/credential-provider-node": "^3.496.0",
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/client-ses": "^3.501.0",
"@aws-sdk/credential-provider-node": "^3.501.0",
"@golevelup/nestjs-rabbitmq": "^4.1.0",
"@nestjs-modules/mailer": "^1.10.3",
"@nestjs/apollo": "^12.0.11",
Expand Down Expand Up @@ -53,11 +53,11 @@
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
"reflect-metadata": "^0.1.14",
"sql-formatter": "^15.1.2",
"sql-formatter": "^15.1.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@faker-js/faker": "^8.4.0",
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.1",
Expand All @@ -67,7 +67,7 @@
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@types/nodemailer": "^6.4.14",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
Expand Down
12 changes: 6 additions & 6 deletions frontend-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.11.6",
"@tanstack/react-table": "^8.11.7",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"cmdk": "^0.2.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "8.0.0-rc20",
"embla-carousel-react": "8.0.0-rc21",
"isomorphic-dompurify": "^2.3.0",
"ky": "^1.2.0",
"next": "14.1.0",
Expand All @@ -42,23 +42,23 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-resizable-panels": "^1.0.9",
"react-resizable-panels": "^1.0.10",
"react-use": "^17.5.0",
"sharp": "^0.33.2",
"sonner": "^1.3.1",
"sonner": "^1.4.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint-config-next": "^14.1.0",
"lucide-react": "^0.314.0",
"lucide-react": "^0.316.0",
"postcss": "^8.4.33",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
Expand Down
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@tiptap/starter-kit": "^2.1.16",
"@tiptap/vue-3": "^2.1.16",
"@vee-validate/zod": "^4.12.4",
"@vue/apollo-composable": "4.0.0",
"@vue/apollo-composable": "4.0.1",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/math": "^10.7.2",
"@vueuse/router": "^10.7.2",
"axios": "^1.6.5",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
Expand All @@ -46,29 +46,29 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.8",
"@iconify-json/ant-design": "^1.1.13",
"@histoire/plugin-vue": "^0.17.9",
"@iconify-json/ant-design": "^1.1.14",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/fa": "^1.1.8",
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/fa6-regular": "^1.1.18",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/fluent": "^1.1.46",
"@iconify-json/fluent": "^1.1.47",
"@iconify-json/iconoir": "^1.1.39",
"@iconify-json/material-symbols": "^1.1.70",
"@iconify-json/material-symbols": "^1.1.71",
"@iconify-json/ri": "^1.1.19",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"histoire": "^0.17.8",
"histoire": "^0.17.9",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.2",
"unplugin-icons": "^0.18.3",
"vite": "^5.0.12",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-pages": "^0.32.0",
Expand Down
60 changes: 30 additions & 30 deletions infra/deploy/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.33.0"
version = "5.34.0"
}
}

Expand Down
60 changes: 30 additions & 30 deletions infra/local/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/local/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.33.0"
version = "5.34.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions iris/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/skkuding/codedang/iris

go 1.21.6
go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/credentials v1.16.16
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/rabbitmq/amqp091-go v1.9.0
github.com/redis/go-redis/v9 v9.4.0
go.uber.org/zap v1.26.0
Expand Down
2 changes: 2 additions & 0 deletions iris/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ github.com/aws/aws-sdk-go-v2/service/s3 v1.47.7 h1:o0ASbVwUAIrfp/WcCac+6jioZt4Hd
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.7/go.mod h1:vADO6Jn+Rq4nDtfwNjhgR84qkZwiC6FqCaXdw/kYwjA=
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 h1:PJTdBMsyvra6FtED7JZtDpQrIAflYDHFoZAu/sKYkwU=
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0/go.mod h1:4qXHrG1Ne3VGIMZPCB8OjH/pLFO94sKABIusjh0KWPU=
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 h1:5XNlsBsEvBZBMO6p82y+sqpWg8j5aBCe+5C2GBFgqBQ=
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1/go.mod h1:4qXHrG1Ne3VGIMZPCB8OjH/pLFO94sKABIusjh0KWPU=
github.com/aws/smithy-go v1.18.1 h1:pOdBTUfXNazOlxLrgeYalVnuTpKreACHtc62xLwIB3c=
github.com/aws/smithy-go v1.18.1/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE=
github.com/aws/smithy-go v1.19.0 h1:KWFKQV80DpP3vJrrA9sVAHQ5gc2z8i4EzrLhLlWXcBM=
Expand Down
Loading

0 comments on commit acdc5ef

Please sign in to comment.