Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2023
1 parent e973f05 commit d47068e
Show file tree
Hide file tree
Showing 4 changed files with 2,340 additions and 3,152 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement

# Build stage: Install yarn dependencies
# ===
FROM node:18 AS yarn-dependencies
FROM node:20 AS yarn-dependencies
WORKDIR /srv
ADD package.json yarn.lock .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install --production
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,45 +43,45 @@
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.16.7",
"@testing-library/cypress": "8.0.0",
"@testing-library/dom": "8.13.0",
"@testing-library/cypress": "9.0.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.2.1",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/enzyme": "3.10.11",
"@types/jest": "26.0.24",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.175",
"@types/react-google-recaptcha": "2.1.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"axe-core": "4.3.5",
"babel-jest": "26.6.3",
"babel-loader": "8.2.3",
"concurrently": "6.5.1",
"babel-jest": "29.6.1",
"babel-loader": "9.1.3",
"concurrently": "8.2.0",
"csstype": "3.0.8",
"cypress": "8.7.0",
"cypress-axe": "0.14.0",
"cypress": "12.17.2",
"cypress-axe": "1.4.0",
"enzyme": "3.11.0",
"eslint": "7.32.0",
"eslint-config-prettier": "7.2.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-react": "7.28.0",
"exports-loader": "2.0.0",
"fishery": "1.4.0",
"exports-loader": "4.0.0",
"fishery": "2.2.2",
"full-icu": "1.4.0",
"jest": "26.6.3",
"jest": "29.6.1",
"jest-fetch-mock": "3.0.3",
"prettier": "2.2.1",
"puppeteer": "10.4.0",
"react-test-renderer": "17.0.2",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"stylelint-prettier": "1.2.0",
"stylelint-scss": "3.21.0",
"prettier": "3.0.0",
"puppeteer": "20.9.0",
"react-test-renderer": "18.2.0",
"stylelint": "15.10.2",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "6.0.3",
"stylelint-prettier": "4.0.0",
"stylelint-scss": "5.0.1",
"watch-cli": "0.2.3"
},
"dependencies": {
Expand All @@ -90,37 +90,37 @@
"@canonical/latest-news": "1.4.1",
"@canonical/react-components": "^0.38.0",
"@reduxjs/toolkit": "1.7.1",
"@sentry/react": "6.11.0",
"@sentry/tracing": "6.11.0",
"@stripe/react-stripe-js": "1.7.0",
"@sentry/react": "7.60.1",
"@sentry/tracing": "7.60.1",
"@stripe/react-stripe-js": "2.1.1",
"@stripe/stripe-js": "1.22.0",
"autoprefixer": "10.4.1",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.4",
"date-fns-tz": "2.0.0",
"esbuild": "0.14.10",
"flickity": "^3.0.0",
"formik": "2.2.9",
"intl-tel-input": "17.0.18",
"intl-tel-input": "18.1.8",
"postcss": "8.4.5",
"postcss-cli": "8.3.1",
"postcss-cli": "10.1.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-recaptcha": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "3.1.0",
"react-query": "3.34.7",
"react-router-dom": "^6.8.0",
"react-useportal": "1.0.16",
"sass": "1.45.2",
"smartquotes": "2.3.2",
"typescript": "4.5.4",
"typescript": "5.1.6",
"url-polyfill": "1.1.12",
"url-search-params-polyfill": "8.1.1",
"vanilla-framework": "^3.14.0",
"yup": "0.32.11"
"yup": "1.2.0"
},
"resolutions": {
"lodash": "4.17.21",
"minimatch": "3.0.5"
"minimatch": "9.0.3"
},
"jest": {
"moduleDirectories": [
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
canonicalwebteam.discourse==5.2.4
python-dateutil==2.8.2
pytz==2022.7.1
pytz==2023.3
maxminddb-geolite2==2018.703
Flask-OpenID==1.3.0
feedgen==0.9.0
feedparser==6.0.10
pymacaroons==0.13.0
requests==2.28.2
marshmallow==3.19.0
mistune==0.8.4
mistune==3.0.1
pyyaml==6.0
ubuntu-release-info==21.1
macaroonbakery==1.3.1
Expand Down
Loading

0 comments on commit d47068e

Please sign in to comment.