Skip to content

Commit

Permalink
Merge pull request #35 from august-thirty-first/feat-소켓-사용시-컴파일-warni…
Browse files Browse the repository at this point in the history
…ng-발생-해결

Feat 소켓 사용시 컴파일 warning 발생 해결
  • Loading branch information
kimchijinju committed Aug 4, 2023
2 parents 3e54692 + ef53cfc commit 3c8d4ad
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 9 deletions.
102 changes: 94 additions & 8 deletions next/package-lock.json

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

5 changes: 4 additions & 1 deletion next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"bufferutil": "^4.0.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
Expand All @@ -23,7 +24,9 @@
"react-dom": "18.2.0",
"socket.io-client": "^4.7.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
"typescript": "5.1.6",
"utf-8-validate": "^5.0.10",
"ws": "^8.13.0"
},
"devDependencies": {
"prettier": "^3.0.0"
Expand Down

0 comments on commit 3c8d4ad

Please sign in to comment.