Verified Commit 0b10c104 authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Install js-yaml

parent 6daae4b8
Loading
Loading
Loading
Loading
+11 −3
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",
        "js-yaml": "^4.1.0",
        "keycloak-js": "^23.0.7",
        "lodash": "^4.17.21",
        "plotly.js": "^2.29.1",
@@ -36,6 +37,7 @@
        "@tanstack/eslint-plugin-query": "^5.20.1",
        "@tanstack/router-cli": "^1.69.1",
        "@tanstack/router-vite-plugin": "^1.16.3",
        "@types/js-yaml": "^4.0.9",
        "@types/lodash": "^4.14.202",
        "@types/react": "^18.2.55",
        "@types/react-datepicker": "^6.0.3",
@@ -2251,6 +2253,13 @@
        "@types/geojson": "*"
      }
    },
    "node_modules/@types/js-yaml": {
      "version": "4.0.9",
      "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",
      "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@types/json-schema": {
      "version": "7.0.15",
      "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
@@ -3101,8 +3110,7 @@
    "node_modules/argparse": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
      "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
      "dev": true
      "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
    },
    "node_modules/array-bounds": {
      "version": "1.0.1",
@@ -7489,7 +7497,7 @@
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
      "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "argparse": "^2.0.1"
      },
+2 −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",
    "js-yaml": "^4.1.0",
    "keycloak-js": "^23.0.7",
    "lodash": "^4.17.21",
    "plotly.js": "^2.29.1",
@@ -39,6 +40,7 @@
    "@tanstack/eslint-plugin-query": "^5.20.1",
    "@tanstack/router-cli": "^1.69.1",
    "@tanstack/router-vite-plugin": "^1.16.3",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.14.202",
    "@types/react": "^18.2.55",
    "@types/react-datepicker": "^6.0.3",