Skip to content

Commit

Permalink
Bump dependencies (end of Aug 2024) (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan authored Aug 27, 2024
1 parent 08ebaaf commit 856ba12
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 441 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ pipeline {
string(credentialsId: 'chalk-prod-cd-oauth-refresh-token', variable: 'CHALK_OAUTH_REFRESH_TOKEN'),
]) {
dir('tests') {
sh 'pip install "playwright==1.45.1" "pytest==8.3.1"'
sh 'pip install "playwright==1.46.0" "pytest==8.3.2"'
sh "pytest . --server_domain ${SERVER_IP} --junitxml=playwright_results.xml || true"

junit testResults: 'playwright_results.xml'
Expand Down
2 changes: 1 addition & 1 deletion jenkins/gcloud_helm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN gcloud components install kubectl -q --no-user-output-enabled

# Install Helm
RUN mkdir helm_tmp \
&& curl -o helm_tmp/helm.tar.gz https://get.helm.sh/helm-v3.15.3-linux-amd64.tar.gz \
&& curl -o helm_tmp/helm.tar.gz https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz \
&& tar -zxvf helm_tmp/helm.tar.gz -C helm_tmp \
&& mv helm_tmp/linux-amd64/helm /bin/helm \
&& rm -rf helm_tmp
4 changes: 2 additions & 2 deletions server/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r requirements.txt

# These are used for development or linting
flake8==7.1.0
flake8==7.1.1
pylint==3.2.6
pylint-django==2.5.5
pytest==8.3.1
pytest==8.3.2
yapf==0.40.2
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==4.2.14
Django==4.2.15
djangorestframework==3.15.2
django-simple-history==3.7.0
google-auth-oauthlib==1.2.1
gunicorn==22.0.0
gunicorn==23.0.0
psycopg2==2.9.9
requests==2.32.3
24 changes: 12 additions & 12 deletions ui/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@expo/metro-runtime": "~3.1.3",
"@react-native-google-signin/google-signin": "11.0.1",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/react-native": "5.24.0",
"@sentry/react-native": "5.30.0",
"expo": "~50.0.20",
"expo-application": "~5.8.4",
"expo-auth-session": "~5.4.0",
Expand All @@ -22,14 +22,14 @@
"expo-web-browser": "~12.8.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"prop-types": "*",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"prop-types": "^15.8.1",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "0.73.9",
"react-native-draggable-flatlist": "4.0.1",
"react-native-gesture-handler": "~2.16.2",
"react-native-gesture-handler": "~2.18.1",
"react-native-paper": "~5.12.5",
"react-native-reanimated": "~3.14.0",
"react-native-reanimated": "~3.15.0",
"react-native-safe-area-context": "4.10.9",
"react-native-safe-area-view": "^1.1.1",
"react-native-web": "~0.19.12",
Expand All @@ -53,21 +53,21 @@
"@storybook/test-runner": "^0.19.1",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.1",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"@types/react": "~18.3.4",
"@types/react-dom": "~18.3.0",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"babel-jest": "^29.7.0",
"babel-plugin-react-native-web": "0.19.12",
"eas-cli": "9.2.0",
"eas-cli": "11.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
Expand Down
Loading

0 comments on commit 856ba12

Please sign in to comment.