iris-gantt 1.0.3 → 1.0.4
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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iris-gantt",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A comprehensive, production-ready Gantt chart component built with React and TypeScript. Easy to install, simple to use.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gantt",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"build-storybook": "storybook build"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"react": "^18.
|
|
57
|
-
"react-dom": "^18.
|
|
56
|
+
"react": "^18.3.1",
|
|
57
|
+
"react-dom": "^18.3.1",
|
|
58
58
|
"antd": "^5.29.3",
|
|
59
59
|
"dayjs": "^1.11.0",
|
|
60
60
|
"@fortawesome/react-fontawesome": "^3.1.0",
|
|
@@ -75,8 +75,10 @@
|
|
|
75
75
|
"@storybook/addon-vitest": "^10.1.11",
|
|
76
76
|
"@storybook/react-vite": "^10.1.11",
|
|
77
77
|
"@types/node": "^24.10.1",
|
|
78
|
-
"@types/react": "^
|
|
79
|
-
"@types/react-dom": "^
|
|
78
|
+
"@types/react": "^18.3.0",
|
|
79
|
+
"@types/react-dom": "^18.3.0",
|
|
80
|
+
"react": "^18.3.1",
|
|
81
|
+
"react-dom": "^18.3.1",
|
|
80
82
|
"@vitejs/plugin-react": "^5.1.1",
|
|
81
83
|
"@vitest/browser-playwright": "^4.0.17",
|
|
82
84
|
"@vitest/coverage-v8": "^4.0.17",
|