Update Stimulus to get Outlets

This commit is contained in:
Kuba Orlik 2024-05-10 20:19:12 +02:00
parent 0c6a9753af
commit 28ed9a626d
2 changed files with 20 additions and 33 deletions

51
package-lock.json generated
View File

@ -30,7 +30,7 @@
"object-path": "^0.11.8",
"qs": "^6.12.0",
"sealious": "^0.19.9",
"stimulus": "^2.0.0",
"stimulus": "^3.2.2",
"tempstream": "^0.3.16"
},
"devDependencies": {
@ -490,6 +490,19 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@hotwired/stimulus": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.2.tgz",
"integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A=="
},
"node_modules/@hotwired/stimulus-webpack-helpers": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz",
"integrity": "sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ==",
"peerDependencies": {
"@hotwired/stimulus": ">= 3.0"
}
},
"node_modules/@hotwired/turbo": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.4.tgz",
@ -877,32 +890,6 @@
"ts-morph": "^19.0.0"
}
},
"node_modules/@stimulus/core": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@stimulus/core/-/core-2.0.0.tgz",
"integrity": "sha512-ff70GafKtzc8zQ1/cG+UvL06GcifPWovf2wBEdjLMh9xO2GOYURO3y2RYgzIGYUIBefQwyfX2CLfJdZFJrEPTw==",
"dependencies": {
"@stimulus/mutation-observers": "^2.0.0"
}
},
"node_modules/@stimulus/multimap": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@stimulus/multimap/-/multimap-2.0.0.tgz",
"integrity": "sha512-pMBCewkZCFVB3e5mEMoyO9+9aKzHDITmf3OnPun51YWxlcPdHcwbjqm1ylK63fsoduIE+RowBpFwFqd3poEz4w=="
},
"node_modules/@stimulus/mutation-observers": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@stimulus/mutation-observers/-/mutation-observers-2.0.0.tgz",
"integrity": "sha512-kx4VAJdPhIGBQKGIoUDC2tupEKorG3A+ckc2b1UiwInKTMAC1axOHU8ebcwhaJIxRqIrs8//4SJo9YAAOx6FEg==",
"dependencies": {
"@stimulus/multimap": "^2.0.0"
}
},
"node_modules/@stimulus/webpack-helpers": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@stimulus/webpack-helpers/-/webpack-helpers-2.0.0.tgz",
"integrity": "sha512-D6tJWsAC024MwGEIKlUVYU8Ln87mlrmiwHvYAjipg+s8H4eLxUMQ3PZkWyPevfipH+oR3leuHsjYsK1gN5ViQA=="
},
"node_modules/@ts-morph/common": {
"version": "0.20.0",
"license": "MIT",
@ -9291,12 +9278,12 @@
}
},
"node_modules/stimulus": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/stimulus/-/stimulus-2.0.0.tgz",
"integrity": "sha512-xipy7BS5TVpg4fX6S8LhrYZp7cmHGjmk09WSAiVx1gF5S5g43IWsuetfUhIk8HfHUG+4MQ9nY0FQz4dRFLs/8w==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/stimulus/-/stimulus-3.2.2.tgz",
"integrity": "sha512-sEGK0ofeMuW+B2oPLTigCqxl47P9vRfZxeqzY5Hk1u0QPWS8DZhW+VOEEyngtzdHM+MutXKGBT8BkUKoA0060Q==",
"dependencies": {
"@stimulus/core": "^2.0.0",
"@stimulus/webpack-helpers": "^2.0.0"
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.0"
}
},
"node_modules/streamx": {

View File

@ -58,7 +58,7 @@
"object-path": "^0.11.8",
"qs": "^6.12.0",
"sealious": "^0.19.9",
"stimulus": "^2.0.0",
"stimulus": "^3.2.2",
"tempstream": "^0.3.16"
},
"devDependencies": {