@elliemae/pui-cli 6.10.0 → 6.10.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.
@@ -80,7 +80,10 @@ if (process.env.MODULE_EXTENSIONS === 'true') {
80
80
  config.plugins.push('babel-plugin-add-import-extension');
81
81
  }
82
82
 
83
- if (process.env.STORYBOOK_BUILD !== 'true') {
83
+ if (
84
+ process.env.STORYBOOK_BUILD !== 'true' &&
85
+ process.env.TARGET_ENV !== 'node'
86
+ ) {
84
87
  config.env?.development?.plugins?.push?.('react-refresh/babel');
85
88
  }
86
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.10.0",
3
+ "version": "6.10.1",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -87,7 +87,7 @@
87
87
  "@stylelint/postcss-css-in-js": "~0.37.2",
88
88
  "@svgr/webpack": "~6.2.1",
89
89
  "@swc/cli": "~0.1.55",
90
- "@swc/core": "~1.2.147",
90
+ "@swc/core": "~1.2.148",
91
91
  "@swc/jest": "~0.2.20",
92
92
  "@testing-library/jest-dom": "~5.16.2",
93
93
  "@testing-library/react": "~12.1.3",
@@ -123,7 +123,7 @@
123
123
  "copy-webpack-plugin": "~10.2.4",
124
124
  "cors": "~2.8.5",
125
125
  "cross-env": "~7.0.3",
126
- "css-loader": "~6.6.0",
126
+ "css-loader": "~6.7.0",
127
127
  "css-minimizer-webpack-plugin": "~3.4.1",
128
128
  "depcheck": "~1.4.3",
129
129
  "docdash": "~1.2.0",
@@ -131,7 +131,7 @@
131
131
  "dotenv-webpack": "~7.1.0",
132
132
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
133
133
  "enhanced-resolve": "~5.9.2",
134
- "esbuild": "~0.14.24",
134
+ "esbuild": "~0.14.25",
135
135
  "esbuild-loader": "~2.18.0",
136
136
  "esbuild-plugin-svgr": "~1.0.0",
137
137
  "eslint": "~8.10.0",
@@ -151,7 +151,7 @@
151
151
  "eslint-plugin-jsx-a11y": "~6.5.1",
152
152
  "eslint-plugin-mdx": "~1.16.0",
153
153
  "eslint-plugin-prettier": "~4.0.0",
154
- "eslint-plugin-react": "~7.29.2",
154
+ "eslint-plugin-react": "~7.29.3",
155
155
  "eslint-plugin-react-hooks": "~4.3.0",
156
156
  "eslint-plugin-redux-saga": "~1.3.2",
157
157
  "eslint-plugin-storybook": "~0.5.7",
@@ -165,7 +165,7 @@
165
165
  "favicons-webpack-plugin": "~5.0.2",
166
166
  "fast-glob": "~3.2.11",
167
167
  "find-up": "~5.0.0",
168
- "happy-dom": "~2.43.1",
168
+ "happy-dom": "~2.45.0",
169
169
  "helmet-csp": "~3.4.0",
170
170
  "html-webpack-plugin": "~5.5.0",
171
171
  "http-server": "~14.1.0",