Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Jan 23, 2023
1 parent 909c3bd commit 52582e2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"next": "^12.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-highlight-words": "^0.20.0",
"react-icons": "^4.7.1",
"react-query": "^3.39.2"
},
Expand All @@ -33,6 +34,7 @@
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.12",
"@types/react": "17.0.48",
"@types/react-highlight-words": "^0.16.4",
"autoprefixer": "^10.4.8",
"eslint": "^8.23.0",
"eslint-config-coderdojobraga": "*",
Expand Down
50 changes: 49 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"prettier:check": "prettier --check \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"devDependencies": {
"@types/react-highlight-words": "^0.16.4",
"eslint-config-coderdojobraga": "*",
"prettier": "latest",
"prettier-plugin-tailwindcss": "latest",
Expand Down

0 comments on commit 52582e2

Please sign in to comment.