diff --git a/package-lock.json b/package-lock.json index ed6b95a5..488646db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toyota-research-institute/lakefront", - "version": "5.4.2", + "version": "5.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toyota-research-institute/lakefront", - "version": "5.4.2", + "version": "5.4.3", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.10.6", diff --git a/package.json b/package.json index 696e4bdc..b13d31f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@toyota-research-institute/lakefront", "description": "React UI Components", - "version": "5.4.2", + "version": "5.4.3", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "homepage": "https://github.com/ToyotaResearchInstitute/lakefront",