diff --git a/assistant-ui/package-lock.json b/assistant-ui/package-lock.json index 5f7528ae..eb82f13d 100644 --- a/assistant-ui/package-lock.json +++ b/assistant-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@inferable/react": "^0.0.5" + "@inferable/react": "^0.0.6" }, "devDependencies": { "@babel/preset-env": "^7.26.0", @@ -2414,9 +2414,9 @@ "peer": true }, "node_modules/@inferable/react": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@inferable/react/-/react-0.0.5.tgz", - "integrity": "sha512-bB0NTK2Qn2ZS/cwaCTkOV3F1oHUcbKvJodjE89rzoKmdxu6LAsO4xO+vj3v39ByIprEn+ux/++5hdW8aWhZkEg==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@inferable/react/-/react-0.0.6.tgz", + "integrity": "sha512-Ya1uumhMXU71CPI/vuSQVDr+LQawdLhA9XEG6ik765uHC/qMnssBlbCdgEzFmK8y7ZmlCWIdpG+nLqJVD/Dahg==", "license": "MIT", "dependencies": { "@ts-rest/core": "^3.28.0", diff --git a/assistant-ui/package.json b/assistant-ui/package.json index 97313a93..af4c324d 100644 --- a/assistant-ui/package.json +++ b/assistant-ui/package.json @@ -31,6 +31,6 @@ "vite": "^6.0.3" }, "dependencies": { - "@inferable/react": "^0.0.5" + "@inferable/react": "^0.0.6" } }