Skip to content

Commit

Permalink
fix(): Fix dev (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanfighter authored Jul 14, 2024
1 parent d07c2c2 commit 52dd1c7
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 8 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commit: ## Uses staged files and some questions to help you write commit message
git status --short | grep '^[MARCDT]' && \
echo "${RESET}" && \
export PS3="${BLUE}Tag? ${RESET}" && \
export tags=(fix docs feat refactor test process) && \
export tags=(fix docs feat refactor test build chore) && \
select tag in "$${tags[@]}"; do \
if [[ " $${tags[@]} " =~ " $$tag " ]]; then \
export TAG=$$tag && break; \
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^16.18.91",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
Expand Down Expand Up @@ -75,7 +71,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`About project should render correctly 1`] = `
<p
class="chakra-text css-g5hezf"
>
v0.4.0
v0.5.0
</p>
</h2>
<div
Expand Down
Loading

0 comments on commit 52dd1c7

Please sign in to comment.