Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6c87b09
Bumb Axiox from 1.6.5 to 1.7.4
drjoeycadieux Dec 24, 2024
0703551
Fix Vulns
drjoeycadieux May 1, 2025
54dc143
UI changes in support of expanded search capabilities
rlxdev Apr 30, 2025
0b16cd3
Board vue: add email archive link
rlxdev Apr 9, 2025
f513b50
cveRecordSearchModule: add clarification about database used for sear…
rlxdev May 6, 2025
7f3a2ef
(temp w/ test API) - Home: get record count from CVE Services API (cv…
rlxdev May 21, 2025
e7200ad
search FAQ & notice: Howard's changes
rlxdev May 23, 2025
a3bbbae
Merge branch 'dev' into dev
drjoeycadieux May 26, 2025
6d15cb0
search FAQ & notice: Howard's changes
rlxdev May 27, 2025
8c51b38
Merge branch 'dev' into dev
drjoeycadieux May 27, 2025
6c75edb
UI changes in support of expanded search capabilities
rlxdev Apr 30, 2025
8f9471c
Board vue: add email archive link
rlxdev Apr 9, 2025
8513c64
cveRecordSearchModule: add clarification about database used for sear…
rlxdev May 6, 2025
74c8eac
search FAQ & notice: Howard's changes
rlxdev May 30, 2025
8b76ba4
Fix: Updated Home.vue to properly import and use GenericGlobalsStore …
drjoeycadieux May 31, 2025
ed53599
Fix: Update dependencies and fix SCSS import in App.vue
drjoeycadieux May 31, 2025
da0b2ef
Fix: Update Home.vue to use setup() for store
drjoeycadieux May 31, 2025
d432ad5
Merge upstream/dev: Resolve conflicts in Home.vue and faqs.json
drjoeycadieux May 31, 2025
a295108
Fix build issues and clean up TypeScript imports
drjoeycadieux May 31, 2025
f9530b5
cveRecordSearchModule: allow asterisk (*) and double-quote (") charac…
rlxdev Jul 21, 2025
69c2b0f
archives: test implementation of board meeting archives & discussions
rlxdev Aug 14, 2025
65be22e
Bump Axios from 1.6.5 to 1.7.4 and update dependencies
drjoeycadieux Aug 18, 2025
821a6b1
Merge upstream/dev into dev branch - resolved all conflicts
drjoeycadieux Aug 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/// <reference types="vite/client" />

declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
8,951 changes: 2,386 additions & 6,565 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@unhead/vue": "^1.11.18",
"axios": "^1.6.5",
"@unhead/vue": "^2.0.10",
"axios": "^1.7.4",
"bulma": "^0.9.4",
"bulma-timeline": "^3.0.5",
"leaflet": "^1.9.4",
Expand All @@ -39,17 +39,18 @@
"@tsconfig/node18": "^18.2.2",
"@types/lodash": "^4.17.7",
"@types/node": "^18.19.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"sass-embedded": "^1.89.1",
"typescript": "~5.3.0",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
"vite": "^6.3.4",
"vue-tsc": "^2.2.10"
}
}
}
Loading