Skip to content

Commit

Permalink
Automated dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 18, 2023
1 parent c12b902 commit eecf33b
Show file tree
Hide file tree
Showing 4 changed files with 4,497 additions and 3,411 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@
},
"dependencies": {
"@react-hook/window-scroll": "^1.3.0",
"@salesforce-ux/design-system": "^2.18.1",
"@salesforce/design-system-react": "^0.10.48",
"@sentry/browser": "^7.7.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"js-cookie": "^3.0.1",
"@salesforce-ux/design-system": "^2.22.2",
"@salesforce/design-system-react": "^0.10.58",
"@sentry/browser": "^7.88.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.1",
"react-joyride": "^2.5.0",
"react-redux": "^8.0.2",
"react-i18next": "^13.5.0",
"react-joyride": "^2.7.1",
"react-redux": "^9.0.4",
"react-router-dom": "^5.3.1",
"redux": "^4.2.0",
"redux": "^5.0.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6",
"redux-thunk": "^3.1.0",
"reselect": "^5.0.1",
"sockette": "^2.0.6",
"uuid-random": "^1.3.2",
"vlocity": "^1.15.7",
"whatwg-fetch": "^3.6.2"
"vlocity": "^1.17.6",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand Down
32 changes: 26 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.13
# via sphinx
asgiref==3.7.2
Expand All @@ -13,9 +17,14 @@ asgiref==3.7.2
# django
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via
# -c requirements/prod.txt
# aiohttp
attrs==23.1.0
# via
# -c requirements/prod.txt
# aiohttp
# automat
# flake8-bugbear
# service-identity
Expand All @@ -26,9 +35,9 @@ autobahn==23.6.2
# daphne
automat==22.10.0
# via twisted
babel==2.13.1
babel==2.14.0
# via sphinx
black==23.11.0
black==23.12.0
# via -r requirements/dev.in
certifi==2023.7.22
# via
Expand All @@ -48,7 +57,7 @@ click==8.1.6
# black
constantly==23.10.4
# via twisted
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
Expand All @@ -62,7 +71,7 @@ daphne==4.0.0
# via -r requirements/dev.in
decorator==5.1.1
# via ipython
django~=4.2.0
django==5.0
# via
# -c requirements/prod.txt
# django-extensions
Expand Down Expand Up @@ -97,6 +106,10 @@ flake8==6.1.0
# flake8-bugbear
flake8-bugbear==23.12.2
# via -r requirements/dev.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
hyperlink==21.0.0
# via
# -c requirements/prod.txt
Expand All @@ -108,6 +121,7 @@ idna==3.4
# hyperlink
# requests
# twisted
# yarl
imagesize==1.4.1
# via sphinx
incremental==22.10.0
Expand All @@ -120,7 +134,7 @@ iniconfig==2.0.0
# via pytest
ipython==8.18.1
# via -r requirements/dev.in
isort==5.13.1
isort==5.13.2
# via -r requirements/dev.in
jedi==0.19.1
# via ipython
Expand Down Expand Up @@ -148,6 +162,10 @@ mdurl==0.1.2
# via
# -c requirements/prod.txt
# markdown-it-py
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
myst-parser==1.0.0
Expand All @@ -170,7 +188,7 @@ platformdirs==4.1.0
# via black
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -318,6 +336,8 @@ urllib3==1.26.16
# requests
wcwidth==0.2.12
# via prompt-toolkit
yarl==1.9.4
# via aiohttp
zope-interface==6.1
# via twisted

Expand Down
10 changes: 5 additions & 5 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defusedxml==0.7.1
# python3-openid
dj-database-url==2.1.0
# via -r requirements/prod.in
django~=4.2.0
django==5.0
# via
# -r requirements/prod.in
# channels
Expand All @@ -95,7 +95,7 @@ django~=4.2.0
# djangorestframework
# drf-spectacular
# sfdo-template-helpers
django-allauth==0.58.2
django-allauth==0.59.0
# via -r requirements/prod.in
django-anymail[mailgun]==10.2
# via -r requirements/prod.in
Expand All @@ -122,7 +122,7 @@ djangorestframework==3.14.0
# sfdo-template-helpers
docutils==0.16
# via cumulusci
drf-spectacular==0.26.5
drf-spectacular==0.27.0
# via -r requirements/prod.in
faker==19.3.0
# via
Expand Down Expand Up @@ -322,7 +322,7 @@ robotframework-stacktrace==0.4.1
# via
# cumulusci
# robotframework-pabot
rpds-py==0.13.2
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand All @@ -346,7 +346,7 @@ selenium==3.141.0
# via
# cumulusci
# robotframework-seleniumlibrary
sentry-sdk==1.38.0
sentry-sdk==1.39.1
# via -r requirements/prod.in
service-identity==23.1.0
# via -r requirements/prod.in
Expand Down
Loading

0 comments on commit eecf33b

Please sign in to comment.