@natoora-libs/core 0.2.17 → 0.2.19-dev-package-upgrades

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