From 6664e7cadc78aa37f87d507a38341d05d29e755a Mon Sep 17 00:00:00 2001 From: bitovi-os Date: Thu, 2 May 2024 21:22:46 +0000 Subject: [PATCH] [skip ci] Publish @hatchifyjs/react-jsonapi v0.1.43 --- 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 60f391d3..4dd73095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20731,11 +20731,11 @@ }, "packages/react-jsonapi": { "name": "@hatchifyjs/react-jsonapi", - "version": "0.1.42", + "version": "0.1.43", "dependencies": { - "@hatchifyjs/react-rest": "^0.1.36", - "@hatchifyjs/rest-client": "^0.1.27", - "@hatchifyjs/rest-client-jsonapi": "^0.1.39" + "@hatchifyjs/react-rest": "^0.1.37", + "@hatchifyjs/rest-client": "^0.1.28", + "@hatchifyjs/rest-client-jsonapi": "^0.1.40" }, "devDependencies": { "@types/react": "^18.2.0", diff --git a/packages/react-jsonapi/package.json b/packages/react-jsonapi/package.json index 43fc6310..dbc4e50e 100644 --- a/packages/react-jsonapi/package.json +++ b/packages/react-jsonapi/package.json @@ -1,6 +1,6 @@ { "name": "@hatchifyjs/react-jsonapi", - "version": "0.1.42", + "version": "0.1.43", "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.36", - "@hatchifyjs/rest-client": "^0.1.27", - "@hatchifyjs/rest-client-jsonapi": "^0.1.39" + "@hatchifyjs/react-rest": "^0.1.37", + "@hatchifyjs/rest-client": "^0.1.28", + "@hatchifyjs/rest-client-jsonapi": "^0.1.40" }, "peerDependencies": { "@hatchifyjs/core": "^0.4.x"