kitchen-simulator 5.0.0-test.75 → 5.0.0-test.77

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/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "5.0.0-test.75",
3
+ "version": "5.0.0-test.77",
4
+ "type": "module",
4
5
  "description": "It is a kitchen simulator.",
5
6
  "main": "src/index.js",
6
7
  "module": "src/index.js",
@@ -24,7 +24,7 @@ import {
24
24
  reducer as PlannerReducer
25
25
  } from '../src/index';
26
26
  import { Map } from 'immutable';
27
- import ReactGA from 'react-ga4';
27
+ import * as ReactGA from 'react-ga4';
28
28
  import { hotjar } from 'react-hotjar';
29
29
  import * as Sentry from '@sentry/react';
30
30
  import { loadProject, rename } from '../src/actions/project-actions';
@@ -3,7 +3,7 @@ import * as convert from 'convert-units';
3
3
  import { Plugins as PlannerPlugins } from './index';
4
4
  import * as PropTypes from 'prop-types';
5
5
  import React, { Component } from 'react';
6
- import ReactGA from 'react-ga4';
6
+ import * as ReactGA from 'react-ga4';
7
7
  import { hotjar } from 'react-hotjar';
8
8
  import { connect } from 'react-redux';
9
9
  import { bindActionCreators } from 'redux';