Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.17.0
24.18.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^10.0.0",
"jsdom": "^29.0.0",
"prettier": "3.8.4",
"prettier": "3.9.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"resize-observer-polyfill": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This must be kept in sync with the version of ubuntu used in the GitHub
# Actions workflow, in .github/workflows/analysis.yml, and the playwright
# version in package.json
FROM mcr.microsoft.com/playwright:v1.61.0-noble
FROM mcr.microsoft.com/playwright:v1.61.1-noble

# Switch to a non-root user with the same IDs as those of the user on the host
# system, to avoid needlessly giving the tests root access
Expand Down
Loading
Loading