@dexteel/mesf-core 5.14.2 → 5.14.3

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "5.14.2"
2
+ ".": "5.14.3"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.14.3](https://github.com/dexteel/mesf-core-frontend/compare/mesf-core-v5.14.2...mesf-core-v5.14.3) (2025-10-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * expand external dependencies in Rollup config ([890e36c](https://github.com/dexteel/mesf-core-frontend/commit/890e36ced395b57f4620fa64d482c5ed1c6b50d2))
9
+
3
10
  ## [5.14.2](https://github.com/dexteel/mesf-core-frontend/compare/mesf-core-v5.14.1...mesf-core-v5.14.2) (2025-10-28)
4
11
 
5
12
 
package/dist/index.esm.js CHANGED
@@ -63,7 +63,7 @@ import AccountTreeIcon from '@material-ui/icons/AccountTree';
63
63
  import Code from '@material-ui/icons/Code';
64
64
  import TreeItem from '@material-ui/lab/TreeItem';
65
65
  import TreeView from '@material-ui/lab/TreeView';
66
- import { useSpring, animated } from '@react-spring/web';
66
+ import { useSpring, animated } from 'react-spring';
67
67
  import { DataGrid, GridOverlay } from '@material-ui/data-grid';
68
68
  import GetAppIcon from '@material-ui/icons/GetApp';
69
69
  import PersonOutlineIcon from '@material-ui/icons/PersonOutline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "5.14.2",
3
+ "version": "5.14.3",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",