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