@inntechcorp/it-design 2.2.73 → 2.2.75

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": "@inntechcorp/it-design",
3
- "version": "2.2.73",
3
+ "version": "2.2.75",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",
@@ -32,14 +32,12 @@
32
32
  "autoprefixer": "10.4.21",
33
33
  "axios": "1.11.0",
34
34
  "core-js": "3.45.1",
35
- "dayjs": "^1.11.13",
36
35
  "fast-deep-equal": "^3.1.3",
37
36
  "i18next": "25.4.2",
38
37
  "i18next-browser-languagedetector": "8.2.0",
39
38
  "i18next-http-backend": "3.0.2",
40
39
  "i18next-resources-to-backend": "^1.2.1",
41
40
  "lodash-es": "4.17.21",
42
-
43
41
  "overlayscrollbars": "2.11.4",
44
42
  "postcss": "8.5.6",
45
43
  "postcss-calc": "10.1.1",
@@ -130,7 +128,8 @@
130
128
  "peerDependencies": {
131
129
  "react": "^19.1.0",
132
130
  "react-dom": "^19.1.0",
133
- "styled-components": "^6.1.19"
131
+ "styled-components": "^6.1.19",
132
+ "dayjs": "1.11.18"
134
133
  },
135
134
  "bugs": {
136
135
  "url": "https://github.com/inntechcorp/it-design-library/issues"