diff --git a/package-lock.json b/package-lock.json index c5e748b..a054929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@hotwired/turbo": "^8.0.0-beta.1" + "@hotwired/turbo": "^8.0.0-beta.2" }, "devDependencies": { "@11ty/eleventy": "^0.12.1", @@ -301,12 +301,9 @@ } }, "node_modules/@hotwired/turbo": { - "version": "8.0.0-beta.1", - "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.0-beta.1.tgz", - "integrity": "sha512-g66YmO/Oa+EThB3KkNDhrM9mFnNyRn6tqgwGiBHh4Vf+d3XjCznuWSG2o2e2cO/RlddVRtCwvBSMuG6sYQWX+g==", - "dependencies": { - "idiomorph": "git+https://github.com/basecamp/idiomorph.git#rollout-build" - }, + "version": "8.0.0-beta.2", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.0-beta.2.tgz", + "integrity": "sha512-Ewdz4m+rlBXiqU8hXC9qjrA6/gaYlwUWbab8M/+/PW3KEoZ36pqvLt4l7wEXELPk699bRXVFS08mt3icJ0idfg==", "engines": { "node": ">= 14" } @@ -2083,11 +2080,6 @@ "node": ">=0.10.0" } }, - "node_modules/idiomorph": { - "version": "0.0.8", - "resolved": "git+ssh://git@github.com/basecamp/idiomorph.git#e906820368e4c9c52489a3336b8c3826b1bf6de5", - "license": "BSD 2-Clause" - }, "node_modules/ignore": { "version": "5.2.4", "dev": true, @@ -5152,12 +5144,9 @@ } }, "@hotwired/turbo": { - "version": "8.0.0-beta.1", - "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.0-beta.1.tgz", - "integrity": "sha512-g66YmO/Oa+EThB3KkNDhrM9mFnNyRn6tqgwGiBHh4Vf+d3XjCznuWSG2o2e2cO/RlddVRtCwvBSMuG6sYQWX+g==", - "requires": { - "idiomorph": "git+https://github.com/basecamp/idiomorph.git#rollout-build" - } + "version": "8.0.0-beta.2", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.0-beta.2.tgz", + "integrity": "sha512-Ewdz4m+rlBXiqU8hXC9qjrA6/gaYlwUWbab8M/+/PW3KEoZ36pqvLt4l7wEXELPk699bRXVFS08mt3icJ0idfg==" }, "@nodelib/fs.scandir": { "version": "2.1.5", @@ -6333,10 +6322,6 @@ "safer-buffer": ">= 2.1.2 < 3" } }, - "idiomorph": { - "version": "git+ssh://git@github.com/basecamp/idiomorph.git#e906820368e4c9c52489a3336b8c3826b1bf6de5", - "from": "idiomorph@git+https://github.com/basecamp/idiomorph.git#rollout-build" - }, "ignore": { "version": "5.2.4", "dev": true diff --git a/package.json b/package.json index 5cfe24a..bc7ee0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "@hotwired/turbo": "^8.0.0-beta.1" + "@hotwired/turbo": "^8.0.0-beta.2" }, "devDependencies": { "@11ty/eleventy": "^0.12.1",