Skip to content

Commit

Permalink
build(deps): upgrade wagtail + semver
Browse files Browse the repository at this point in the history
- yarn upgrade
- remove @types/yup (follow console warning that yup already includes
  its own types)
  • Loading branch information
alee committed Jul 14, 2023
1 parent b0a65f5 commit 1dba00b
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 445 deletions.
10 changes: 5 additions & 5 deletions django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ django-extensions==3.2.1
django-guardian==2.4.0
django-hcaptcha-field==1.4.0
django-ipware==5.0.0
django-location-field==2.7.0
django-location-field==2.7.1
django-markupfield==2.0.1
django-model-utils==4.3.1
django-redis==5.2.0
django-redis==5.3.0
django-rest-auth==0.9.5
django-rest-swagger==2.2.0
django-reversion==5.0.4
Expand All @@ -36,13 +36,13 @@ psycopg2-binary==2.9.6
pytz==2022.6
redis==4.5.5
requests==2.31.0
semver==3.0.0
sentry-sdk==1.24.0
semver==3.0.1
sentry-sdk==1.28.1
shortuuid==1.0.11
tzdata==2023.3
uwsgi==2.0.21
uwsgitop==0.11
wagtail==5.0.1
wagtail==5.0.2
# used for institution -> affiliation data migration, unused afterwards
fuzzywuzzy==0.18.0
invoke
Expand Down
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.14.2",
"@types/sortablejs": "^1.15.1",
"@types/yup": "^0.32.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
Expand Down
Loading

0 comments on commit 1dba00b

Please sign in to comment.