diff --git a/package-lock.json b/package-lock.json index fc9587a2..cc893f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@base-ui/react": "^1.7.0", "@c15t/nextjs": "^2.1.0", - "@c15t/react": "^2.1.0", + "@c15t/react": "^2.2.0", "@c15t/scripts": "^2.1.0", "@code0-tech/pictor": "^0.15.0", "@icons-pack/react-simple-icons": "^13.13.0", @@ -493,7 +493,7 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, - "node_modules/@c15t/react": { + "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==", @@ -507,6 +507,100 @@ "react-dom": "^19.0.0 || ^19.0.0-rc || ^18.0.0 || ^17.0.0 || ^16.8.0" } }, + "node_modules/@c15t/react": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@c15t/react/-/react-2.2.0.tgz", + "integrity": "sha512-2TX1mnlDCO/v4eUDUFpdcektHoWOx3JxjJfYFU+nXyV0yf6NR4dlO6KLxkKv1VDvkqWgV3ruUnn8azkQ5wjvkw==", + "license": "Apache-2.0", + "dependencies": { + "@c15t/ui": "2.2.0", + "@types/google.maps": "3.65.3", + "c15t": "2.2.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" + } + }, + "node_modules/@c15t/react/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/react/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/react/node_modules/@c15t/ui": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@c15t/ui/-/ui-2.2.0.tgz", + "integrity": "sha512-1u8Sd2o/vacqSkxvQoQB0cx3blqEWZIZD1CN3BEWdgfG+5MyP8iqRRNq7V/URbhF0nO9aX+7kF4CMKbT/e21SQ==", + "license": "Apache-2.0", + "dependencies": { + "@c15t/translations": "2.2.0", + "c15t": "2.2.0" + } + }, + "node_modules/@c15t/react/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/schema": "2.2.0", + "@c15t/translations": "2.2.0", + "zustand": "5.0.14" + } + }, + "node_modules/@c15t/react/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/react/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": { + "@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/schema": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@c15t/schema/-/schema-2.1.0.tgz", @@ -7462,6 +7556,12 @@ "@types/estree": "*" } }, + "node_modules/@types/google.maps": { + "version": "3.65.3", + "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.65.3.tgz", + "integrity": "sha512-tqbbx7MUtoDk+RwpZMymPDj6Skez0FhqDZNhLhS5UDmCx4D1dgP+BJOHTebiO/rhjJLa1f8te2p6mJJeFKVFOQ==", + "license": "MIT" + }, "node_modules/@types/hast": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", diff --git a/package.json b/package.json index 81549703..da67b393 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@base-ui/react": "^1.7.0", "@c15t/nextjs": "^2.1.0", - "@c15t/react": "^2.1.0", + "@c15t/react": "^2.2.0", "@c15t/scripts": "^2.1.0", "@code0-tech/pictor": "^0.15.0", "@icons-pack/react-simple-icons": "^13.13.0",