From 1b4e4c74edc2c0554604f1143f51e707aedd9816 Mon Sep 17 00:00:00 2001 From: bitovi-os Date: Thu, 18 Apr 2024 14:13:32 +0000 Subject: [PATCH] [skip ci] Publish @hatchifyjs/react-jsonapi v0.1.39 --- package-lock.json | 8 ++++---- packages/react-jsonapi/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d25b94f..48d2bf07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19774,11 +19774,11 @@ }, "packages/react-jsonapi": { "name": "@hatchifyjs/react-jsonapi", - "version": "0.1.38", + "version": "0.1.39", "dependencies": { - "@hatchifyjs/react-rest": "^0.1.32", - "@hatchifyjs/rest-client": "^0.1.24", - "@hatchifyjs/rest-client-jsonapi": "^0.1.35" + "@hatchifyjs/react-rest": "^0.1.33", + "@hatchifyjs/rest-client": "^0.1.25", + "@hatchifyjs/rest-client-jsonapi": "^0.1.36" }, "devDependencies": { "@types/react": "^18.2.0", diff --git a/packages/react-jsonapi/package.json b/packages/react-jsonapi/package.json index dd02a0da..c171e467 100644 --- a/packages/react-jsonapi/package.json +++ b/packages/react-jsonapi/package.json @@ -1,6 +1,6 @@ { "name": "@hatchifyjs/react-jsonapi", - "version": "0.1.38", + "version": "0.1.39", "type": "module", "exports": "./dist/react-jsonapi.js", "types": "./dist/react-jsonapi.d.ts", @@ -16,9 +16,9 @@ "build": "tsc" }, "dependencies": { - "@hatchifyjs/react-rest": "^0.1.32", - "@hatchifyjs/rest-client": "^0.1.24", - "@hatchifyjs/rest-client-jsonapi": "^0.1.35" + "@hatchifyjs/react-rest": "^0.1.33", + "@hatchifyjs/rest-client": "^0.1.25", + "@hatchifyjs/rest-client-jsonapi": "^0.1.36" }, "peerDependencies": { "@hatchifyjs/core": "^0.3.x"