Skip to content

Commit

Permalink
Updating requirments files and aligning with new GDS updates and desi…
Browse files Browse the repository at this point in the history
…gns (#19)

Updating requirments files and aligning with new GDS updates and designs
  • Loading branch information
psweeting1 authored Dec 16, 2024
1 parent 2c7f55b commit 402d800
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 316 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a clone from the HM Land Registery Flask skeleton [GOV.UK Frontend Flask](https://github.com/LandRegistry/govuk-frontend-flask). Thank you, Land Registry.

![govuk-frontend 5.1.0](https://img.shields.io/badge/govuk--frontend%20version-5.1.0-005EA5?logo=gov.uk&style=flat)
![govuk-frontend 5.7.1](https://img.shields.io/badge/govuk--frontend%20version-5.7.1-005EA5?logo=gov.uk&style=flat)

**GOV.UK Frontend Flask is a [community tool](https://design-system.service.gov.uk/community/resources-and-tools/) of the [GOV.UK Design System](https://design-system.service.gov.uk/). The Design System team is not responsible for it and cannot support you with using it. Contact the [maintainers](#contributors) directly if you need [help](#support) or you want to request a feature.**

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
rm -rf app/demos/govuk_components

# Get new release source code and move to a directory
curl -L https://github.com/alphagov/govuk-frontend/archive/refs/tags/v5.6.0.zip > govuk_frontend_source.zip
curl -L https://github.com/alphagov/govuk-frontend/archive/refs/tags/v5.7.1.zip > govuk_frontend_source.zip
unzip -o govuk_frontend_source.zip -d govuk_frontend_source
mkdir app/demos/govuk_components
mv govuk_frontend_source/govuk-frontend-5.6.0/packages/govuk-frontend/src/govuk/components/** app/demos/govuk_components
mv govuk_frontend_source/govuk-frontend-5.7.1/packages/govuk-frontend/src/govuk/components/** app/demos/govuk_components

# Remove all files apart from test fixtures
find app/demos/govuk_components -type f ! -name '*.yaml' -delete
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build": "npm run gov-js && npm run gov-images"
},
"dependencies": {
"govuk-frontend": "^5.6.0"
"govuk-frontend": "^5.7.1"
}
}
125 changes: 24 additions & 101 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,127 +2,50 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
# pip-compile --no-annotate requirements.in
#
blinker==1.8.2
# via flask
blinker==1.9.0
brotli==1.1.0
# via flask-compress
certifi==2024.8.30
# via requests
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
# via
# -r requirements.in
# flask
cryptography==43.0.1
# via pyopenssl
cryptography==44.0.0
cssmin==0.2.0
# via -r requirements.in
deepmerge==2.0
# via govuk-frontend-wtf
deprecated==1.2.14
# via limits
dnspython==2.6.1
# via email-validator
deprecated==1.2.15
dnspython==2.7.0
email-validator==2.2.0
# via -r requirements.in
flask==3.0.3
# via
# -r requirements.in
# flask-assets
# flask-compress
# flask-limiter
# flask-wtf
# govuk-frontend-wtf
flask==3.1.0
flask-assets==2.1.0
# via -r requirements.in
flask-compress==1.15
# via -r requirements.in
flask-limiter[redis]==3.8.0
# via -r requirements.in
flask-compress==1.17
flask-limiter==3.9.2
flask-talisman==1.1.0
# via -r requirements.in
flask-wtf==1.2.1
# via govuk-frontend-wtf
govuk-frontend-jinja==3.3.0
# via
# -r requirements.in
# govuk-frontend-wtf
govuk-frontend-wtf==3.1.0
# via -r requirements.in
gunicorn==23.0.0
# via -r requirements.in
idna==3.8
# via
# email-validator
# requests
importlib-resources==6.4.4
# via limits
flask-wtf==1.2.2
govuk-frontend-jinja==3.4.0
govuk-frontend-wtf==3.2.0
idna==3.10
itsdangerous==2.2.0
# via
# flask
# flask-wtf
jinja2==3.1.4
# via
# flask
# govuk-frontend-jinja
# govuk-frontend-wtf
jsmin==3.0.1
# via -r requirements.in
libsass==0.23.0
# via -r requirements.in
limits[redis]==3.13.0
# via flask-limiter
limits==3.14.1
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# werkzeug
# wtforms
markupsafe==3.0.2
mdurl==0.1.2
# via markdown-it-py
ordered-set==4.1.0
# via flask-limiter
packaging==24.1
# via
# gunicorn
# limits
packaging==24.2
pycparser==2.22
# via cffi
pygments==2.18.0
# via rich
pyopenssl==24.2.1
# via -r requirements.in
pyopenssl==24.3.0
python-dotenv==1.0.1
# via -r requirements.in
pyyaml==6.0.2
# via -r requirements.in
redis==5.0.8
# via limits
requests==2.32.3
# via -r requirements.in
rich==13.8.0
# via flask-limiter
rich==13.9.4
typing-extensions==4.12.2
# via
# flask-limiter
# limits
urllib3==2.2.2
# via requests
urllib3==2.2.3
webassets==2.0
# via flask-assets
werkzeug==3.0.4
# via flask
wrapt==1.16.0
# via deprecated
wtforms==3.1.2
# via
# flask-wtf
# govuk-frontend-wtf
werkzeug==3.1.3
wrapt==1.17.0
wtforms==3.2.1
zstandard==0.23.0
# via flask-compress
Loading

0 comments on commit 402d800

Please sign in to comment.