Skip to content

Commit

Permalink
bumped uuid library version (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe authored Nov 4, 2024
1 parent 243524b commit b349e47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@final-hill/cathedral",
"version": "0.18.0",
"version": "0.18.1",
"description": "Requirements management system",
"keywords": [],
"private": true,
Expand Down Expand Up @@ -53,7 +53,7 @@
"pg": "^8.13.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"uuid": "^11.0.1",
"uuid": "^11.0.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"zod": "^3.23.8",
Expand All @@ -77,4 +77,4 @@
"vitest": "^2.1.4",
"vue-tsc": "^2.1.8"
}
}
}

0 comments on commit b349e47

Please sign in to comment.