Skip to content

Commit

Permalink
Bump @inertiajs/vue3 from 1.2.0 to 2.0.0 (#2828)
Browse files Browse the repository at this point in the history
* Bump @inertiajs/vue3 from 1.2.0 to 2.0.0

Bumps [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) from 1.2.0 to 2.0.0.
- [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/packages/vue3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update CSP

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Georg Ledermann <[email protected]>
  • Loading branch information
dependabot[bot] and ledermann authored Dec 13, 2024
1 parent 652fd6a commit 4888b7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
policy.script_src(*[:self].compact)
policy.style_src :self,
# Allow @inertiajs/progress to display progress bar
"'sha256-kCeyw5rRT2DINADvWYmAhXLhQs4dKZrnn2sofIDmprs='"
"'sha256-YfWBLaAD17kgcjrajLlty6AH2yMikIiscRhC6OENK74='"
end

policy.base_uri :self
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lint": "eslint --cache ."
},
"dependencies": {
"@inertiajs/vue3": "^1.2.0",
"@inertiajs/vue3": "^2.0.0",
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.20",
"lodash": "^4.17.21",
Expand Down
28 changes: 10 additions & 18 deletions yarn.lock

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

0 comments on commit 4888b7f

Please sign in to comment.