Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Build Issues: Downgrade eslint and Add GADM File Check Dependency #215

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Backend for Track Your Regions",
"devDependencies": {
"dotenv-cli": "^7.3.0",
"eslint": "^9.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-markdownlint": "^0.6.0",
"nodemon": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion deployment/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ reinit-db: check-gadm-file clean-volume init-db
stop:
$(DC) stop

build: check-env
build: check-env check-gadm-file
$(DC) build

run: check-env
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-markdownlint": "^0.6.0",
"react-scripts": "^5.0.1"
Expand Down
Loading