From 5fc31a241c139d6b871c37e596a0f75765417198 Mon Sep 17 00:00:00 2001 From: jdaigneau5 <41127159+jdaigneau5@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:48:22 -0500 Subject: [PATCH] Revert "Resolves #2922 - create CNA search box for non-CNA reporting/requests (int)" --- package-lock.json | 17 --------- package.json | 1 - src/main.ts | 3 -- .../ReportRequest/ReportRequestForNonCNAs.vue | 38 +++++-------------- 4 files changed, 10 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index e051ebfa..cb6d8878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/vue-fontawesome": "^3.0.5", "axios": "^1.6.5", - "buefy": "npm:@ntohq/buefy-next@^0.1.4", "bulma": "^0.9.4", "bulma-timeline": "^3.0.5", "lodash": "^4.17.21", @@ -2290,16 +2289,6 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/buefy": { - "name": "@ntohq/buefy-next", - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@ntohq/buefy-next/-/buefy-next-0.1.4.tgz", - "integrity": "sha512-fRBRa9+OobiJZsHcKyQZj0CaVnHJnDstpv5dva+1xRaA06DC+MaOH1W0DK5EtSZo4pg/fH/vxO14Gs0jz3oXdg==", - "license": "MIT", - "peerDependencies": { - "vue": "^3.0.0" - } - }, "node_modules/bulma": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", @@ -7989,12 +7978,6 @@ "update-browserslist-db": "^1.0.13" } }, - "buefy": { - "version": "npm:@ntohq/buefy-next@0.1.4", - "resolved": "https://registry.npmjs.org/@ntohq/buefy-next/-/buefy-next-0.1.4.tgz", - "integrity": "sha512-fRBRa9+OobiJZsHcKyQZj0CaVnHJnDstpv5dva+1xRaA06DC+MaOH1W0DK5EtSZo4pg/fH/vxO14Gs0jz3oXdg==", - "requires": {} - }, "bulma": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", diff --git a/package.json b/package.json index b89f08e8..6f11331b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/vue-fontawesome": "^3.0.5", "axios": "^1.6.5", - "buefy": "npm:@ntohq/buefy-next@^0.1.4", "bulma": "^0.9.4", "bulma-timeline": "^3.0.5", "lodash": "^4.17.21", diff --git a/src/main.ts b/src/main.ts index 62f6f2bb..afc6143c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,5 @@ import { createApp } from 'vue'; -import Buefy from 'buefy'; -import 'buefy/dist/buefy.css'; import { createPinia } from 'pinia'; import VueGtag from 'vue-gtag'; import LoadScript from 'vue-plugin-load-script'; @@ -33,7 +31,6 @@ library.add( const app = createApp(App); -app.use(Buefy); const pinia = createPinia(); pinia.use(({ store }) => { store.router = router; diff --git a/src/views/ReportRequest/ReportRequestForNonCNAs.vue b/src/views/ReportRequest/ReportRequestForNonCNAs.vue index 7ba19543..c42ef2c8 100644 --- a/src/views/ReportRequest/ReportRequestForNonCNAs.vue +++ b/src/views/ReportRequest/ReportRequestForNonCNAs.vue @@ -31,8 +31,7 @@
Find the CNA partner whose scope includes the product affected by the vulnerability on the
-