Skip to content

Commit

Permalink
Bump @inertiajs/svelte from 2.0.0-beta.2 to 2.0.0-beta.3
Browse files Browse the repository at this point in the history
Bumps [@inertiajs/svelte](https://github.com/inertiajs/inertia/tree/HEAD/packages/svelte) from 2.0.0-beta.2 to 2.0.0-beta.3.
- [Release notes](https://github.com/inertiajs/inertia/releases)
- [Changelog](https://github.com/inertiajs/inertia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/inertiajs/inertia/commits/v2.0.0-beta.3/packages/svelte)

---
updated-dependencies:
- dependency-name: "@inertiajs/svelte"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent c7503ff commit 0a7c32e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"show-bundle": "vite-bundle-visualizer"
},
"dependencies": {
"@inertiajs/svelte": "2.0.0-beta.2",
"@inertiajs/svelte": "2.0.0-beta.3",
"@sveltejs/vite-plugin-svelte": "^4.0",
"@tailwindcss/forms": "^0.5.9",
"croppr": "^2.3",
Expand Down
24 changes: 9 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,22 +223,21 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==

"@inertiajs/core@2.0.0-beta.2":
version "2.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@inertiajs/core/-/core-2.0.0-beta.2.tgz#27b06ab008aba520277736bf2a8a76654f032ed9"
integrity sha512-2fi1YAncmkQAGko+miQanobF5anSO9lBK8i6Fgl0YKDjLQJg7+Sdr/yQIDwJtvFYgOgDbAhIcAawn9usc0/9bQ==
"@inertiajs/core@2.0.0-beta.3":
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/@inertiajs/core/-/core-2.0.0-beta.3.tgz#e11b43551cb47a4ac15e1db8fcb04109ec4c6285"
integrity sha512-CjfOdDQ9ifxi0eCLxdPtcACcVBY5JgkH+zBoUQhvNUFOkylk7vDVr8KUOt8LG0XpwX4Hs6c6+sloNPlwFO+nDw==
dependencies:
axios "^1.6.0"
deepmerge "^4.0.0"
nprogress "^0.2.0"
qs "^6.9.0"

"@inertiajs/svelte@2.0.0-beta.2":
version "2.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@inertiajs/svelte/-/svelte-2.0.0-beta.2.tgz#3ff3a7ce6a05e4b63a2eff340fe57369e3e6ba63"
integrity sha512-e7WvqWRW9fduSbpek0k1Rypp24D9k6drL3d6h9Dsw8AlR9pGY46b47Mg/1XRNLeh9xxkJVDO7GPcsSbIo7HdCA==
"@inertiajs/svelte@2.0.0-beta.3":
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/@inertiajs/svelte/-/svelte-2.0.0-beta.3.tgz#c81228df37da8583de41a666a23d4c8ffdab09cc"
integrity sha512-ygPjc1e0+VJS1HLj6I+Rg32lDj45UEkxodMe6l1ObCW3ic6BvIMwjhRI8F+bU6/FrvbzKULIwI4naWCuiX0OxA==
dependencies:
"@inertiajs/core" "2.0.0-beta.2"
"@inertiajs/core" "2.0.0-beta.3"
html-escape "^2.0.0"
lodash "^4.5.0"

Expand Down Expand Up @@ -2052,11 +2051,6 @@ normalize-range@^0.1.2:
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==

nprogress@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1"
integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==

object-assign@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
Expand Down

0 comments on commit 0a7c32e

Please sign in to comment.