Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-npm group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the dev-npm group with 2 updates in the / directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `svelte` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `vite` from 5.4.10 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Nov 11, 2024
1 parent baa4099 commit 4154919
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 70 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"svelte": "^5.1.13",
"svelte": "^5.1.14",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"svelte": "^5.1.13",
"svelte": "^5.1.14",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"publint": "^0.2.12",
"svelte": "^5.1.13",
"svelte": "^5.1.14",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 4154919

Please sign in to comment.