diff --git a/.env.local b/.env.local index 26aa9515..9b6bf92f 100644 --- a/.env.local +++ b/.env.local @@ -5,7 +5,7 @@ SAGITTARIUS_GRAPHQL_URL=http://localhost:80/graphql SAGITTARIUS_CABLE_URL=http://localhost:80/cable NEXT_PUBLIC_SCULPTOR_VERSION=0.0.0 -NEXT_PUBLIC_PICTOR_VERSION=0.10.8 +NEXT_PUBLIC_PICTOR_VERSION=0.10.9 NEXT_PUBLIC_ALLOWED_REDIRECT_DOMAINS=*.code0.tech,*.codezero.build NEXT_PUBLIC_OTEL_SERVICE_NAME=#"sculptor-client" diff --git a/package-lock.json b/package-lock.json index 2b09c2a2..6b95b067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.0", "dependencies": { "@apollo/client": "^4.0.9", - "@code0-tech/pictor": "^0.10.8", - "@code0-tech/triangulum": "^0.25.4", + "@code0-tech/pictor": "^0.10.9", + "@code0-tech/triangulum": "^0.25.5", "@codemirror/lang-javascript": "^6.2.5", "@codemirror/lint": "^6.9.5", "@icons-pack/react-simple-icons": "^13.13.0", @@ -424,9 +424,9 @@ } }, "node_modules/@code0-tech/pictor": { - "version": "0.10.8", - "resolved": "https://registry.npmjs.org/@code0-tech/pictor/-/pictor-0.10.8.tgz", - "integrity": "sha512-kfv8sJlmvaN2LERWlXDkuGkdUYQq0O66j9Od3x5ZPRBg4D15C6zc+/xk0BurPy0UbSZXFW3tmcVFbd0SDi+Ubg==", + "version": "0.10.9", + "resolved": "https://registry.npmjs.org/@code0-tech/pictor/-/pictor-0.10.9.tgz", + "integrity": "sha512-RRKNctVzNC4hagzgcEwq0IIuhB+5VcncyJEBKloayxlxZy4f+/p9TAQJSH3j1mu4bo6OBsT1hibTJZCFEGXF/g==", "peerDependencies": { "@ark-ui/react": "^5.36.2", "@codemirror/autocomplete": "^6.20.0", @@ -472,9 +472,9 @@ "peer": true }, "node_modules/@code0-tech/triangulum": { - "version": "0.25.4", - "resolved": "https://registry.npmjs.org/@code0-tech/triangulum/-/triangulum-0.25.4.tgz", - "integrity": "sha512-eWj1G90tt5AMetNO2JcjnIBLv8GArxuEyLBApYKGxoykT0pxJtZUZ6vx+8vuNmsJvEvSGu9dNu+SMMTrX8yM4g==", + "version": "0.25.5", + "resolved": "https://registry.npmjs.org/@code0-tech/triangulum/-/triangulum-0.25.5.tgz", + "integrity": "sha512-vKZg8TsVAIvFsDWYTGw8p455kGkdGTXE9gVhc+JWGi8r7/dTsC3YEmURcv9izMYa510Zabtpc/1Ry1WN7A606Q==", "peerDependencies": { "@code0-tech/sagittarius-graphql-types": "0.0.0-experimental-2616186698-14d97e4ac998067751f9cbd9f8fc05c6fed628fe", "@typescript/vfs": "^1.6.4", diff --git a/package.json b/package.json index bf223612..051dff50 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@apollo/client": "^4.0.9", - "@code0-tech/pictor": "^0.10.8", - "@code0-tech/triangulum": "^0.25.4", + "@code0-tech/pictor": "^0.10.9", + "@code0-tech/triangulum": "^0.25.5", "@codemirror/lang-javascript": "^6.2.5", "@codemirror/lint": "^6.9.5", "@icons-pack/react-simple-icons": "^13.13.0",