From 28ed9a626da3ce2bac9569b07c7e2dbd4b874313 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 10 May 2024 20:19:12 +0200 Subject: [PATCH] Update Stimulus to get Outlets --- package-lock.json | 51 ++++++++++++++++++----------------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 983001f..ac1102e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index ef00fc6..dba6da0 100644 --- a/package.json +++ b/package.json @@ -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": {