@dr.pogodin/react-utils 1.40.0 → 1.40.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.
@@ -274,7 +274,7 @@ function configFactory(ops) {
274
274
  loader: 'babel-loader',
275
275
  options: Object.assign({ babelrc: false, configFile: false, envName: o.babelEnv, presets: [['@dr.pogodin/react-utils/config/babel/webpack', {
276
276
  typescript: ops.typescript,
277
- }]] }, o.babelLoaderOptions),
277
+ }]], sourceType: 'unambiguous' }, o.babelLoaderOptions),
278
278
  }, {
279
279
  /* Loads image assets. */
280
280
  test: /\.(gif|jpe?g|png)$/,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.40.0",
2
+ "version": "1.40.1",
3
3
  "bin": {
4
4
  "react-utils-build": "bin/build.js",
5
5
  "react-utils-setup": "bin/setup.js"
@@ -87,7 +87,7 @@
87
87
  "babel-jest": "^29.7.0",
88
88
  "babel-loader": "^9.1.3",
89
89
  "babel-plugin-module-resolver": "^5.0.2",
90
- "core-js": "^3.37.1",
90
+ "core-js": "^3.38.0",
91
91
  "css-loader": "^7.1.2",
92
92
  "css-minimizer-webpack-plugin": "^7.0.0",
93
93
  "eslint": "^8.57.0",