From 68a5086b56f50f88384c6d69be939d14be0038de Mon Sep 17 00:00:00 2001 From: Richard Dinh Date: Fri, 31 May 2024 13:09:30 -0400 Subject: [PATCH] updated craco config so less file builds. --- craco.config.js | 3 +++ package.json | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/craco.config.js b/craco.config.js index 60d0905f8..0b1fd60b1 100644 --- a/craco.config.js +++ b/craco.config.js @@ -94,6 +94,9 @@ module.exports = { }, javascriptEnabled: true, math: 'always', + paths: [ + path.resolve(__dirname, 'node_modules/@cfpb/cfpb-core/src'), + ], }, }, }, diff --git a/package.json b/package.json index 3026fe234..3fbf1b06f 100644 --- a/package.json +++ b/package.json @@ -39,18 +39,18 @@ "@babel/runtime": "^7.24.5", "@cfpb/browserslist-config": "0.0.2", "@cfpb/cfpb-atomic-component": "1.2.0", - "@cfpb/cfpb-buttons": "1.2.0", + "@cfpb/cfpb-buttons": "1.3.0", "@cfpb/cfpb-core": "1.2.0", "@cfpb/cfpb-design-system": "^1.2.0", "@cfpb/cfpb-expandables": "^1.2.0", - "@cfpb/cfpb-forms": "1.2.0", + "@cfpb/cfpb-forms": "1.3.0", "@cfpb/cfpb-grid": "1.2.0", "@cfpb/cfpb-icons": "^1.2.0", - "@cfpb/cfpb-layout": "1.2.0", - "@cfpb/cfpb-notifications": "1.2.0", - "@cfpb/cfpb-pagination": "1.2.0", + "@cfpb/cfpb-layout": "1.3.0", + "@cfpb/cfpb-notifications": "1.3.0", + "@cfpb/cfpb-pagination": "1.3.0", "@cfpb/cfpb-tables": "1.2.0", - "@cfpb/cfpb-typography": "1.2.0", + "@cfpb/cfpb-typography": "1.3.1", "@craco/craco": "^7.1.0", "@reduxjs/toolkit": "^2.2.5", "@testing-library/cypress": "^10.0.1",