Skip to content

Commit

Permalink
Merge pull request #695 from DTS-STN/stefan/bump-deps
Browse files Browse the repository at this point in the history
Chore: Bump deps
  • Loading branch information
stefan-oconnell committed Jul 12, 2024
2 parents 737f99a + 66d4160 commit fc19ab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.2.0-bookworm-slim AS base
FROM node:22.4.1-bookworm-slim AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"react-focus-on": "3.9.3",
"react-i18next": "14.1.1",
"react-idle-timer": "5.7.2",
"sharp": "0.33.3",
"sharp": "0.33.4",
"yup": "1.4.0"
},
"devDependencies": {
"@faker-js/faker": "8.4.1",
"@tailwindcss/typography": "0.5.12",
"@testing-library/dom": "10.0.0",
"@testing-library/dom": "10.3.1",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
Expand All @@ -51,7 +51,7 @@
"autoprefixer": "10.4.19",
"axe-core": "4.9.0",
"babel-jest": "29.7.0",
"cypress": "13.7.3",
"cypress": "13.13.0",
"cypress-axe": "1.5.0",
"cypress-multi-reporters": "1.6.4",
"eslint": "8.57.0",
Expand All @@ -70,7 +70,7 @@
"pino-pretty": "11.0.0",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"prettier-plugin-tailwindcss": "0.6.5",
"react-test-renderer": "18.2.0",
"start-server-and-test": "2.0.3",
"tailwindcss": "3.4.3",
Expand Down

0 comments on commit fc19ab2

Please sign in to comment.