Skip to content

Commit

Permalink
build(deps-dev): bump vite and other ledger-browser deps
Browse files Browse the repository at this point in the history
- Bump vite to 4.5.2 to solve security issue reported by dependabot in
    https://github.com/hyperledger/cacti/pull/2999
- Update other vite and build plugins to latest versions.
- Update solidjs and solidjs router to fix runtime issues.

Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
  • Loading branch information
outSH authored and petermetz committed Feb 7, 2024
1 parent 3bb7157 commit 7a68ede
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 335 deletions.
10 changes: 5 additions & 5 deletions packages/cacti-ledger-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@
"start": "vite"
},
"dependencies": {
"@solidjs/router": "0.4.2",
"@solidjs/router": "0.8.4",
"@supabase/supabase-js": "1.35.6",
"apexcharts": "3.36.0",
"chart.js": "3.9.1",
"moment": "2.29.4",
"solid-apexcharts": "0.1.6",
"solid-icons": "1.0.4",
"solid-js": "1.5.7",
"solid-js": "1.8.11",
"solid-slider": "1.3.9",
"solid-toast": "0.5.0"
},
"devDependencies": {
"autoprefixer": "10.4.8",
"postcss": "8.4.31",
"supabase": "1.28.4",
"typescript-plugin-css-modules": "4.2.3",
"vite": "3.2.8",
"vite-plugin-solid": "2.3.0"
"typescript-plugin-css-modules": "5.0.2",
"vite": "4.5.2",
"vite-plugin-solid": "2.8.2"
},
"engines": {
"node": ">=18",
Expand Down
Loading

0 comments on commit 7a68ede

Please sign in to comment.