Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
UUID is now published in TypeScript, so the @types/uuid package is not needed
  • Loading branch information
ferferga authored Nov 4, 2024
1 parent b856b0f commit e45a106
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
5 changes: 2 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"axios": "1.7.7",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"defu": "6.1.4",
"destr": "2.0.3",
"dompurify": "3.1.7",
Expand All @@ -40,7 +40,7 @@
"marked": "14.1.3",
"sortablejs": "1.15.3",
"swiper": "11.1.14",
"uuid": "10.0.0",
"uuid": "11.0.2",
"vue": "3.5.12",
"vue-i18n": "9.14.1",
"vue-router": "4.4.5",
Expand All @@ -54,7 +54,6 @@
"@rollup/plugin-virtual": "3.0.2",
"@types/dompurify": "3.0.5",
"@types/sortablejs": "1.15.8",
"@types/uuid": "10.0.0",
"@vitejs/plugin-vue": "5.1.4",
"browserslist": "4.24.0",
"lightningcss": "1.27.0",
Expand Down
26 changes: 9 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e45a106

Please sign in to comment.