Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2975)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent ba0206a commit 1f19785
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:

playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.44.0-jammy
image: mcr.microsoft.com/playwright:v1.44.1-jammy
working_dir: /app
volumes:
- .:/app
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.33",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/cil": "^1.1.8",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.66",
Expand Down Expand Up @@ -65,7 +65,7 @@
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-macros": "^2.9.2",
"vite": "5.2.11",
"vite-plugin-compression2": "^1.1.0",
"vite-plugin-compression2": "^1.1.1",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.27",
Expand All @@ -75,7 +75,7 @@
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.80",
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
Expand Down
47 changes: 24 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f19785

Please sign in to comment.