Skip to content

Commit 845a83f

Browse files
renovate[bot]dotoleeoak
authored andcommitted
chore(deps): update all non-major dependencies (#1260)
* 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 <[email protected]>
1 parent c2bed92 commit 845a83f

File tree

15 files changed

+327
-365
lines changed

15 files changed

+327
-365
lines changed

.github/workflows/storybook.yml

-34
This file was deleted.

.imgbotconfig

-3
This file was deleted.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Codedang
22

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

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

1213
## Contact 📞
1314

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

1617
## Documentation 🔍
1718

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

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

2223
## Contributing Guide 👏
2324

backend/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@apollo/server": "^4.10.0",
17-
"@aws-sdk/client-s3": "^3.498.0",
18-
"@aws-sdk/client-ses": "^3.498.0",
19-
"@aws-sdk/credential-provider-node": "^3.496.0",
17+
"@aws-sdk/client-s3": "^3.501.0",
18+
"@aws-sdk/client-ses": "^3.501.0",
19+
"@aws-sdk/credential-provider-node": "^3.501.0",
2020
"@golevelup/nestjs-rabbitmq": "^4.1.0",
2121
"@nestjs-modules/mailer": "^1.10.3",
2222
"@nestjs/apollo": "^12.0.11",
@@ -53,11 +53,11 @@
5353
"pino-http": "^9.0.0",
5454
"pino-pretty": "^10.3.1",
5555
"reflect-metadata": "^0.1.14",
56-
"sql-formatter": "^15.1.2",
56+
"sql-formatter": "^15.1.3",
5757
"zod": "^3.22.4"
5858
},
5959
"devDependencies": {
60-
"@faker-js/faker": "^8.3.1",
60+
"@faker-js/faker": "^8.4.0",
6161
"@nestjs/cli": "^10.3.0",
6262
"@nestjs/schematics": "^10.1.0",
6363
"@nestjs/testing": "^10.3.1",
@@ -67,7 +67,7 @@
6767
"@types/express": "^4.17.21",
6868
"@types/graphql-upload": "8.0.12",
6969
"@types/mocha": "^10.0.6",
70-
"@types/node": "^20.11.5",
70+
"@types/node": "^20.11.10",
7171
"@types/nodemailer": "^6.4.14",
7272
"@types/passport-jwt": "^4.0.1",
7373
"@types/proxyquire": "^1.3.31",

frontend-client/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@radix-ui/react-tabs": "^1.0.4",
2727
"@radix-ui/react-toast": "^1.1.5",
2828
"@tailwindcss/typography": "^0.5.10",
29-
"@tanstack/react-table": "^8.11.6",
29+
"@tanstack/react-table": "^8.11.7",
3030
"@uiw/codemirror-themes": "^4.21.21",
3131
"@uiw/react-codemirror": "^4.21.21",
3232
"cmdk": "^0.2.0",
3333
"dayjs": "^1.11.10",
34-
"embla-carousel-react": "8.0.0-rc20",
34+
"embla-carousel-react": "8.0.0-rc21",
3535
"isomorphic-dompurify": "^2.3.0",
3636
"ky": "^1.2.0",
3737
"next": "14.1.0",
@@ -42,23 +42,23 @@
4242
"react-dom": "^18.2.0",
4343
"react-hook-form": "^7.49.3",
4444
"react-icons": "^5.0.1",
45-
"react-resizable-panels": "^1.0.9",
45+
"react-resizable-panels": "^1.0.10",
4646
"react-use": "^17.5.0",
4747
"sharp": "^0.33.2",
48-
"sonner": "^1.3.1",
48+
"sonner": "^1.4.0",
4949
"zod": "^3.22.4",
5050
"zustand": "^4.5.0"
5151
},
5252
"devDependencies": {
53-
"@types/node": "^20.11.5",
53+
"@types/node": "^20.11.10",
5454
"@types/react": "^18.2.48",
5555
"@types/react-copy-to-clipboard": "^5.0.7",
5656
"@types/react-dom": "^18.2.18",
5757
"autoprefixer": "^10.4.17",
5858
"class-variance-authority": "^0.7.0",
5959
"clsx": "^2.1.0",
6060
"eslint-config-next": "^14.1.0",
61-
"lucide-react": "^0.314.0",
61+
"lucide-react": "^0.316.0",
6262
"postcss": "^8.4.33",
6363
"tailwind-merge": "^2.2.1",
6464
"tailwind-scrollbar-hide": "^1.1.7",

frontend/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@tiptap/starter-kit": "^2.1.16",
2525
"@tiptap/vue-3": "^2.1.16",
2626
"@vee-validate/zod": "^4.12.4",
27-
"@vue/apollo-composable": "4.0.0",
27+
"@vue/apollo-composable": "4.0.1",
2828
"@vueuse/components": "^10.7.2",
2929
"@vueuse/core": "^10.7.2",
3030
"@vueuse/integrations": "^10.7.2",
3131
"@vueuse/math": "^10.7.2",
3232
"@vueuse/router": "^10.7.2",
33-
"axios": "^1.6.5",
33+
"axios": "^1.6.7",
3434
"axios-retry": "^4.0.0",
3535
"graphql": "^16.8.1",
3636
"graphql-tag": "^2.12.6",
@@ -46,29 +46,29 @@
4646
"zod": "^3.22.4"
4747
},
4848
"devDependencies": {
49-
"@histoire/plugin-vue": "^0.17.8",
50-
"@iconify-json/ant-design": "^1.1.13",
49+
"@histoire/plugin-vue": "^0.17.9",
50+
"@iconify-json/ant-design": "^1.1.14",
5151
"@iconify-json/bi": "^1.1.23",
5252
"@iconify-json/fa": "^1.1.8",
5353
"@iconify-json/fa6-brands": "^1.1.18",
5454
"@iconify-json/fa6-regular": "^1.1.18",
5555
"@iconify-json/fa6-solid": "^1.1.20",
56-
"@iconify-json/fluent": "^1.1.46",
56+
"@iconify-json/fluent": "^1.1.47",
5757
"@iconify-json/iconoir": "^1.1.39",
58-
"@iconify-json/material-symbols": "^1.1.70",
58+
"@iconify-json/material-symbols": "^1.1.71",
5959
"@iconify-json/ri": "^1.1.19",
6060
"@tailwindcss/forms": "^0.5.7",
6161
"@tailwindcss/typography": "^0.5.10",
62-
"@types/node": "^20.11.5",
62+
"@types/node": "^20.11.10",
6363
"@types/nprogress": "^0.2.3",
6464
"@vitejs/plugin-vue": "^5.0.3",
6565
"@vue/tsconfig": "^0.5.1",
6666
"autoprefixer": "^10.4.17",
67-
"histoire": "^0.17.8",
67+
"histoire": "^0.17.9",
6868
"postcss": "^8.4.33",
6969
"tailwindcss": "^3.4.1",
7070
"typescript": "^5.3.3",
71-
"unplugin-icons": "^0.18.2",
71+
"unplugin-icons": "^0.18.3",
7272
"vite": "^5.0.12",
7373
"vite-plugin-checker": "^0.6.2",
7474
"vite-plugin-pages": "^0.32.0",

infra/deploy/.terraform.lock.hcl

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/deploy/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.33.0"
5+
version = "5.34.0"
66
}
77
}
88

