Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10 (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent e46bf93 commit 849b511
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/uuid": "^9.0.2",
"@types/uuid": "^10.0.0",
"feed": "^4.2.2",
"framer-motion": "^11.0.0",
"gray-matter": "^4.0.3",
Expand All @@ -29,7 +29,7 @@
"sharp": "0.33.4",
"swiper": "^11.0.5",
"unified": "^11.0.4",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@playwright/test": "1.45.1",
Expand All @@ -38,7 +38,7 @@
"@types/react": "^18.2.15",
"@types/react-dom": "18.3.0",
"@types/sharp": "0.32.0",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"autoprefixer": "^10.4.14",
"clsx": "^2.0.0",
"eslint": "^9.0.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 849b511

Please sign in to comment.