@trafilea/afrodita-components 7.0.0-beta.1 → 7.0.0-beta.2
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 +4 -4
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "7.0.0-beta.
|
|
6
|
+
"version": "7.0.0-beta.2",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/lib/index.js",
|
|
9
9
|
"style": "build/es/index.css",
|
|
@@ -43,7 +43,9 @@
|
|
|
43
43
|
"html-react-parser": "1.4.8",
|
|
44
44
|
"react-inner-image-zoom": "^3.0.2",
|
|
45
45
|
"react-swipeable": "6.2.0",
|
|
46
|
-
"typescript": "^4.3.5"
|
|
46
|
+
"typescript": "^4.3.5",
|
|
47
|
+
"react": "^17.0.2",
|
|
48
|
+
"react-dom": "^17.0.2"
|
|
47
49
|
},
|
|
48
50
|
"scripts": {
|
|
49
51
|
"build": "rollup -c",
|
|
@@ -132,8 +134,6 @@
|
|
|
132
134
|
"webpack": "^5.68.0"
|
|
133
135
|
},
|
|
134
136
|
"peerDependencies": {
|
|
135
|
-
"react": ">=17.0.0 <19.0.0",
|
|
136
|
-
"react-dom": ">=17.0.0 <19.0.0",
|
|
137
137
|
"tslib": "^2.8.1"
|
|
138
138
|
},
|
|
139
139
|
"lint-staged": {
|