Commit 8c3013f2 authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Add package to parse iso durations

date-fns apparently doesn't have this
parent f7ba08c0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
        "axios": "^1.6.7",
        "date-fns": "^3.3.1",
        "framer-motion": "^11.0.20",
        "iso8601-duration": "^2.1.3",
        "js-yaml": "^4.1.0",
        "keycloak-js": "^23.0.7",
        "lodash": "^4.17.21",
@@ -7406,6 +7407,12 @@
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
      "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
    },
    "node_modules/iso8601-duration": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-2.1.3.tgz",
      "integrity": "sha512-OwkROKDXYhqKTl9uyB+/+lQ/Tx+L9LVb9tNRcsO4LtCSBDrmYbzyJLg9rGjYKAPDabD6IVdjMyUnnULHpejrCg==",
      "license": "MIT"
    },
    "node_modules/iterator.prototype": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.3.tgz",
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    "axios": "^1.6.7",
    "date-fns": "^3.3.1",
    "framer-motion": "^11.0.20",
    "iso8601-duration": "^2.1.3",
    "js-yaml": "^4.1.0",
    "keycloak-js": "^23.0.7",
    "lodash": "^4.17.21",