diff --git a/package-lock.json b/package-lock.json index 8a0bab6e..01521bf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.1", "dependencies": { "@base-ui/react": "^1.7.0", - "@c15t/nextjs": "^2.1.0", + "@c15t/nextjs": "^2.2.0", "@c15t/react": "^2.2.0", "@c15t/scripts": "^2.1.0", "@code0-tech/pictor": "^0.15.0", @@ -478,14 +478,14 @@ } }, "node_modules/@c15t/nextjs": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@c15t/nextjs/-/nextjs-2.1.0.tgz", - "integrity": "sha512-W64elZWmNRNqXQIdz8sK5QNcECQkGxRVtls2prqTRdZIvtngYCO+5UJafQvAyRKJrePKCyBVlmunS08XR+3EOg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@c15t/nextjs/-/nextjs-2.2.0.tgz", + "integrity": "sha512-q9RbM/uf6sM+u2BPhL2CbwUekTnJGKy2w0LRNpVX7gSWBnoo9fIs25+hHjJqx3AnWG2A3QhhAPCOQL4LpM9GaA==", "license": "Apache-2.0", "dependencies": { - "@c15t/react": "2.1.0", - "@c15t/translations": "2.1.0", - "c15t": "2.1.0" + "@c15t/react": "2.2.0", + "@c15t/translations": "2.2.0", + "c15t": "2.2.0" }, "peerDependencies": { "next": "^16.0.0 || ^15.0.0 || ^14.0.0 || ^13.0.0", @@ -493,18 +493,73 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, - "node_modules/@c15t/nextjs/node_modules/@c15t/react": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@c15t/react/-/react-2.1.0.tgz", - "integrity": "sha512-tlHPjLN8R/M2xXkjoVfoiFxAy/NALVfO+DtDVUO/KL+/fqV9j1ycL489lG7s1p2jAgYeurHEnNmeb8lgjvoIDg==", + "node_modules/@c15t/nextjs/node_modules/@c15t/schema": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@c15t/schema/-/schema-2.2.0.tgz", + "integrity": "sha512-rj6H1AlbbSnioNaw9Cvoc3vCchVAV/55Jd/6wrzhzW+2z2ByUyf+pDvZXQnAm0KMfsuQ8oDgqNqmPdqD1aJNFw==", + "license": "Apache-2.0", + "dependencies": { + "valibot": "1.4.2" + } + }, + "node_modules/@c15t/nextjs/node_modules/@c15t/translations": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@c15t/translations/-/translations-2.2.0.tgz", + "integrity": "sha512-dW5hIgkDobwzNr2xhTMII0HK+QGetoUscWs2uv/OZWNF2B7E8VhOIbRYyqp7wvBopBDQ4+iszHqGerp+P51rvg==", + "license": "Apache-2.0" + }, + "node_modules/@c15t/nextjs/node_modules/c15t": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/c15t/-/c15t-2.2.0.tgz", + "integrity": "sha512-1OOjr371PfDN44c7LhaHF2Ap1EaqLNpzC0j7ratXAzr14WXWNmVsNjikJaKaBU4+5GyjWY7p2vi+0noMZxsrbA==", "license": "Apache-2.0", "dependencies": { - "@c15t/ui": "2.1.0", - "c15t": "2.1.0" + "@c15t/schema": "2.2.0", + "@c15t/translations": "2.2.0", + "zustand": "5.0.14" + } + }, + "node_modules/@c15t/nextjs/node_modules/valibot": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.4.2.tgz", + "integrity": "sha512-gjdCvJ6d3RyHAneqxMYMW9QMCwYMb3jpOO0IyHZV1bnRHFBHrX3VkIILt5XYR0WhwHiH7Mty8ovuPZ/O3gamrg==", + "license": "MIT", + "peerDependencies": { + "typescript": ">=5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@c15t/nextjs/node_modules/zustand": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.14.tgz", + "integrity": "sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g==", + "license": "MIT", + "engines": { + "node": ">=12.20.0" }, "peerDependencies": { - "react": "^19.0.0 || ^19.0.0-rc || ^18.0.0 || ^17.0.0 || ^16.8.0", - "react-dom": "^19.0.0 || ^19.0.0-rc || ^18.0.0 || ^17.0.0 || ^16.8.0" + "@types/react": ">=18.0.0", + "immer": ">=9.0.6", + "react": ">=18.0.0", + "use-sync-external-store": ">=1.2.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "immer": { + "optional": true + }, + "react": { + "optional": true + }, + "use-sync-external-store": { + "optional": true + } } }, "node_modules/@c15t/react": { @@ -601,37 +656,12 @@ } } }, - "node_modules/@c15t/schema": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@c15t/schema/-/schema-2.1.0.tgz", - "integrity": "sha512-/Kxe4qv6E5cR6wgzxx1CTZuhMFfJQHi3GGFzcRCx4smqN8IrgsVtXv800O7Nz9RqoDu/8DFiHGpJ25aupwMsRQ==", - "license": "Apache-2.0", - "dependencies": { - "valibot": "1.3.1" - } - }, "node_modules/@c15t/scripts": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@c15t/scripts/-/scripts-2.1.0.tgz", "integrity": "sha512-+4yU0LSeazBaEGGpx9uwVkfoQmFscnjRpx+5Y1E9b34TmoodIGrxX6klmroy71PHt+V+CnuLPU8oCD42m45jPQ==", "license": "Apache-2.0" }, - "node_modules/@c15t/translations": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@c15t/translations/-/translations-2.1.0.tgz", - "integrity": "sha512-pB6A5nMKHaAwFOUetcIkyIscMBr5iVm/lxBqzoSk3MU0KMGn4F/OTpcLZOT7k5P87RMkuuKkXN+gyf6jCuvBAw==", - "license": "Apache-2.0" - }, - "node_modules/@c15t/ui": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@c15t/ui/-/ui-2.1.0.tgz", - "integrity": "sha512-tl9mQnQdPbtWQQpXNFRzqrQDk4crjRUX+lIJmd7Le+uZVIuEiNbDeEIjQLj0XH0Cp3Xv3NJn0C7XF5H9CRVHKA==", - "license": "Apache-2.0", - "dependencies": { - "@c15t/translations": "2.1.0", - "c15t": "2.1.0" - } - }, "node_modules/@code0-tech/pictor": { "version": "0.15.0", "resolved": "https://registry.npmjs.org/@code0-tech/pictor/-/pictor-0.15.0.tgz", @@ -9066,46 +9096,6 @@ "node": ">=10.16.0" } }, - "node_modules/c15t": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/c15t/-/c15t-2.1.0.tgz", - "integrity": "sha512-ukWy6y/yNGPrJv4bAr2DeMNkxtcsdehe++AeqzEC6ITDCVVaqCGeePIKo/3qMZzhyyCPtcKsQJKNIfqszyzpvQ==", - "license": "Apache-2.0", - "dependencies": { - "@c15t/schema": "2.1.0", - "@c15t/translations": "2.1.0", - "zustand": "5.0.12" - } - }, - "node_modules/c15t/node_modules/zustand": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", - "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", - "license": "MIT", - "engines": { - "node": ">=12.20.0" - }, - "peerDependencies": { - "@types/react": ">=18.0.0", - "immer": ">=9.0.6", - "react": ">=18.0.0", - "use-sync-external-store": ">=1.2.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "immer": { - "optional": true - }, - "react": { - "optional": true - }, - "use-sync-external-store": { - "optional": true - } - } - }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -15719,20 +15709,6 @@ "uuid": "dist-node/bin/uuid" } }, - "node_modules/valibot": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.3.1.tgz", - "integrity": "sha512-sfdRir/QFM0JaF22hqTroPc5xy4DimuGQVKFrzF1YfGwaS1nJot3Y8VqMdLO2Lg27fMzat2yD3pY5PbAYO39Gg==", - "license": "MIT", - "peerDependencies": { - "typescript": ">=5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, "node_modules/vfile": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", diff --git a/package.json b/package.json index 731ff5e2..8f0e208f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@base-ui/react": "^1.7.0", - "@c15t/nextjs": "^2.1.0", + "@c15t/nextjs": "^2.2.0", "@c15t/react": "^2.2.0", "@c15t/scripts": "^2.1.0", "@code0-tech/pictor": "^0.15.0",