Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 0cf9f5d commit a6ec1dd
Show file tree
Hide file tree
Showing 4 changed files with 776 additions and 795 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fontsource/inter": "^5.0.8",
"@playwright/test": "^1.41.1",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/addon-designs": "8.0.4",
"@storybook/addon-designs": "8.1.0",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.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.49.1-noble
FROM mcr.microsoft.com/playwright:v1.50.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

0 comments on commit a6ec1dd

Please sign in to comment.