diff --git a/package-lock.json b/package-lock.json index 267f084..58b66b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "gutenberg-bento", "license": "Apache-2.0", "dependencies": { - "@bentoproject/accordion": "1.2112231523.2", + "@bentoproject/accordion": "1.2302171719.0", "@bentoproject/base-carousel": "1.2112231523.2", "@bentoproject/date-countdown": "1.2112231523.2", "@bentoproject/fit-text": "1.2112231523.2", @@ -1713,9 +1713,12 @@ "license": "MIT" }, "node_modules/@bentoproject/accordion": { - "version": "1.2112231523.2", - "resolved": "https://registry.npmjs.org/@bentoproject/accordion/-/accordion-1.2112231523.2.tgz", - "integrity": "sha512-sOzh+UaHTUg89BZhuy4AA64boSQTYh8QXNkNIIgj8tyD2nWRKkJVfmZQa9lKQ5n+jj3o3yAQoVlVZSNZi3zU/A==", + "version": "1.2302171719.0", + "resolved": "https://registry.npmjs.org/@bentoproject/accordion/-/accordion-1.2302171719.0.tgz", + "integrity": "sha512-acWDlO4WZwXobgND+OyUF0tN5cAfqc9JtfBHby+6ldVHZ5ZZeKEPRJGJD2B639q7Nd7gIeL8ViGQhI6UnuDMRw==", + "dependencies": { + "@bentoproject/core": "0.2302171719.0" + }, "peerDependencies": { "preact": "^10.2.1", "react": "^17.0.0" @@ -1729,6 +1732,11 @@ "react": "^17.0.0" } }, + "node_modules/@bentoproject/core": { + "version": "0.2302171719.0", + "resolved": "https://registry.npmjs.org/@bentoproject/core/-/core-0.2302171719.0.tgz", + "integrity": "sha512-SxoDGequr24xWce5yZ3bgZjTJHqhTdOn8ZH9akXI/Ot43Ky7zZFgSQkPmd52qEhBEDuSgejbQMn9QthIvRKuFg==" + }, "node_modules/@bentoproject/date-countdown": { "version": "1.2112231523.2", "license": "Apache-2.0", @@ -19587,15 +19595,22 @@ "dev": true }, "@bentoproject/accordion": { - "version": "1.2112231523.2", - "resolved": "https://registry.npmjs.org/@bentoproject/accordion/-/accordion-1.2112231523.2.tgz", - "integrity": "sha512-sOzh+UaHTUg89BZhuy4AA64boSQTYh8QXNkNIIgj8tyD2nWRKkJVfmZQa9lKQ5n+jj3o3yAQoVlVZSNZi3zU/A==", - "requires": {} + "version": "1.2302171719.0", + "resolved": "https://registry.npmjs.org/@bentoproject/accordion/-/accordion-1.2302171719.0.tgz", + "integrity": "sha512-acWDlO4WZwXobgND+OyUF0tN5cAfqc9JtfBHby+6ldVHZ5ZZeKEPRJGJD2B639q7Nd7gIeL8ViGQhI6UnuDMRw==", + "requires": { + "@bentoproject/core": "0.2302171719.0" + } }, "@bentoproject/base-carousel": { "version": "1.2112231523.2", "requires": {} }, + "@bentoproject/core": { + "version": "0.2302171719.0", + "resolved": "https://registry.npmjs.org/@bentoproject/core/-/core-0.2302171719.0.tgz", + "integrity": "sha512-SxoDGequr24xWce5yZ3bgZjTJHqhTdOn8ZH9akXI/Ot43Ky7zZFgSQkPmd52qEhBEDuSgejbQMn9QthIvRKuFg==" + }, "@bentoproject/date-countdown": { "version": "1.2112231523.2", "requires": {} diff --git a/package.json b/package.json index ba5eadb..5d6b786 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "homepage": "https://github.com/swissspidy/gutenberg-bento#readme", "dependencies": { - "@bentoproject/accordion": "1.2112231523.2", + "@bentoproject/accordion": "1.2302171719.0", "@bentoproject/base-carousel": "1.2112231523.2", "@bentoproject/date-countdown": "1.2112231523.2", "@bentoproject/fit-text": "1.2112231523.2",