Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent a711ac8 commit f4a6222
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 492 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build stage: Install python dependencies
# ===
FROM ubuntu:focal AS python-dependencies
FROM ubuntu:jammy AS python-dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-pip python3-setuptools
ADD requirements.txt /tmp/requirements.txt
RUN pip3 config set global.disable-pip-version-check true
Expand All @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement

# Build stage: Install yarn dependencies
# ===
FROM node:16 AS yarn-dependencies
FROM node:21 AS yarn-dependencies
WORKDIR /srv
ADD package.json .
ADD yarn.lock .
Expand All @@ -38,7 +38,7 @@ RUN yarn run build-js

# Build the production image
# ===
FROM ubuntu:focal
FROM ubuntu:jammy

# Install python and import python dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-lib2to3 python3-setuptools python3-pkg-resources ca-certificates libsodium-dev
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@canonical/react-components": "0.47.1",
"@canonical/store-components": "0.47.0",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@reduxjs/toolkit": "1.9.7",
"@reduxjs/toolkit": "2.0.1",
"@sentry/react": "7.91.0",
"@sentry/tracing": "7.91.0",
"@tarekraafat/autocomplete.js": "10.2.7",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
Expand All @@ -63,16 +63,16 @@
"d3-selection": "3.0.0",
"d3-shape": "3.2.0",
"d3-time-format": "4.1.0",
"date-fns": "2.30.0",
"downshift": "7.6.2",
"date-fns": "3.1.0",
"downshift": "8.3.1",
"expose-loader": "4.1.0",
"fast-average-color": "9.4.0",
"markdown-it": "13.0.2",
"nanoid": "4.0.2",
"markdown-it": "14.0.0",
"nanoid": "5.0.4",
"polylabel": "1.1.0",
"postcss": "8.4.32",
"postcss-cli": "10.1.0",
"prettier": "2.8.8",
"postcss-cli": "11.0.0",
"prettier": "3.1.1",
"prop-types": "15.8.1",
"randomstring": "1.3.0",
"raven-js": "3.27.2",
Expand All @@ -82,19 +82,19 @@
"react-dom": "18.2.0",
"react-hook-form": "7.43.2",
"react-query": "3.39.3",
"react-redux": "8.1.3",
"react-redux": "9.0.4",
"react-router-dom": "6.21.1",
"react-sortable-hoc": "2.0.0",
"recoil": "0.7.7",
"redux": "4.2.1",
"redux": "5.0.1",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.2",
"redux-thunk": "3.1.0",
"sass": "1.69.6",
"style-loader": "3.3.3",
"swiper": "9.4.1",
"swiper": "11.0.5",
"topojson-client": "3.1.0",
"ts-loader": "9.5.1",
"typescript": "4.9.5",
"typescript": "5.3.3",
"vanilla-framework": "4.5.1",
"watch-cli": "0.2.3",
"webpack": "5.89.0",
Expand All @@ -106,17 +106,17 @@
"@percy/cli": "1.27.6",
"@types/react-dom": "18.2.18",
"babel-jest": "29.7.0",
"concurrently": "7.6.0",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"sass-loader": "13.3.3",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "7.0.1",
"stylelint": "16.1.0",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"ts-jest": "29.1.1"
}
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Flask-OpenID==1.3.0
Flask-WTF==1.2.1
bleach==6.1.0
emoji==2.9.0
humanize==3.13.1
mistune==2.0.5
humanize==4.9.0
mistune==3.0.2
pybadges==3.0.1
pycountry==22.3.5
pycountry==23.12.11
pymacaroons==0.13.0
python-dateutil==2.8.2
requests==2.31.0
Expand All @@ -29,4 +29,4 @@ user-agents==2.2.0
Flask-Testing==0.8.1
freezegun==1.4.0
black==23.12.1
flake8==6.1.0
flake8==7.0.0
Loading

0 comments on commit f4a6222

Please sign in to comment.