Skip to content

Commit

Permalink
moved required dependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardadler committed Jun 5, 2024
1 parent 2348329 commit ec78839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,13 @@
}
],
"devDependencies": {
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@size-limit/preset-small-lib": "^6.0.4",
"@tsconfig/create-react-app": "^1.0.2",
"@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 +74,9 @@
"typescript": "^4.4.4"
},
"dependencies": {
"react-focus-lock": "^2.9.5"
"react-focus-lock": "^2.9.5",
"@chakra-ui/react": "^1.7.3",
"date-fns": "^2.23.0",
"dayzed": "^3.2.2"
}
}

0 comments on commit ec78839

Please sign in to comment.