Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 4e56b7c commit c4dbd77
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 528 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# 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 --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement /tmp/requirements.txt


# Build stage: Install yarn dependencies
# ===
FROM node:18 AS yarn-dependencies
FROM node:21 AS yarn-dependencies
WORKDIR /srv
ADD package.json .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install --production
Expand All @@ -31,7 +31,7 @@ RUN yarn run build-css

# 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-setuptools python3-lib2to3 python3-pkg-resources ca-certificates libsodium-dev
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
"@canonical/cookie-policy": "3.5.0",
"@canonical/latest-news": "1.5.0",
"@canonical/global-nav": "3.6.2",
"@testing-library/cypress": "9.0.0",
"@testing-library/cypress": "10.0.1",
"autoprefixer": "10.4.17",
"concurrently": "7.6.0",
"concurrently": "8.2.2",
"esbuild": "0.19.12",
"fuse.js": "^6.6.2",
"fuse.js": "^7.0.0",
"postcss": "8.4.33",
"postcss-cli": "10.1.0",
"postcss-cli": "11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "1.70.0",
"vanilla-framework": "4.6.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"concurrently": "6.5.1",
"cypress": "12.17.4",
"concurrently": "8.2.2",
"cypress": "13.6.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "2.8.8",
"stylelint": "14.16.1",
"prettier": "3.2.5",
"stylelint": "16.2.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"watch-cli": "0.2.3"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ canonicalwebteam.image-template==1.3.1
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.discourse==5.4.9
canonicalwebteam.search==1.3.0
bleach==5.0.1
bleach==6.1.0
markdown==3.5.2
python-slugify==7.0.0
python-slugify==8.0.4
vcrpy-unittest==0.1.7
cryptography==36.0.2
gql==2.0.0
gql==3.5.0
Loading

0 comments on commit c4dbd77

Please sign in to comment.