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 .github/workflows/diff-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0 # allows the diff action to access git history

- name: Create Diff
uses: e18e/action-dependency-diff@92822a35990442bbea1675844b898e4802b658c0 # v1.4.2
uses: e18e/action-dependency-diff@1d7c22bc4294a760e988dff8ea7857e9663cba14 # v1.4.3
with:
# We’re using this package primarily to track size changes, not as worried about duplicates
duplicate-threshold: 100
2 changes: 1 addition & 1 deletion packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
},
"peerDependencies": {
"preact": "^10.6.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.2.4",
"astro": "^5.16.6",
"@astrojs/svelte": "^7.2.5",
"astro": "^5.16.10",
"svelte": "5.46.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.2.4",
"astro": "^5.16.6",
"@astrojs/svelte": "^7.2.5",
"astro": "^5.16.10",
"svelte": "^5.46.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.5.13"
"vue": "^3.5.26"
}
}
20 changes: 8 additions & 12 deletions pnpm-lock.yaml

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

Loading