Skip to content

Commit 66b0be5

Browse files
authored
Merge pull request #144 from imaginer-dev/140-루트-주소가-아닌-다른-주소로-접속시-404-뜨는-에러-수정
140 루트 주소가 아닌 다른 주소로 접속시 404 뜨는 에러 수정
2 parents 05fbacb + 6531b86 commit 66b0be5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8854
-6731
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"prepare": "husky"
1616
},
1717
"dependencies": {
18+
"@fullcalendar/core": "^6.1.11",
19+
"@fullcalendar/daygrid": "^6.1.11",
20+
"@fullcalendar/interaction": "^6.1.11",
21+
"@fullcalendar/react": "^6.1.11",
1822
"@lukemorales/query-key-factory": "^1.3.4",
1923
"@supabase/supabase-js": "^2.42.7",
2024
"@tanstack/react-query": "^5.29.0",
@@ -43,6 +47,7 @@
4347
"@tanstack/eslint-plugin-query": "^5.28.11",
4448
"@testing-library/jest-dom": "^6.4.2",
4549
"@testing-library/react": "^15.0.5",
50+
"@testing-library/user-event": "^14.5.2",
4651
"@types/node": "^20.12.7",
4752
"@types/react": "^18.2.66",
4853
"@types/react-dom": "^18.2.22",

0 commit comments

Comments
 (0)