sdy

add date-fns dependency

...@@ -4450,6 +4450,11 @@ ...@@ -4450,6 +4450,11 @@
4450 } 4450 }
4451 } 4451 }
4452 }, 4452 },
4453 + "date-fns": {
4454 + "version": "2.14.0",
4455 + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.14.0.tgz",
4456 + "integrity": "sha512-1zD+68jhFgDIM0rF05rcwYO8cExdNqxjq4xP1QKM60Q45mnO6zaMWB4tOzrIr4M4GSLntsKeE4c9Bdl2jhL/yw=="
4457 + },
4453 "debug": { 4458 "debug": {
4454 "version": "2.6.9", 4459 "version": "2.6.9",
4455 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 4460 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 "@testing-library/user-event": "^7.1.2", 13 "@testing-library/user-event": "^7.1.2",
14 "apollo-boost": "^0.4.7", 14 "apollo-boost": "^0.4.7",
15 "core-js": "^3.6.5", 15 "core-js": "^3.6.5",
16 + "date-fns": "^2.14.0",
16 "graphql": "^15.0.0", 17 "graphql": "^15.0.0",
17 "moment": "^2.25.3", 18 "moment": "^2.25.3",
18 "react": "^16.13.1", 19 "react": "^16.13.1",
......