@natoora-libs/core 0.2.17 → 0.2.18

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,4 +1,4 @@
1
- import { a as HeaderFilters, c as HeaderFilterObject } from '../TableDesktop-wpKCBVE4.cjs';
1
+ import { c as HeaderFilterObject, a as HeaderFilters } from '../TableDesktop-BrpwT-lM.cjs';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
4
4
  import '@mui/material';
@@ -1,4 +1,4 @@
1
- import { a as HeaderFilters, c as HeaderFilterObject } from '../TableDesktop-wpKCBVE4.js';
1
+ import { c as HeaderFilterObject, a as HeaderFilters } from '../TableDesktop-BrpwT-lM.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
4
4
  import '@mui/material';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natoora-libs/core",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -60,8 +60,7 @@
60
60
  "react-phone-input-material-ui": "^2.18.1",
61
61
  "react-window": "^1.8.6",
62
62
  "tss-react": "^4.9.15",
63
- "uuid": "^9.0.0",
64
- "yup": "^0.32.9"
63
+ "uuid": "^9.0.0"
65
64
  },
66
65
  "devDependencies": {
67
66
  "@emotion/react": "^11.14.0",
@@ -69,46 +68,37 @@
69
68
  "@mui/icons-material": "^7.3.2",
70
69
  "@mui/lab": "^7.0.0-beta.17",
71
70
  "@mui/material": "^7.3.2",
72
- "@mui/types": "^7.4.6",
73
71
  "@mui/x-data-grid": "^8.11.3",
74
72
  "@mui/x-date-pickers": "^8.11.3",
75
- "@storybook/addon-docs": "^10.0.8",
76
- "@storybook/addon-links": "^10.0.8",
77
- "@storybook/addon-onboarding": "^10.0.8",
78
- "@storybook/builder-webpack5": "^10.0.8",
79
- "@storybook/react-webpack5": "^10.0.8",
80
- "@storybook/testing-library": "^0.2.0",
73
+ "@storybook/addon-docs": "^10.2.0",
74
+ "@storybook/addon-links": "^10.2.0",
75
+ "@storybook/addon-onboarding": "^10.2.0",
76
+ "@storybook/builder-webpack5": "^10.2.0",
77
+ "@storybook/react-webpack5": "^10.2.0",
81
78
  "@testing-library/jest-dom": "^6.6.3",
82
79
  "@testing-library/react": "16.3.0",
83
80
  "@testing-library/user-event": "^14.4.3",
84
- "@types/classnames": "^2.3.1",
85
81
  "@types/jest": "^30.0.0",
86
- "@types/lodash": "^4.17.0",
87
- "@types/moment": "^2.13.0",
88
- "@types/node": "^24.0.12",
89
- "@types/react": "^19.0.0",
90
- "@types/react-dom": "^19.0.0",
91
- "@types/react-test-renderer": "^19.1.0",
92
- "@types/redux": "^3.6.0",
82
+ "@types/node": "^25.0.9",
83
+ "@types/react": "^19.2.8",
84
+ "@types/react-dom": "^19.1.7",
93
85
  "@types/uuid": "^10.0.0",
94
86
  "babel-jest": "^30.2.0",
95
87
  "babel-plugin-named-exports-order": "^0.0.2",
96
88
  "jest": "^30.0.4",
97
89
  "jest-environment-jsdom": "^30.0.4",
98
90
  "mdi-material-ui": "^7.9.3",
99
- "react": "19.0.0",
100
- "react-dom": "19.0.0",
101
- "react-hook-form": "^7.12.2",
91
+ "react": "19.2.3",
92
+ "react-dom": "19.2.3",
93
+ "react-hook-form": "^7.71.1",
102
94
  "react-query": "^3.19.6",
103
- "react-router": "^7.6.3",
104
- "react-test-renderer": "^19.1.0",
105
- "storybook": "^10.0.8",
95
+ "react-router": "^7.12.0",
96
+ "storybook": "^10.2.0",
106
97
  "ts-jest": "^29.4.0",
107
98
  "ts-loader": "^9.5.2",
108
99
  "tsup": "^8.5.1",
109
100
  "typescript": "^5.8.3",
110
- "yalc": "^1.0.0-pre.53",
111
- "yup": "^0.32.9"
101
+ "yalc": "^1.0.0-pre.53"
112
102
  },
113
103
  "peerDependencies": {
114
104
  "@emotion/react": "^11.14.0",
@@ -119,11 +109,10 @@
119
109
  "@mui/x-data-grid": "^8.11.3",
120
110
  "@mui/x-date-pickers": "^8.11.3",
121
111
  "mdi-material-ui": "^7.9.3",
122
- "react": "19.0.0",
123
- "react-dom": "19.0.0",
124
- "react-hook-form": "^7.12.2",
112
+ "react": "19.2.3",
113
+ "react-dom": "19.2.3",
114
+ "react-hook-form": "^7.71.1",
125
115
  "react-query": "^3.19.6",
126
- "react-router": "^7.6.3",
127
- "yup": "^0.32.9"
116
+ "react-router": "^7.12.0"
128
117
  }
129
118
  }