Skip to content

Commit

Permalink
chore: remove ^ symbol for version in package.json (#40)
Browse files Browse the repository at this point in the history
chore: remove "^" symbol for version in package.json
  • Loading branch information
Fakhri1999 authored Jan 7, 2024
1 parent 615112e commit f336821
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.16.16",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"framer-motion": "10.16.16",
"i18next": "22.4.15",
"next": "12.1.6",
"next-i18next": "13.2.2",
Expand Down

0 comments on commit f336821

Please sign in to comment.