Skip to content

Commit

Permalink
Merge branch 'main' into feature/223-unify-pandas-dtype-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Oct 17, 2023
2 parents 44c86e5 + 9e60e9f commit 68e0112
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clean: ## clean project
audit: ## Audit project dependencies
poetry export --without-hashes | poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 51668
pnpm audit --production
pnpm audit --prod

.PHONY: check-format
check-format: ## Check code formatting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.1",
"@types/node-fetch": "2",
"@types/node-fetch": "^2.1.0",
"@types/react": "^18.0.27",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.10",
Expand Down
Loading

0 comments on commit 68e0112

Please sign in to comment.