Showing
1 changed file
with
3 additions
and
2 deletions
1 | { | 1 | { |
2 | - "name": "front", | 2 | + "name": "capstone-front", |
3 | "version": "0.1.0", | 3 | "version": "0.1.0", |
4 | "private": true, | 4 | "private": true, |
5 | "dependencies": { | 5 | "dependencies": { |
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
7 | "@testing-library/react": "^9.3.2", | 7 | "@testing-library/react": "^9.3.2", |
8 | "@testing-library/user-event": "^7.1.2", | 8 | "@testing-library/user-event": "^7.1.2", |
9 | "apollo-boost": "^0.4.7", | 9 | "apollo-boost": "^0.4.7", |
10 | + "core-js": "^3.6.5", | ||
10 | "graphql": "^15.0.0", | 11 | "graphql": "^15.0.0", |
11 | "react": "^16.13.1", | 12 | "react": "^16.13.1", |
12 | "react-apollo-hooks": "^0.5.0", | 13 | "react-apollo-hooks": "^0.5.0", |
... | @@ -17,7 +18,7 @@ | ... | @@ -17,7 +18,7 @@ |
17 | "react-scripts": "3.4.1", | 18 | "react-scripts": "3.4.1", |
18 | "react-toastify": "^5.5.0", | 19 | "react-toastify": "^5.5.0", |
19 | "styled-components": "^5.1.0", | 20 | "styled-components": "^5.1.0", |
20 | - "styled-reset": "^4.1.2" | 21 | + "styled-reset": "^4.1.3" |
21 | }, | 22 | }, |
22 | "scripts": { | 23 | "scripts": { |
23 | "start": "react-scripts start", | 24 | "start": "react-scripts start", | ... | ... |
-
Please register or login to post a comment