This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pre-commit safety check * Update packages for security reasons * Code linting/formatting adheres to gitignore * Trigger rebuild * Upgrade safety * Try safety as a main dep * Use external deps for pre-commit * Final go, before we start ignoring safety warnings * Try removing `py` * Fix README * Fix references to ruamel.yaml using dot . instead of hyphen - for package name See python-poetry/poetry#109 (comment) * Use latest poetry package to avoid setuptools bug * Re-add mapbox as a dev dependency to fix build step * Update version number * Be a bit more lenient in testing third party APIs, as we can't be sure of the coordinates they'll return * Fix test syntax * Fix test syntax * Simplify tests for postcodes API
- Loading branch information
1 parent
2bd8aa7
commit 485405a
Showing
12 changed files
with
669 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "groundwork-django", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"repository": "https://github.com/commonknowledge/groundwork.git", | ||
"description": "An integrated Django and Javascript framework for people who build tools for organisers.", | ||
"author": "Common Knowledge <[email protected]>", | ||
|
@@ -29,6 +29,7 @@ | |
"babel-preset-vite": "^1.0.4", | ||
"es-module-lexer": "^0.9.3", | ||
"jest": "^27.3.1", | ||
"mapbox-gl": "^2.6.0", | ||
"mutationobserver-shim": "^0.3.7", | ||
"prettier": "^2.4.1", | ||
"ts-jest": "^27.0.7", | ||
|
Oops, something went wrong.