Showing
2 changed files
with
16 additions
and
14 deletions
| ... | @@ -3,25 +3,25 @@ | ... | @@ -3,25 +3,25 @@ |
| 3 | "version": "0.1.0", | 3 | "version": "0.1.0", |
| 4 | "private": true, | 4 | "private": true, |
| 5 | "dependencies": { | 5 | "dependencies": { |
| 6 | - "@material-ui/core": "^4.10.2", | 6 | + "@material-ui/core": "^4.11.2", |
| 7 | - "@testing-library/jest-dom": "^4.2.4", | 7 | + "@testing-library/jest-dom": "^5.11.6", |
| 8 | - "@testing-library/react": "^9.3.2", | 8 | + "@testing-library/react": "^11.2.2", |
| 9 | - "@testing-library/user-event": "^7.1.2", | 9 | + "@testing-library/user-event": "^12.5.0", |
| 10 | - "axios": "^0.19.2", | 10 | + "axios": "^0.21.0", |
| 11 | - "immer": "^7.0.5", | 11 | + "immer": "^8.0.0", |
| 12 | "include-media": "^1.4.9", | 12 | "include-media": "^1.4.9", |
| 13 | - "moment": "^2.27.0", | 13 | + "moment": "^2.29.1", |
| 14 | "open-color": "^1.7.0", | 14 | "open-color": "^1.7.0", |
| 15 | - "react": "^16.13.1", | 15 | + "react": "^17.0.1", |
| 16 | - "react-dom": "^16.13.1", | 16 | + "react-dom": "^17.0.1", |
| 17 | - "react-redux": "^7.2.0", | 17 | + "react-redux": "^7.2.2", |
| 18 | "react-router-dom": "^5.2.0", | 18 | "react-router-dom": "^5.2.0", |
| 19 | - "react-scripts": "3.4.1", | 19 | + "react-scripts": "4.0.1", |
| 20 | "redux": "^4.0.5", | 20 | "redux": "^4.0.5", |
| 21 | "redux-actions": "^2.6.5", | 21 | "redux-actions": "^2.6.5", |
| 22 | "redux-devtools-extension": "^2.13.8", | 22 | "redux-devtools-extension": "^2.13.8", |
| 23 | "redux-saga": "^1.1.3", | 23 | "redux-saga": "^1.1.3", |
| 24 | - "styled-components": "^5.1.1" | 24 | + "styled-components": "^5.2.1" |
| 25 | }, | 25 | }, |
| 26 | "scripts": { | 26 | "scripts": { |
| 27 | "start": "react-scripts start", | 27 | "start": "react-scripts start", | ... | ... |
| ... | @@ -25,8 +25,10 @@ | ... | @@ -25,8 +25,10 @@ |
| 25 | Learn how to configure a non-root public URL by running `npm run build`. | 25 | Learn how to configure a non-root public URL by running `npm run build`. |
| 26 | --> | 26 | --> |
| 27 | <title>React App</title> | 27 | <title>React App</title> |
| 28 | - <script>"https://developers.kakao.com/sdk/ks/kakao.min.js"</script> | 28 | + <script src ="https://developers.kakao.com/sdk/js/kakao.min.js"></script> |
| 29 | - <script>Kakao.init("9454fd9d91effc97b064c201f04586d2");</script> | 29 | + <script type = "text/javascript"> |
| 30 | + Kakao.init("9454fd9d91effc97b064c201f04586d2"); | ||
| 31 | + </script> | ||
| 30 | </head> | 32 | </head> |
| 31 | <body> | 33 | <body> |
| 32 | <noscript>You need to enable JavaScript to run this app.</noscript> | 34 | <noscript>You need to enable JavaScript to run this app.</noscript> | ... | ... |
-
Please register or login to post a comment