infra/local/.terraform.lock.hcl

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/local/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.33.0"
5+
version = "5.34.0"
66
}
77
}
88
}

iris/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/skkuding/codedang/iris
22

3-
go 1.21.6
3+
go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
77
github.com/aws/aws-sdk-go-v2/credentials v1.16.16
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
99
github.com/rabbitmq/amqp091-go v1.9.0
1010
github.com/redis/go-redis/v9 v9.4.0
1111
go.uber.org/zap v1.26.0

iris/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ github.com/aws/aws-sdk-go-v2/service/s3 v1.47.7 h1:o0ASbVwUAIrfp/WcCac+6jioZt4Hd
6262
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.7/go.mod h1:vADO6Jn+Rq4nDtfwNjhgR84qkZwiC6FqCaXdw/kYwjA=
6363
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 h1:PJTdBMsyvra6FtED7JZtDpQrIAflYDHFoZAu/sKYkwU=
6464
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0/go.mod h1:4qXHrG1Ne3VGIMZPCB8OjH/pLFO94sKABIusjh0KWPU=
65+
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 h1:5XNlsBsEvBZBMO6p82y+sqpWg8j5aBCe+5C2GBFgqBQ=
66+
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1/go.mod h1:4qXHrG1Ne3VGIMZPCB8OjH/pLFO94sKABIusjh0KWPU=
6567
github.com/aws/smithy-go v1.18.1 h1:pOdBTUfXNazOlxLrgeYalVnuTpKreACHtc62xLwIB3c=
6668
github.com/aws/smithy-go v1.18.1/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE=
6769
github.com/aws/smithy-go v1.19.0 h1:KWFKQV80DpP3vJrrA9sVAHQ5gc2z8i4EzrLhLlWXcBM=

0 commit comments

Comments
 (0)