JaeHyeok Song

script source fix

......@@ -3,25 +3,25 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"immer": "^7.0.5",
"@material-ui/core": "^4.11.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"axios": "^0.21.0",
"immer": "^8.0.0",
"include-media": "^1.4.9",
"moment": "^2.27.0",
"moment": "^2.29.1",
"open-color": "^1.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "4.0.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"styled-components": "^5.1.1"
"styled-components": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
......
......@@ -25,8 +25,10 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<script>"https://developers.kakao.com/sdk/ks/kakao.min.js"</script>
<script>Kakao.init("9454fd9d91effc97b064c201f04586d2");</script>
<script src ="https://developers.kakao.com/sdk/js/kakao.min.js"></script>
<script type = "text/javascript">
Kakao.init("9454fd9d91effc97b064c201f04586d2");
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
......