canopy-webpack-config 4.2.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CODEOWNERS CHANGED
@@ -1 +1 @@
1
- * @CanopyTax/frontend-leads
1
+ * @CanopyTax/frontend-icc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canopy-webpack-config",
3
- "version": "4.2.0",
3
+ "version": "4.3.1",
4
4
  "description": "Some defaults for webpack configs at canopy",
5
5
  "main": "src/canopy-webpack-config.js",
6
6
  "repository": "git@github.com:CanopyTax/canopy-webpack-config.git",
@@ -119,8 +119,10 @@ module.exports = function (name, overridesConfig = {}, options = {}) {
119
119
  /^single-spa-canopy$/,
120
120
  /^single-spa$/,
121
121
  /^sofe$/,
122
+ /^@canopytax\/[^\/]+$/,
122
123
  /^cp-analytics$/,
123
124
  /^react-hook-form$/,
125
+ /^react-router-dom-v6$/,
124
126
  ],
125
127
 
126
128
  devServer: isDevServer