Merge pull request #9443 from tchak/fix-coldwire-dispatch-event
fix(coldwire): bump @coldwired/actions to fix event dispatch
This commit is contained in:
commit
154e1ade76
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@coldwired/actions": "^0.11.1",
|
||||
"@coldwired/actions": "^0.11.2",
|
||||
"@coldwired/turbo-stream": "^0.11.1",
|
||||
"@coldwired/utils": "^0.11.1",
|
||||
"@gouvfr/dsfr": "^1.7.2",
|
||||
|
|
|
@ -1164,6 +1164,15 @@
|
|||
morphdom "^2.7.0"
|
||||
tiny-invariant "^1.3.1"
|
||||
|
||||
"@coldwired/actions@^0.11.2":
|
||||
version "0.11.2"
|
||||
resolved "https://registry.yarnpkg.com/@coldwired/actions/-/actions-0.11.2.tgz#025917b7ad18d162b3bfe752361cbeef28a21db6"
|
||||
integrity sha512-Q1vC1Rcs+Vmql7npaO1dYJQPOQouotjgcrqqyXTAAlMJeHFqOWv7Qy+qeaQSIcY6qsveEkDChh6qTjpA5XdaFw==
|
||||
dependencies:
|
||||
"@coldwired/utils" "^0.11.1"
|
||||
morphdom "^2.7.0"
|
||||
tiny-invariant "^1.3.1"
|
||||
|
||||
"@coldwired/turbo-stream@^0.11.1":
|
||||
version "0.11.1"
|
||||
resolved "https://registry.yarnpkg.com/@coldwired/turbo-stream/-/turbo-stream-0.11.1.tgz#0f0f710422f61700cb8d8d8368799dbce64dd083"
|
||||
|
|
Loading…
Reference in a new issue