@konstructio/ui 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/package.json +16 -3
  2. package/package.json +16 -3
package/dist/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@konstructio/ui",
3
3
  "description": "A set of reusable and customizable React components built for konstruct.io",
4
4
  "private": false,
5
- "version": "0.0.7",
5
+ "version": "0.0.8",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -72,10 +72,23 @@
72
72
  "tailwind-merge": "^2.6.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "react": ">=18.0.0 <20.0.0",
76
- "react-dom": ">=18.0.0 <20.0.0",
75
+ "@types/react": "*",
76
+ "@types/react-dom": "*",
77
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
78
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0",
77
79
  "react-router-dom": "^7"
78
80
  },
81
+ "peerDependenciesMeta": {
82
+ "@types/react": {
83
+ "optional": true
84
+ },
85
+ "@types/react-dom": {
86
+ "optional": true
87
+ },
88
+ "@types/react-router-dom": {
89
+ "optional": true
90
+ }
91
+ },
79
92
  "devDependencies": {
80
93
  "@storybook/addon-docs": "^8.5.2",
81
94
  "@storybook/addon-essentials": "^8.5.2",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@konstructio/ui",
3
3
  "description": "A set of reusable and customizable React components built for konstruct.io",
4
4
  "private": false,
5
- "version": "0.0.8",
5
+ "version": "0.0.9",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -72,10 +72,23 @@
72
72
  "tailwind-merge": "^2.6.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "react": ">=18.0.0 <20.0.0",
76
- "react-dom": ">=18.0.0 <20.0.0",
75
+ "@types/react": "*",
76
+ "@types/react-dom": "*",
77
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
78
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0",
77
79
  "react-router-dom": "^7"
78
80
  },
81
+ "peerDependenciesMeta": {
82
+ "@types/react": {
83
+ "optional": true
84
+ },
85
+ "@types/react-dom": {
86
+ "optional": true
87
+ },
88
+ "@types/react-router-dom": {
89
+ "optional": true
90
+ }
91
+ },
79
92
  "devDependencies": {
80
93
  "@storybook/addon-docs": "^8.5.2",
81
94
  "@storybook/addon-essentials": "^8.5.2",