Skip to content

Commit

Permalink
Merge pull request #83 from gerhardadler/moved-required-dependencies-…
Browse files Browse the repository at this point in the history
…to-dependencies

Moved required dependencies to dependencies
  • Loading branch information
aboveyunhai authored Jun 6, 2024
2 parents 2348329 + 70b07c0 commit c4c5be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
"@tsconfig/recommended": "^1.0.1",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"date-fns": "^2.23.0",
"dayzed": "^3.2.2",
"dts-cli": "^1.6.3",
"framer-motion": "^4.1.17",
"husky": "^7.0.4",
Expand All @@ -77,6 +75,8 @@
"typescript": "^4.4.4"
},
"dependencies": {
"react-focus-lock": "^2.9.5"
"react-focus-lock": "^2.9.5",
"date-fns": "^2.23.0",
"dayzed": "^3.2.2"
}
}

0 comments on commit c4c5be6

Please sign in to comment.