Skip to content

Commit

Permalink
Fix types issue by regenerating the yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Sep 27, 2023
1 parent ea60d9b commit 9a1a3bc
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 444 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-circular-menu",
"version": "2.4.3",
"version": "2.4.4",
"description": "Circle menu component for React.",
"author": "Fawad Ali <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,9 +48,9 @@
"styled-components": ">= 4"
},
"devDependencies": {
"@types/node": "^20.7.0",
"@types/node": "^20.7.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"@types/react-dom": "^18.2.8",
"@types/styled-components": "^5.1.28",
"prettier": "^3.0.3",
"styled-components": "^6.0.8",
Expand Down
Loading

0 comments on commit 9a1a3bc

Please sign in to comment.