From 168293d0408a98b0c53b36460592c834f474dfed Mon Sep 17 00:00:00 2001 From: Ronit Agarwala Date: Wed, 24 Jan 2024 15:00:07 -0500 Subject: [PATCH] Fix issues after rebase from main. Sync package.json and package-lock.json. Fix prettier issues. --- app/routes/_gcn.circulars._archive._index/route.tsx | 2 +- package-lock.json | 6 +++--- postdeploy-search.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/routes/_gcn.circulars._archive._index/route.tsx b/app/routes/_gcn.circulars._archive._index/route.tsx index 17dc0a339..eeb1793d0 100644 --- a/app/routes/_gcn.circulars._archive._index/route.tsx +++ b/app/routes/_gcn.circulars._archive._index/route.tsx @@ -38,9 +38,9 @@ import CircularsHeader from './CircularsHeader' import CircularsIndex from './CircularsIndex' import { DateSelector } from './DateSelectorMenu' import Hint from '~/components/Hint' +import { feature } from '~/lib/env.server' import { getFormDataString } from '~/lib/utils' import { useFeature } from '~/root' -import { feature } from '~/lib/env.server' import searchImg from 'nasawds/src/img/usa-icons-bg/search--white.svg' diff --git a/package-lock.json b/package-lock.json index 04e1b5052..48aa5a38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26170,9 +26170,9 @@ } }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "optional": true, "peer": true, diff --git a/postdeploy-search.js b/postdeploy-search.js index 749b2134e..ec1af2884 100644 --- a/postdeploy-search.js +++ b/postdeploy-search.js @@ -1,6 +1,6 @@ /* This file contains API calls to the OpenSearch cluster to register and deploy an ml model to the opensearch cluster. -It also creates a neural ingest pipeline to allow for ingesting of documents into a knn index. +It also creates a neural ingest pipeline to allow for ingesting of documents into a K-Nearest Neighbors index. */ export default async function (client) { //Set cluster settings