@inntechcorp/it-design 2.2.58 → 2.2.60

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.58",
3
+ "version": "2.2.60",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",
@@ -30,11 +30,11 @@
30
30
  "dependencies": {
31
31
  "@mona-health/react-input-mask": "^3.0.3",
32
32
  "autoprefixer": "10.4.21",
33
- "axios": "1.9.0",
34
- "core-js": "3.43.0",
33
+ "axios": "1.11.0",
34
+ "core-js": "3.45.1",
35
35
  "dayjs": "^1.11.13",
36
36
  "fast-deep-equal": "^3.1.3",
37
- "i18next": "25.2.1",
37
+ "i18next": "25.4.2",
38
38
  "i18next-browser-languagedetector": "8.2.0",
39
39
  "i18next-http-backend": "3.0.2",
40
40
  "i18next-resources-to-backend": "^1.2.1",
@@ -42,17 +42,17 @@
42
42
  "moment": "^2.30.1",
43
43
  "moment-timezone": "^0.6.0",
44
44
  "overlayscrollbars": "2.11.4",
45
- "postcss": "8.5.5",
45
+ "postcss": "8.5.6",
46
46
  "postcss-calc": "10.1.1",
47
47
  "prop-types": "^15.8.1",
48
- "query-string": "9.2.0",
49
- "react": "19.1.0",
50
- "react-dom": "19.1.0",
51
- "react-i18next": "15.5.3",
48
+ "query-string": "9.2.2",
49
+ "react": "19.1.1",
50
+ "react-dom": "19.1.1",
51
+ "react-i18next": "15.7.3",
52
52
  "react-nanny": "^2.15.0",
53
53
  "react-number-format": "5.4.4",
54
- "react-router": "7.6.2",
55
- "react-router-dom": "7.6.2",
54
+ "react-router": "7.8.2",
55
+ "react-router-dom": "7.8.2",
56
56
  "react-spring": "10.0.1",
57
57
  "react-svg": "16.3.0",
58
58
  "react-transition-group": "4.4.5",
@@ -60,50 +60,50 @@
60
60
  "smoothscroll-polyfill": "^0.4.4",
61
61
  "styled-components": "6.1.19",
62
62
  "uuid": "11.1.0",
63
- "web-vitals": "5.0.3"
63
+ "web-vitals": "5.1.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@babel/core": "7.27.4",
67
- "@babel/plugin-transform-runtime": "7.27.4",
68
- "@babel/preset-env": "7.27.2",
66
+ "@babel/core": "7.28.3",
67
+ "@babel/plugin-transform-runtime": "7.28.3",
68
+ "@babel/preset-env": "7.28.3",
69
69
  "@babel/preset-react": "7.27.1",
70
70
  "@babel/preset-typescript": "7.27.1",
71
- "@babel/runtime": "7.27.6",
71
+ "@babel/runtime": "7.28.3",
72
72
  "@rollup/plugin-babel": "6.0.4",
73
- "@rollup/plugin-commonjs": "28.0.3",
73
+ "@rollup/plugin-commonjs": "28.0.6",
74
74
  "@rollup/plugin-image": "^3.0.3",
75
75
  "@rollup/plugin-json": "6.1.0",
76
76
  "@rollup/plugin-node-resolve": "16.0.1",
77
77
  "@storybook/addon-docs": "^9.0.9",
78
- "@storybook/addon-links": "9.0.9",
79
- "@storybook/addon-onboarding": "9.0.9",
80
- "@storybook/builder-vite": "9.0.9",
81
- "@storybook/react-vite": "9.0.9",
82
- "@testing-library/jest-dom": "6.6.3",
78
+ "@storybook/addon-links": "9.1.4",
79
+ "@storybook/addon-onboarding": "9.1.4",
80
+ "@storybook/builder-vite": "9.1.4",
81
+ "@storybook/react-vite": "9.1.4",
82
+ "@testing-library/jest-dom": "6.8.0",
83
83
  "@testing-library/react": "16.3.0",
84
84
  "@testing-library/user-event": "14.6.1",
85
85
  "@types/lodash-es": "^4.17.12",
86
- "@types/node": "24.0.1",
87
- "@types/react": "19.1.8",
88
- "@types/react-dom": "19.1.6",
86
+ "@types/node": "24.3.0",
87
+ "@types/react": "19.1.12",
88
+ "@types/react-dom": "19.1.9",
89
89
  "@types/rollup-plugin-node-globals": "1.4.5",
90
- "@vitejs/plugin-react": "4.5.2",
90
+ "@vitejs/plugin-react": "5.0.2",
91
91
  "babel-plugin-styled-components": "2.1.4",
92
- "copy-webpack-plugin": "13.0.0",
92
+ "copy-webpack-plugin": "13.0.1",
93
93
  "customize-cra": "^1.0.0",
94
94
  "dts-bundle-generator": "^9.5.1",
95
- "eslint-plugin-storybook": "9.0.9",
95
+ "eslint-plugin-storybook": "9.1.4",
96
96
  "esm": "^3.2.25",
97
97
  "less-loader": "12.3.0",
98
98
  "postcss-custom-properties": "14.0.6",
99
- "postcss-import": "16.1.0",
99
+ "postcss-import": "16.1.1",
100
100
  "postcss-nesting": "13.0.2",
101
101
  "postcss-normalize": "13.0.1",
102
- "postcss-preset-env": "10.2.3",
102
+ "postcss-preset-env": "10.3.1",
103
103
  "react-app-rewired": "^2.2.1",
104
- "rollup": "4.43.0",
104
+ "rollup": "4.50.0",
105
105
  "rollup-plugin-copy": "^3.5.0",
106
- "rollup-plugin-dts": "6.2.1",
106
+ "rollup-plugin-dts": "6.2.3",
107
107
  "rollup-plugin-local-resolve": "^1.0.7",
108
108
  "rollup-plugin-node-builtins": "^2.1.2",
109
109
  "rollup-plugin-node-globals": "^1.4.0",
@@ -115,23 +115,23 @@
115
115
  "rollup-plugin-styles": "4.0.0",
116
116
  "rollup-plugin-terser": "^7.0.2",
117
117
  "rollup-plugin-typescript2": "0.36.0",
118
- "sass": "1.89.2",
118
+ "sass": "1.92.0",
119
119
  "source-map-loader": "5.0.0",
120
- "storybook": "9.0.9",
120
+ "storybook": "9.1.4",
121
121
  "tslib": "2.8.1",
122
- "typescript": "5.8.3",
123
- "vite": "6.3.5",
122
+ "typescript": "5.9.2",
123
+ "vite": "7.1.4",
124
124
  "vite-plugin-css-injected-by-js": "3.5.2",
125
125
  "vite-plugin-dts": "4.5.4",
126
126
  "vite-plugin-lib-inject-css": "2.2.2",
127
- "vite-plugin-node-polyfills": "0.23.0",
128
- "vite-plugin-svgr": "4.3.0",
127
+ "vite-plugin-node-polyfills": "0.24.0",
128
+ "vite-plugin-svgr": "4.5.0",
129
129
  "vite-tsconfig-paths": "5.1.4"
130
130
  },
131
131
  "peerDependencies": {
132
132
  "react": "^19.1.0",
133
133
  "react-dom": "^19.1.0",
134
- "styled-components": "^6.1.18"
134
+ "styled-components": "^6.1.19"
135
135
  },
136
136
  "bugs": {
137
137
  "url": "https://github.com/inntechcorp/it-design-library/issues"